html, body {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    height: 100%;
    background-color: #E4DCD6;
}

img {
    display: block;
}

a img {
    border: none;
}

::-moz-selection {
    /* Highlighted text style */
    color: white;
    background-color: #203756;
}

::selection {
    color: white;
    background-color: #203756;
}

:focus {
    outline: none;
}

.fill_box{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.clear{
    clear: both;
}

/* Site Structure */
#container{
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 600px;
}

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

#header_top{
    height: 62px;
    position: relative;
    background-color: white;
}

#header_bottom{
    background-color: #262626;
    position: relative;
}

.slash{
    float: left;
    width: 5px;
    height: 10px;
    background-image: url("../images/slash.svg");
}

#text{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    color: #E4DCD6;
}

/* Header */
#social_media_container{
    height: 10px;
    width: 55px;
    position: absolute;
    top: 26px;
    left: 21px;
}

.social_media_icon{
    padding-left: 9px;
    padding-right: 9px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 10px;
    background-position: center;
}

#twitter{
    width: 7px;
    background-image: url("../images/twitter.svg");
}

#instagram{
    width: 2px;
    background-repeat: no-repeat;
    background-image: url("../images/instagram.svg");
}

#holm_logo_mini{
    position: absolute;
    height: 35px;
    width: 24px;
    background-image: url("../images/holm_logo_mini.svg");
    left: 50%;
    margin-left: -12px;
    top: 13px;
}

#contact{
    position: absolute;
    right: 20px;
    top: 16px;
    display: block;
    height: 10px;
    padding: 10px;
    width: 66px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/contact.svg");
}

#tag_strip{
    margin: auto;
}

#tag_strip_mobile{
    display: none;
}

/* Body */
#holm_logo{
    position: relative;
    margin: auto;
    top: 50%;
    margin-top: -150px;
    width: 80%;
    max-width: 435px;
    height: 115px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/holm_logo.svg");
}

#coming_soon{
    width: 265px;
    height: 64px;
    background-image: url("../images/coming_soon2.svg");
    margin: auto;
    margin-top: 70px;
}

#legends_container{
    position: absolute;
    margin: auto;
    bottom: 0px;
    height: 492px;
    width: 100%;
    overflow: hidden;
}

#legends_container2{
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

#merckx{
    width: 525px;
    height: 492px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-left: -130px;
    background-image: url("../images/merckx.svg");
}

#coppi{
    width: 406px;
    height: 492px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: -30px;
    background-image: url("../images/coppi.svg");
}

#mail_sign_up_container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 308px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/blue_circle.svg");
}

#mail_sign_up_container2{
    max-width: 922px;
    margin: auto;
}

#mc-embedded-subscribe-form{
    max-width: 550px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

#mce-EMAIL{
    height: 48px;
    max-width: 520px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family:'FrutigerNextW01-LightIt', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: black;
}

#mc-embedded-subscribe{
    height: 48px;
    width: 40px;
    background-color: white;
    padding: 0px;
    margin: 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url("../images/submit_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
}