@charset "UTF-8";
/* CSS Document */

body {background-color:#fff; margin:0px; padding:0px; color:#3c3c3b; font-family: 'Ubuntu', sans-serif; position:relative;}
a {color:currentColor; text-decoration: none;}
a:hover {color:currentColor;}
.clear {clear:both;}
strong {font-weight:800;}

.col-left {float:left; width:40%; padding:5% 0px 5% 5%;}
.col-right {float:left; width:55%;}
.col-right img {width:100%;}
.logo img {width:100%; max-width:345px;}
.coming {font-size:60px; font-weight:700; text-transform:uppercase; margin:30% 0px 0px 0px;}
.underC {font-size:20px; font-weight:400; margin:0px 0px 30% 0px; text-transform:uppercase;}
.footer {font-size:20px; line-height:24px; position:absolute; top:50%;}
.footer span {color:#d7ccc0;}
.credits {font-size:14px!important; line-height:16px!important; margin-top:30px;}
        
        
        @media (max-width: 909px) {
            .col-left {width:90%; text-align:center; padding:5%;}
            .col-right {width:100%;}
            .coming {font-size:40px; line-height:35px; margin-bottom:20px;}
            .footer {font-size:18px; line-height:20px; position:relative; margin:50px 0px;}
            
        }
        
        @media (max-width: 767px) {}
		@media (max-width: 480px) {
            .col-left {width:80%; padding:5% 10%;}
            .footer {font-size:16px; line-height:18px;}
            
            
        }