*, html, body {
	margin: 0;
	padding: 0;
  -webkit-text-size-adjust: 100%;
  background-color: #f5eee5;
   /* background-color: #F0EADA;  */
}

.logo {
  padding-top: 60px;
	animation: fadein 2s;
}

ul a, #tour a, {
   text-transform: uppercase;
}

.col1, .col2 {
  text-align: left;
  float: left;
  width: 30%;
  margin-bottom: 20px;
  line-height: 1.5;
}

.col2 {
  padding-left: 30%;
}

.banner ul {
	animation: fadein 1s;
}

.banner {
  text-align: center;
  display: block;
  width: 720px; 
  margin: 0 auto 0 auto;
 line-height: 50px;
 }

 #pictures {
  margin-bottom: 60px;
  text-align: center;
  font-family: "Pinyon Script";
/* 
  font-family: "Josefin Sans";
  text-transform: uppercase;
*/  font-size: 42px;
 }

 .vinyl {
  display: block;
  margin: 0 auto;
  padding: 60px 0 50px 0;
 }

.vinyl:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.7;
}


 .whity {
  display: block;
  background-color: white;
  width: 30px;
  height: 4px;
 }

#contact {
  margin-top: 40px;
  max-width: 700px;
  font-size: 15px;
  font-family: "Nunito";
  padding-left:10px;
}

ul, li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
}

ul {
    margin: 40px auto 0 auto;
    display: block;
    max-width: 680px;
    text-align: center;
}

h2 {
  margin-bottom: 10px;
}

li {
    font-family: "Josefin Sans";
    margin-left: 3.5%;
    margin-right: 3.5%;
    font-size: 11.5px;
  }

#deco {
  width: 92.5%;
  display: block;
  margin: 0 auto;
}

.contact {
  margin-left: 8px;
}

a {
  text-decoration: none;
  color: black;
  cursor: default;
}

a:hover {
  color: #55B8EF;
}

#stream {
  position: absolute;
  top: 42px;
  margin-left: 2%;
  font-family: "Nunito";
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
  background-color: #fbc;
  z-index: 500;
  height: 140px;
  text-decoration: underline;
  animation: fadein .5s;
  }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

 .stream-logo {
  position: absolute;
  top: 6px;
  height: 124px;
  padding-top: 0;
  left: 4px;
 }

 .stream-text {
  float: left;
  margin: 8px 8px 8px 8px;
  text-decoration: underline;
 }

 #stream a {
  display: inline-block;
  margin: 2px 0 6px 4px;
 }

.stream-icons {
  position: absolute;
  z-index: 5000;
  top: 10px;
  width: 40px;
  margin-left: 50px;
  padding-top: 4px;
  margin-bottom: 0;
  margin-right: 0px;
/*  float: left;*/
}

#news {
  width: 720px;
  margin: 20px auto 60px auto;
  padding-top: 40px;
}

#preorder {
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito";
  font-style: italic;
 text-align: center;
 }

 .preorder-link {
  display: block;
  text-decoration: none;
  margin-top: 16px;
 }

 #preorder-link:hover {
  text-decoration: underline;
 }

 #preorder hr {
  display: block;
  margin: 8px auto;
  max-width: 90%;
 }


 #preorder-cover {
   max-width: 90%;
 }

 .preorder-span {
  padding-left: 12px;
  padding-right: 12px;
 }

#tour {
  width: 680px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 14px;
  font-family: "Nunito";
  font-weight: 400;
  line-height: 2em;
}

#easyXDM_2313769_199_provider {
  margin-top: 20px;
  margin-bottom: 20px;
}


#social {
  display: block;
  width: 680px;
  margin: 20px auto 0px auto;
  text-align: center;
}

#photos {
  display: block;
  width: 720px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.boldy {
  font-weight: 700;
  color: #888;
}

.woman {
  display: block;
  margin: 60px auto 0 auto;
  width: 360px;
}


#photos div {
  width: 50%;
  display: inline-block;
  float: left;
}

#photos img {
display: inline-block;
 width: 100%;
}

.line {
  width: 620px;
  color: black;
  margin: 32px auto;
}

.line-big {
  width: 680px;
  color: black;
  margin: 20 auto;
}

.line-bigger {
  width: 700px;
  color: black;
  margin: 20 auto 0 auto;
}

