* {
    padding: 0px;
    margin: 0px;
}

*:focus {
    outline: 0;
    background: transparent;
}

html { 
    background: url(images/BG.jpg) no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #6e6e6e;  
}

body {
    position: relative;
    font-family: 'Gruppo', cursive;
    margin: 0px;
    padding: 0px;
    color: white;
    text-align: center;
    -webkit-text-size-adjust:none;    
}

#main {
    width: 900px;
    margin: 0px auto;
}

#phone {
    position: relative;
    display: block;
    width: 703px;
    height: 358px;
    margin: 64px auto 0px auto;
}

#phone iframe {
    position: absolute;
    left: 78px;
    top: 27px;
}

#mailing-list {
    margin-top: 32px; 
}

#social {
    margin-top: 32px;
}

#description {
    margin: 96px auto;
    width: 800px;
    text-align:left;
}

#footer {
    display: block;
    width:100%;
    height:64px;
    background:rgba(0, 0, 0, 0.85);    
    padding-top: 14px;
    font-size: 18px;
}

#footer a {
    padding-left: 8px;
    padding-right: 8px;
} 

#footer p {
    padding-top: 6px;
    opacity: 0.4;
}

h1 {
    font-size: 100px;
    font-weight: normal;
    margin-top: 48px;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 16px;    
}

h3 {   
    font-size: 24px;
    font-weight: 100;
    margin-top: 80px;    
}

a {
    transition: all 0.35s ease;
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

a:hover {
    opacity: 1.0; 
    text-shadow: 0px 0px 1px #fff;
}

img.social {
    padding-left: 16px;
    padding-right: 16px;
}

#mc_embed_signup_scroll {
    display: inline-block;
    height: 65px;
}

.email-input {
    float: left;
    width: 360px;
    height: 65px;
    background:url(images/EmailAdressBG.png) no-repeat left top;
    cursor:pointer;    
    margin-right: 8px;
}


#mce-EMAIL {
    width: 280px;
    height: 57px;
    border: none;
    background: transparent;
    padding: 0px 8px 8px 72px;     
    font-family: 'Gruppo', cursive;    
    font-size: 24px;
    color: white;
}

.subscribe-button {
    float: left;
    width: 164px;
    height: 65px;    
    background:url(images/SubscribeButton.png) no-repeat left top;   
}

#mc-embedded-subscribe {
    transition: text-shadow 0.35s ease;    
    width: 164px;
    height: 65px;
    padding: 0px 0px 8px 0px;
    background: transparent;
    border: none;
    font-family: 'Gruppo', cursive;    
    font-size: 24px;
    font-weight: 100;
    color: white;    
    cursor:pointer;       
}

#mc-embedded-subscribe:hover {
    text-shadow: 0px 0px 16px #fff;
}

#description p {
    text-align: justify;
    font-size: 24px;
    font-weight: 100;
    line-height: 24px;    
    color: rgba(255,255,255, 0.7); 
}

#description b {
    font-size: 24px;
    font-weight: normal;    
    color: rgba(255,255,255, 1.0);
}

h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
    font-weight: normal;       
}

