.page-template-homepage,
.page-template-homepage-php {
  height: 100%;
  position: fixed;
  width: 100%;
}

@media (min-width: 480px) {
  position: relative;
  width: auto;
}
.clearfix {
  overflow: hidden;
}
.header-main {
  padding: 0 10px;
  background-color: #191616;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.header-main .container {
  padding-top: 0;
}
.header-nav {
  padding: 0.7em 0;
  margin-bottom: 0;
  color: white;
}
.header-nav a {
  color: white;
  line-height: normal;
}
.top-nav {
  position: relative;
}
.top-nav ul {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: none;
}
.top-nav li {
  list-style: none;
  padding: 0.3em 0;
  display: block;
  width: 100%;
  text-align: left;
}
.top-nav li:first-child a {
  border-left: none;
}
.top-nav li a {
  color: white;
  margin-right: 5px;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
  background-image: url("../images/social/facebook.svg");
  background-repeat: no-repeat;
  display: block;
  line-height: normal;
  width: 100%;

  background-size: 20px 20px;
  padding-left: 30px;
  background-position: left center;
}

@media (min-width: 480px) {
  .top-nav li a {
    background-position: 0 5px;
    padding-left: 15px;
  }
}
.top-nav .nav-trigger {
  display: block;
  float: right;
  top: -20px;
  width: 20px;
  height: 20px;
  margin-bottom: -20px;
  cursor: pointer;
}
.top-nav .nav-trigger span,
.top-nav .nav-trigger span::after,
.top-nav .nav-trigger span::before {
  content: " ";
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
  transition: transform 0.5s ease;
}

.top-nav .nav-trigger span {
  position: relative;
  text-indent: -9999px;
  height: 2px;
}
.top-nav .nav-trigger span::after,
.top-nav .nav-trigger span::before {
  position: absolute;
  top: 5px;
  /*top: -7px;*/
}
.top-nav .top-subnav {
  display: none;
}

.top-nav .top-subnav li a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: none;
}
.top-nav .top-subnav.open {
  display: block;
}
.top-nav .nav-trigger span::before {
  position: absolute;
  /*top: 8px;*/
  transition: transform 0.5s ease;
  top: -5px;
}
.nav-open .nav-trigger span::after {
  transform: rotate(45deg);
  transition: transform 0.5s ease;
  top: 0px;
}

.nav-open .nav-trigger span {
  height: 0;
}
.nav-open .nav-trigger span::before {
  transform: rotate(135deg);
  transition: transform 0.5s ease;
  top: 0px;
}
@media (min-width: 480px) {
  .header-nav {
    float: left;
  }
  .top-nav {
    float: right;
  }

  .top-nav ul {
    display: block;
  }
  .top-nav li {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: auto;
    display: inline-block;
  }
  .top-nav li a {
    display: inline-block;
    text-indent: -9999px;
    width: 22px;
    height: 26px;
    background-size: 20px auto;
  }
  .top-nav .nav-trigger {
    display: none;
  }
  .top-nav .top-subnav {
    position: absolute;
    top: 100%;
    background-color: #191616;
    right: 0;
    padding-left: 15px;
  }
  .top-nav .top-subnav li a {
    padding: 2px 10px 2px 0;
    text-indent: 0;
    width: auto;
    height: auto;
  }
}
.top-nav li a.insta {
  background-image: url("../images/social/instagram.svg");
}
.top-nav li a.insta,
.top-nav li a.facebook {
  background-size: 17px auto;
}
.top-nav li a.twitter {
  background-image: url("../images/social/twitter.svg");
}
.top-nav li a.mixcloud {
  background-image: url("../images/social/mixcloud.svg");
  background-size: auto 16px;
  background-position: center 6px;
  width: 26px;
}
.top-nav li a.spotify {
  background-image: url("../images/social/spotify.svg");
}
.top-nav li a.bandcamp {
  background-image: url("../images/social/bandcamp.svg");
  background-size: 23px auto;
  background-position: 0px 2px;
}
.home-main {
  overflow: hidden;
}
/*.home-main {
	background-image: url('../images/home/homepage.jpg');
	background-size: cover;
	height: 100%;
}*/
.home-slideshow,
.home-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.home-slideshow li {
  list-style: none;
}
.home-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 30s linear infinite 0s;
}

.home-slideshow li:nth-child(1) span {
  background-image: url(../images/home/mobile/amca_1.jpg);
}
.home-slideshow li:nth-child(2) span {
  background-image: url(../images/home/mobile/amca_2.jpg);
  animation-delay: 6s;
}
.home-slideshow li:nth-child(3) span {
  background-image: url(../images/home/mobile/amca_3.jpg);
  animation-delay: 12s;
}
.home-slideshow li:nth-child(4) span {
  background-image: url(../images/home/mobile/amca_4.jpg);
  animation-delay: 18s;
}
/*.home-slideshow li:nth-child(5) span { 
    background-image: url(../images/home/mobile/amca_5.jpg); 
    animation-delay: 24s; 
}*/
/*.home-slideshow li:nth-child(6) span { 
    background-image: url(../images/home/amca_6.jpg); 
    animation-delay: 30s; 
}
.home-slideshow li:nth-child(7) span { 
    background-image: url(../images/home/amca_7.jpg); 
    animation-delay: 36s; 
}*/

@media (min-width: 480px) {
  .home-slideshow li:nth-child(1) span {
    background-image: url(../images/home/amca_1.jpg);
  }
  .home-slideshow li:nth-child(2) span {
    background-image: url(../images/home/amca_2.jpg);
  }
  .home-slideshow li:nth-child(3) span {
    background-image: url(../images/home/amca_3.jpg);
  }
  .home-slideshow li:nth-child(4) span {
    background-image: url(../images/home/amca_4.jpg);
  }
  .home-slideshow li:nth-child(5) span {
    background-image: url(../images/home/amca_5.jpg);
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.logo-main {
  display: inline-block;
  position: absolute;
  top: 65px;
  left: 30px;
}
.logo-main a {
  display: block;
  width: 220px;
  height: 220px;
  background-size: 100% auto;
  background-image: url("../images/logo/logo.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  transform: rotate(-3.5deg);
}

.logo-main a:hover {
  background-image: url("../images/logo/logo-hover.png");
}
.main-site,
.home-credits {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  color: white;
  padding: 2px 5px;
  bottom: 0;
  line-height: normal;
  margin: 0;
}
.home-credits {
  right: auto;
  left: 0;
  bottom: 0;
  background-color: white;
  color: black;
  padding: 3px 10px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .home-credits {
    margin-bottom: 0;
    max-width: 700px;
  }
}
.main-site:hover,
.main-site:focus {
  color: white;
}
@media (min-width: 480px) {
  .logo-main {
    left: 50px;
    top: 100px;
    margin-left: 0;
  }
  .logo-main a {
    width: 240px;
    height: 240px;
  }

  .main-site {
    left: auto;
  }
  .main-site:hover {
  }
}