#shop {
  display: none;
  width: 720px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

.merch-thumb {
  margin: 10px 10px;
  background-color: black;
}

.merch-thumb:hover {
    -webkit-filter: invert(80%);
    -webkit-transition: .1s ease-in-out;
  -moz-filter: invert(80%);
  -moz-transition: .1s ease-in-out;
  -o-filter: invert(80%);
  -o-transition: .1s ease-in-out;
  -ms-filter: invert(80%);
  -ms-transition: .1s ease-in-out;
  filter: invert(80%);
  transition: .1s ease-in-out;

}

.item {
  display: inline-block;
  margin-bottom: 30px;
}

.desc {
  font-family: "Nunito";
  font-size: 12px;
  text-align: center;
}

.strong {
  font-weight: 600;
}

h3 {
  font-size: 16px;
  font-weight: 600; 
  margin-bottom: 10px;
}
 
.icon {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.icon:hover, .stream-icons a:hover, .back:hover {
    -webkit-filter: opacity(60%);
/*     -webkit-transition: .2s ease-in-out;
*/  -moz-filter: opacity(60%);
/*  -moz-transition: .1s ease-in-out;
*/  -o-filter: opacity(60%);
/*  -o-transition: .1s ease-in-out;
*/  -ms-filter: opacity(60%);
    filter: opacity(60%);

}

.photo:hover {
    filter: opacity(70%);
    transition: .2s ease-in-out;  
      -webkit-filter: opacity(70%);
      -webkit-transition: .2s ease-in-out;
    -moz-filter: opacity(70%);
    -moz-transition: .2s ease-in-out;
    -o-filter: opacity(70%);
    -o-transition: .2s ease-in-out;  
    -ms-filter: opacity(70%);
    -ms-transition: .2s ease-in-out;  

}

.abandon {
  display: none;
  margin: 20px auto 40px auto;
}

h4 {
  font-family: "Nunito";
  text-transform: uppercase;
  text-align: right;
  font-size: 10px;
  color: #888;
  display: inline-block;
/*  float: right;*/
  margin-top: 20px;
/*  margin-bottom: 20px;*/
}

h4 a {
  color: #888;
}

.back {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 1;
}

.white-block-2 {
  display: inline-block;
  width: 120px;
  height: 1000px;
  background-color: white;
  position: absolute;
  top: 0; 
  right: 0;
  z-index: 300;
  background-color: white;
}

.clear {
  opacity: 0.1;
}


.stream-icons img {
  margin-bottom: 8px; 
}

.stream-icons {
  top: 2;
  padding-top: 0;

}

#social-hr {
  display:none;
  border-top: 1px dashed #8c8b8b;

}

.vinyl {
  max-width: 90%;
}

@media screen and (max-width: 980px) {

  .logo {
    width: 60%;
  }

/*  ul {
  max-width: 480px;
  }
*/

  ul {
    margin-top: 28px;
  }

  li {
    font-size: 12px;
/*    margin-right: 8%;
    margin-left: 8%;
*/  }
/*
  ul, li {
    line-height: 2;
  }
*/

  .vinyl {
    width: 60%;
  }

  .order {
    font-size: 36px;
  }


  #deco {
    width: 90%;
  }

  .banner {
    max-width: 100%;
  }

  #stream {
    top: 36px; 
  }

  .stream-icons img {
    margin-bottom: 8px; 
  }

  .stream-icons {
    top: 2;
    margin-left: 42px;
    padding-top: 0;

  }

  .stream-logo {
    height: 124px;
    padding-top: 0;
    left: 0;
  }

  #news, #tour, #shop, .line, #social {
  max-width: 100%;
  min-width: 592px;  
  }
  #contact {
    max-width: 90%;
  }

  #news {
    padding-top: 40px;
  }

  #shop {
    padding-top: 10px;
  }

/*  .line-big {
    max-width: 90%;
  }*/


  #photos {
    max-width: 64%;
  }

/*  .icon img {
    width: 32px;
  }*/
  
  .abandon {
    width: 54%;
    min-width: 290px;
  }

  #tour {
    font-size: 13px;
  }

  .column-br {
    display: none;
  }

  .back {
    width: 84px;
    right: 16px;
  }

  .white-block-2 {
    width: 100px;
  }

}

