header {
  position: relative;
  width: 100%;
  height: 56px;
  background-image: linear-gradient(to bottom, #49484a 0%, #3f3e40 50%, #272727 100%);
  border-top: 2px solid #000000;
  border-bottom: 1px solid #565656;
  box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.4);
}

.header-logo {
  background-image: url("/images/drumbot-logo-big.png");
  width: 178px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}

section {
  padding: 0;
  margin: 0;
}

.page {
  display: grid;
  grid-template-rows: 56px 1fr 200px;
}

.main-content {
  background-image: linear-gradient(160deg, #414042 0%, #231F20 100%);
  box-shadow: inset 0px 0px 60px rgba(100, 90, 80, 0.7);
  vertical-align: top;
  overflow: hidden;
}

.main-content.home-page {
  padding: 0 40px 240px 40px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.main-content.content-page {
  display: grid;
}
.main-content.content-page .app-view {
  width: 100%;
}
.main-content.content-page .text-area {
  padding: 30px 10vw 100px 10vw;
  background-color: #d6d6d6;
}

.hamburger {
  display: inline-block;
  position: fixed;
  top: 2px;
  left: 14px;
  font-size: 32px;
  color: #b5b1ac;
  cursor: pointer;
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 1em 3em 1em;
  color: #b5b1ac;
  animation-duration: 500ms;
  animation-name: fadeIn2;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-timing-function: ease-out;
  /* animation: 1s ease-out 0s 1 fadeIn; */
  cursor: pointer;
}
.home-card a, .home-card a:active, .home-card a:hover, .home-card a:visited {
  text-decoration: none;
}
.home-card .top {
  position: relative;
  height: 200px;
  width: 300px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  /* background: #26231D; */
}
.home-card .top img, .home-card .top .bottom, .home-card .top .point {
  transition: all 300ms ease-in-out;
}
.home-card .top img {
  max-width: 300px;
  max-height: 180px;
  transform: scale(0.9999, 0.9999);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.5);
  /* box-shadow : 0px 3px 5px rgba(0,0,0,0.6); */
}
.home-card .bottom {
  position: relative;
  margin-top: 10px;
  background: #4b4a48;
  border-radius: 4px;
  width: 300px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 300ms ease-in-out;
}
.home-card .bottom .point {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  top: -15px;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #4b4a48 transparent;
  /* 26231D  FF0000 */
  margin: auto;
  transition: all 300ms ease-in-out;
}
.home-card .bottom .text {
  position: relative;
  margin-top: -25px;
  left: 0;
  right: 0;
  min-height: 25px;
  padding: 20px;
  color: #b5b1ac;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.5);
}
.home-card .bottom .text h1 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 2.5rem;
}
.home-card .bottom .text p {
  line-height: 18px;
  margin-bottom: 0.1em;
}
.home-card :hover .top img {
  transform: scale(1.03, 1.03);
  box-shadow: 0px 16px 33px rgba(0, 0, 0, 0.4);
}
.home-card :hover .top img:active {
  transform: scale(0.99, 0.99);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.home-card :hover .bottom {
  background: #64625f;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.06, 1.06) translateY(2px);
}
.home-card :hover .bottom > .text {
  color: #c9c3af;
}
.home-card :hover .bottom > .point {
  border-color: transparent transparent #64625f transparent;
}

.tech-af, .tech-js, .tech-mac, .tech-win, .tech-ios {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 16px 3px 0 0;
  background-size: contain; /* contain cover, 200px 200px, 50% 50% */
  background-repeat: no-repeat; /* repeat-x repeat-y space round */
  background-position: 50% 50%; /* center bottom 10px right 20px; */
  opacity: 0.5;
}

.tech-af {
  background-image: url("../images/logos/af.svg");
}

.tech-js {
  background-image: url("../images/logos/web.svg");
}

.tech-mac {
  background-image: url("../images/logos/mac.svg");
}

.tech-win {
  background-image: url("../images/logos/win.svg");
}

.tech-ios {
  background-image: url("../images/logos/ios.svg");
}

.tech-af::after, .tech-js::after, .tech-mac::after, .tech-win::after, .tech-ios::after {
  content: " ";
  padding: 0px;
  display: none;
  position: absolute;
  bottom: 5px;
  left: 10px;
  height: 20px;
  text-align: left;
  color: #fdfdfd;
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}

.tech-af:hover::after, .tech-js:hover::after, .tech-mac:hover::after, .tech-win:hover::after, .tech-ios:hover::after {
  display: block;
}

.tech-af::after {
  content: "Adobe Flash (legacy)";
}

.tech-js::after {
  content: "Online Web App (JavaScript)";
}

.tech-mac::after {
  content: "Downloadable App (Mac)";
}

.tech-win::after {
  content: "Downloadable App (Windows)";
}

.tech-ios::after {
  content: "Mobile App (iOS)";
}

.clear-fix {
  clear: both;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100px;
  background-color: #000000;
  min-height: 200px;
  bottom: 0;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}