* {
    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;  
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    font-family: 'Amatic SC', cursive;
    margin: 0px;
    padding: 0px;
    color: white;
    text-align: center;
    -webkit-text-size-adjust:none;  
    min-width: 600px;
    min-height: 800px;  
    width: 100%;
    height: 100%;    
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
}

#main {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    left: 0px;
    top: 0px;
}

#play-button {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    top: -50px;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 220px;
    display: table;    
}

#menu {
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    left: 48px;
    bottom: 58px;
}

#mailing-list {
    position: relative;
    top: 16px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;    
}

#downloads {
    position: relative;
    top: 16px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;    
}

#social {
    font-weight: normal;
    position: absolute;
    right: 48px;
    bottom: 42px;   
}

#menu a {
    padding-right: 24px;
}

img.social {
    padding-left: 24px;
}

h4 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 14px;
    opacity: 0.5;
}

@media only screen and (max-width: 1100px) {
    
    #footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 370px;    
        display: table;    
    }    
    
    #menu {
        font-weight: normal;
        font-size: 20px;
        left: 0px;
        bottom: 24px;
        width: 100%;
    }
    
    #mailing-list {
        position: relative;
        top: 16px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;    
    }
    
    #downloads {
        position: relative;
        top: 16px;
        width: 500px;
        margin-left: auto;
        margin-right: auto;    
    }    
    
    #social {
        font-weight: normal;
        position: relative;
        top: 48px;
        right: 0px;
        bottom: 0px;   
    }
    
    #menu a {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    img.social {
        padding-left: 24px;
        padding-right: 24px;
    }
}

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

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

a {
    text-decoration: none;
    color: white;
    opacity: 0.7;
    cursor: pointer;
}

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

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

.email-input {
    position: relative;
    left: 10px;    
    margin-top:7px;
    float: left;
    width: 245px;
    height: 56px;
    background:url(images/EmailAdressBG.png) no-repeat left top;  
}

#mce-EMAIL {
    position: relative;
    left: -8px;
    top: -2px;
    width: 190px;
    height: 57px;
    border: none;
    background: transparent;
    font-family: 'Amatic SC', cursive;
    font-size: 25px;
    color: white;
    text-align: center;
}

.subscribe-button {
    position: relative;
    left: -10px;
    float: left;
    width: 152px;
    height: 63px;    
    background:url(images/SubscribeButton.png) no-repeat left top;   
}

#mc-embedded-subscribe {
    width: 152px;
    height: 63px;        
    padding-bottom: 8px;
    background: transparent;
    border: none;
    font-family: 'Amatic SC', cursive;
    font-size: 24px;
    font-weight: 100;
    color: white;    
    cursor:pointer;       
}

#mc-embedded-subscribe:hover {
    color: #b7276a;    
}