@media screen and (max-width: 790px) {
/*
  .logo {
    max-width: 90%;    
  }
*/  
  .back {
    display: none;
  }

  #pole {
    display: none;
  }

  #click {
    display: block;
  }

  .whity {
    display: none;
  }
  .white-block-2 {
    display: none;
  }

  ul {
    margin-top: 20px;
  }

  
/*  .banner {
    width: 86%;
    min-width: 592px;
  }
*/
  #preorder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

 #news, #tour, #shop, #contact, hr, #social {
  max-width: 86%;  
  }

  .line-bigger {
    max-width: 84%;
  }

  .line-big {
    max-width: 97%;
  }

  #news {
    padding-top: 24px;
   margin-bottom: 40px;
  }

  #photos {
    max-width: 80%;
  }

/*  .icon img {
    width: 28px;
  }*/

  #stream {
    display: none;
  }
  
/*  .icon {
  margin: 0px 22px;
  } */

  .divider {
   font-size: 40px; 
   margin: 0 2%;
   color: #bbb;
  }

  a:hover {
  text-decoration: none;
  }
  .col1, .col2 {
    width: 33%;
  }

  .col2 {
    padding-left: 25%;
  }
}

@media screen and (max-width:690px) {
  .line-bigger {
    max-width: 100%;
    width: 570px;
      } 
    }

@media screen and (max-width:640px) {
  .vinyl {
    width: 75%;
  }


  .icon {
    margin: 0;
    margin-top: 12px;
  }

  .col2 {
    padding-left: 12%;
  }

  #news, #tour, #shop, hr, .line, #photos
  {
  max-width: 86%;
  min-width: 280px;
  }

  .line-bigger {
    max-width: 83%;
  }

  .banner {
    min-width: 280px;
  }

  .logo-wide {
    max-width: 400px;
  }

  li {
    font-size: 11.5px;
  }

/*  ul {
    max-width: 420px;
  }
*/
  #preorder {
    font-size: 12px;
  }

 .banner {
    height: auto;
  }

  #photos {
     padding: 20px 0;
  }

   #news {
    padding-top: 10px;
  }

  .woman {
    width: 400px;
  }

  #social {
    display: block;
    width: 100%;
    margin: 0 auto;
    }


}


@media screen and (max-width:556px) {

  .order {
    font-size: 32px;
    margin-top: 10px;
  }

  li {
    font-size: 10px;
  }

  
  .col1, .col2 {
    width: 60%;
    padding-left: 5%;
  }

  .fullname {
    display: none;
  }

  #deco {
    width: 95%;
  }

  #photos {
  max-width: 100%;
  }

  #photos {
  pointer-events: none;
  }

  #photos div {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
  }


  .abandon {
    width: 40%;
    min-width: 200px;
  }  

  #social {
    max-width: 100%;
    min-width: 0;
  }

  .divider {
    display: none;
  }

  #social-hr {
    display: block;
    width: 50%;
    min-width: 100px;
    margin: 15px auto;
  }

  #news {
    padding-top: 0px;
  }

  #black-gold, .preorder-span {
    display: none;
  }

  #preorder {
    font-size: 14px;
  }

}

@media screen and (max-width: 460px) {

  .banner {
    line-height: 32px;
  }

  ul {
    margin-top: 36px;
  }

  .col1, .col2 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  #tourlink {
    padding-left: 20px;
  }


  .vinyl {
    width: 84%;
  }

  li {
    margin-right: 7%;
    margin-left: 7%;
  }

  #deco {
    display: none;
  }

  #preorder-cover{
    max-width: 100%;
  }

  .item {
    margin-bottom:  20px;
  }

  .item img {
    width: 70%;
  }

  .divider {
   margin: 0 1%;
  }

  .line-big {
    max-width: 95%;
  }
  .woman {
    width: 360px;
  }

  .order {
    font-size: 26px;
  }
}



@media screen and (max-width:400px) {


  #contact {
    font-size: 14px;
  }

  li {
    font-size: 11px;
    margin-right: 6%;
    margin-left: 6%;
  }

/*  .icon img {
    width: 26px;
  }
*/
  .logo-wide {
  width: 92%;
}

}

@media screen and (max-width:350px) {
  li {
    font-size: 10.5px;
    margin-right: 5%;
    margin-right: 5%;
  }

  .woman {
    width: 280px;
  }


}


