html{
    height:100%;
}
body {
    height:auto;
}
* {
    box-sizing: border-box;
}
.center {
    text-align:center;
    align-content:center;
}

[class*="col-"] {
    float: left;
    padding: 5px 10px;
} 
.row::after {
    content: "";
    clear: both;
    display: table;
} 
.container {
    margin:0 auto;
    max-width:970px;
  }

/* Landing Page */
.landinghdr{
    font-size:24px;
    text-align:center;
}

.landingfilogo img{
    padding-top:10px;
    padding-bottom:10px;
    width:50%;
    height:auto;
}
.landingcodeentry {
    font-size:24px;
    width:80%;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    color:#000;
    text-transform:uppercase;
    background-color:rgba(255,255,255,0.7);
    font-weight:bold;
    -webkit-border-radius: 25px;    
    border-radius: 25px; 
    -moz-border-radius:25px;
    -khtml-border-radius:25px;
    border: 1px solid grey;
}

.landingfooter{
    padding-top:25px;
    color:#f9f9f9;
}

/*Promo Code Registration Page */

.eventregform input[type=text]{
    font-size:14px;
    width:100%;
    padding:5px;
    border:0px;
    background-color:rgba(255,255,255,0.7);
    border:0px;
    margin-top:3px;
    -webkit-border-radius: 15px;    
    border-radius: 15px; 
    -moz-border-radius:15px;
    -khtml-border-radius:15px;
}
.eventregform label{
    font-size:14px;
    text-align:left;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-xs-1 {width: 8.33%;}
    .col-xs-2 {width: 16.66%;}
    .col-xs-3 {width: 25%;}
    .col-xs-4 {width: 33.33%;}
    .col-xs-5 {width: 41.66%;}
    .col-xs-6 {width: 50%;}
    .col-xs-7 {width: 58.33%;}
    .col-xs-8 {width: 66.66%;}
    .col-xs-9 {width: 75%;}
    .col-xs-10 {width: 83.33%;}
    .col-xs-11 {width: 91.66%;}
    .col-xs-12 {width: 100%;}
    
    .landinghdr{
    font-size:18px;
}
 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    
    .col-s-4-offset {
         margin-left:16.67%;
     }
     .landinghdr{
    font-size:18px;
}
 
} 

/* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    .col-md-1 {width: 8.33%;}
    .col-md-2 {width: 16.66%;}
    .col-md-3 {width: 25%;}
    .col-md-4 {width: 33.33%;}
    .col-md-5 {width: 41.66%;}
    .col-md-6 {width: 50%;}
    .col-md-7 {width: 58.33%;}
    .col-md-8 {width: 66.66%;}
    .col-md-9 {width: 75%;}
    .col-md-10 {width: 83.33%;}
    .col-md-11 {width: 91.66%;}
    .col-md-12 {width: 100%;}
     
     .col-md-4-offset {
         margin-left:16.67%;
     }
      .landinghdr{
    font-size:20px;
} 
   
} 

/* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
    .col-lg-1 {width: 8.33%;}
    .col-lg-2 {width: 16.66%;}
    .col-lg-3 {width: 25%;}
    .col-lg-4 {width: 33.33=%;}
    .col-lg-5 {width: 41.66%;}
    .col-lg-6 {width: 50%;}
    .col-lg-7 {width: 58.33%;}
    .col-lg-8 {width: 66.66%;}
    .col-lg-9 {width: 75%;}
    .col-lg-10 {width: 83.33%;}
    .col-lg-11 {width: 91.66%;}
    .col-lg-12 {width: 100%;}
     
      .landinghdr{
    font-size:24px;
}
     
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
    } 