@font-face {
    font-family: 'rifficfont';
    src: url('riffic/riffic-bold-webfont.woff2') format('woff2'),
         url('riffic/riffic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body{
  background:#020103;
  color:#fff;
  padding:0;
  margin:0;
  font-family: "rifficfont","helvetica",sans-serif;
}
#image{
  height:auto;
  width:43%;
  max-width:640px;
  min-width:400px;
  position: absolute;
  bottom:0;
  left:0;
}
.sales-note{
  font-size:20px;
  color:#FFF4D5;
  margin-bottom:20px;
}
.col{
  position: relative;
  z-index:100;
  width:70%;
  margin-left:auto;
  
  text-align:center;
  padding:20px 10px 80px 10px;
}
#logo{
  width:100%;
  height:auto;
  max-width: 489px;
  margin-bottom:20px;
}
.wrapper{
  position: relative;
  padding-top:30px;
  min-height:659px;
}
.footer{
  background:#F8F5FF;
  padding:0px 20px 60px 20px;
  text-align:center;
}
.clouds{
  background:url(clouds.png) bottom left repeat-x;
  background-size:1116px 371px;
  width:100%;
  position: absolute;
  bottom:0px;
  height:371px;
  z-index:10;
  
  -webkit-animation: animate_background 80s linear 0s infinite;
    -moz-animation: animate_background 80s linear 0s infinite;
    -o-animation: animate_background 80s linear 0s infinite;
    animation: animate_background 80s linear 0s infinite;
}
@supports (mix-blend-mode:screen) {
  .clouds{
    background-image:url(clouds.jpg);
    mix-blend-mode:screen;
  }
}
@-webkit-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 1116px 0;
    } 
}
@-moz-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 1116px 0;
    } 
}
@-o-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 1116px 0;
    } 
}
@keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 1116px 0;
    } 
}
@-webkit-keyframes animate_background_mobile { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 670px 0;
    } 
}
@-moz-keyframes animate_background_mobile { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 670px 0;
    } 
}
@-o-keyframes animate_background_mobile { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 670px 0;
    } 
}
@keyframes animate_background_mobile { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 670px 0;
    } 
}
.event{
  max-width:410px;
  text-align:left;
  margin:0 auto;
  background-size:91px 91px;
  background-repeat: no-repeat;
  background-position: 0 24px;
  padding:24px 0;
}

p{
  margin:0;
  text-shadow: 2px 2px 0 #020103;
}
.venue{
  font-size:24px;
  color:#FFF4D5;
  line-height:1;
}
.location{
   font-size:31px;
}
.details{
    padding-left:110px;
}
.button{
  margin-top:24px;
  font-size: 28px;
  color: #FFF4D5;
  letter-spacing: -0.11px;
  text-align: center;
  line-height: 22px;
  text-shadow: 2px 2px 0 #3F2727;
  text-decoration: none;
  background: #FF5217 url(buttonbg.jpg) center center no-repeat;
  background-size:cover;
  box-shadow: 0 2px 0 3px #912400, 0 6px 0 6px rgba(1,0,3,0.89);
  border-radius: 35.5px;
  display:block;
  padding:17px 0;
  transition:transform 0.25s ease-in-out;
}
.sold-out{
  margin-top:24px;
  font-size: 28px;
  color: #EDEFF8;
  letter-spacing: -0.11px;
  text-align: center;
  line-height: 22px;
  text-shadow: 2px 2px 0 #3F2727;
  text-decoration: none;
  background: #787A88;
  box-shadow: 0 2px 0 3px #494B5D, 0 6px 0 6px rgba(1,0,3,0.89);
  border-radius: 35.5px;
  display:block;
  padding:17px 0;
}
.button:hover{
  transform:scale(1.05);
}

@media only screen and (max-width: 940px) {
  .col{
    width:60%;
  }
  #image{
    
    max-width:46%;
  }
  #logo{
    max-width:389px;
  }
  .wrapper{
    padding-top:13px;
  }

}
@media only screen and (max-width: 840px) {
  body{
background:#020103 url(bg.jpg) 0 0 repeat-x;
background-size:447px 268px;
  }
  .col{
    width:100%;
    padding:0 15px;

  }
  #image{
    width:90%;
    position: static;
    max-width:536px;
    margin-top:-10%;
  }
  #logo{
    width:90%;
    max-width:389px;
  }
  .wrapper{
    padding-top:13px;
  }
.footer{
  
  padding:0 0 50px 0;
  
}
.rgt{
      margin-top: -20px;
    display: inline-block;
    z-index: 100;
    position: relative;
    
  }
  .rgt img{
    max-width:154px;
    height:auto;
  }
  .clouds{
        background-size: 670px auto;
    height: 217px;
      -webkit-animation: animate_background_mobile 40s linear 0s infinite;
    -moz-animation: animate_background_mobile 40s linear 0s infinite;
    -o-animation: animate_background_mobile 40s linear 0s infinite;
    animation: animate_background_mobile 40s linear 0s infinite;
  }
  
  #logo{
    margin-bottom:4px;
    margin-top:10px;
  }
}

@media only screen and (max-width: 500px) {
.details{
    padding-left:80px;
  }
  .location{
    font-size:24px;
  }
  .venue{
    font-size:19px;
  }
  .button{
    font-size:20px;
    padding:12px 0;
  }
  .event{
    background-size:71px 71px;
    padding:18px 0;
  }
  .col{
            max-width: 353px;
    margin: 0 auto;
  }
.sales-note{
  margin-top:10px;
  font-size:17px;
  margin-bottom:5px;
}
#image{
   min-width:auto;
}
}