.btn {
  color: white;
  background-color: #344042;
  cursor: pointer;
}

a.btn {
  text-decoration: none;
}

.btn:hover {
  background-color: #3f4d4f;
}

.site-header {
  color: #f1f5ff;
  background-color: #515d65;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
  position: fixed;
  transition-duration: 1s;
  font-size: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.5) 0 16px 32px;
  z-index: 999;
}

.site-header.expanded {
  height: 100px;
}

.ags-logo {
  z-index: 2;
  position: absolute;
  transition-duration: 1s;
  max-height: 0px;
  pointer-events: none;
}

.site-header.expanded .ags-logo {
  max-height: 100%;
  display: block;
}

.site-navbar {
  color: #f1f5ff;
  position: absolute;
  bottom: 0px;
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 2em;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #394548;
  perspective: 2000px;
  perspective-origin: bottom;
}

.site-navbar .navbar-item {
  box-sizing: border-box;
  text-decoration: none;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Arial black;
  border-top: 4px solid #515d65;
  border-left: 4px solid #394548;
  border-right: 4px solid #394548;
  position: relative;
}

/*.site-navbar .navbar-item:hover::after {
    content:"";
    position:absolute;
    top:100%;
    left:0px;
    right:0px;
    height:4px;
    border-top: 4px solid $thm-btn;
}*/
/*.site-navbar .btn:hover::after {
    border-top: 4px solid $thm-btn-hover;
}*/
.site-navbar .navbar-item:hover .navbar-dropdown {
  transform: none;
  filter: brightness(1);
}

.navbar-dropdown {
  transform-origin: top center;
  transition-duration: 0.5s;
  transform: rotate3d(1, 0, 0, -90deg);
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 2;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  filter: brightness(0);
}

.navbar-item > .btn {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-dropdown-item {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

/*.navbar-dropdown .navbar-dropdown-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}*/
html {
  box-sizing: border-box;
}

body {
  max-width: 100vw;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 100px;
  background: url("../img/dark texture.png") fixed;
  background-color: #1e1d1e;
  transition-duration: 1s;
}

body.expanded {
  margin-top: 50px;
}

.card {
  color: #f1f5ff;
  margin: 16px;
  margin-left: 288px;
  max-width: 100%;
  width: 700px;
  background-color: #515d65;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 32px;
  position: relative;
  min-height: 256px;
}

.card .card-header {
  font-family: Verdana;
  color: #1c1f23;
  height: 64px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #96a7b2;
}

.card .card-body {
  padding: 16px;
  margin: 0px;
  vertical-align: top;
}

.card .card-thumbnail {
  max-width: 256px;
  max-height: 256px;
  margin-right: 16px;
  position: absolute;
  left: -272px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 32px;
  background-color: #515d65;
}

.card .card-play {
  background: url("../img/play.png") no-repeat center;
  width: 256px;
  height: 256px;
  position: absolute;
  left: -272px;
  top: 0px;
  background-color: #515d65;
  opacity: 0;
  z-index: 2;
}

.card .card-play:hover {
  opacity: 0.5;
}

.card .card-play:active {
  filter: brightness(0.5);
}

body {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/*# sourceMappingURL=home.css.map */
