html, body {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    height: 100%;
    font-family:'Helvetica Neue LT W01_71488914', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    background-image: url("../images/background.jpg");
    text-transform: uppercase;
}

img {
    display: block;
}

a img {
    border: none;
}

a:link {
    text-decoration: none;
    border: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    border: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
    border: none;
    color: inherit;
}

a:active {
    text-decoration: underline;
    border: none;
    color: inherit;
}

h1 {
    font-size: 60px;
    font-weight: normal;
    margin: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

h2 {
    font-size: 23px;
    font-weight: normal;
    margin: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

i, em {
    font-style: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

b, strong {
    font-style: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

::selection {
    color: white;
    background-color: pink;
}

:focus {
    outline: none;
}

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

.clear{
    clear: both;
}

/* Site structure */
#fleb_info{
    width: 100%;
}

#center_content_container{
    width: 90%;
    max-width: 633px;
    left: 50%;
    top:50%;
    -ms-transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: -30px;
}

#more_info{
    display: block;
    margin: auto;
    margin-top: 40px;
    width: 32%;
    padding-bottom: 6.7%;
    background-image: url("../images/more_info.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: 1px solid black;
}

#more_info:hover{
    background-color: white;
    border: 1px solid white;
}

#mammalian_logo{
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 101px;
    height: 73px;
    background-image: url("../images/mammalian.svg");
}

/* Social media links */
.social_media_container{
    height: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 310px;
}

.social_button{
    width: 22px;
    float: left;
    height: 15px;
    margin-top: 7px;
    margin-right: 12px;
}

.social_button:hover{
    background-position: bottom left;
}

.youtube{
    background-image: url("../images/youtube.svg");
}

.facebook{
    background-image: url("../images/facebook.svg");
}

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

.mailing_list_button{
    float: left;
    height: 30px;
    width: 187px;
    margin-left: 12px;
    cursor: pointer;
    background-image: url("../images/mail_list.svg");
}

.mailing_list_button:hover{
    background-position: left bottom;
}

/* Mailing list */
#mailing_list_container{
    background-color: black;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

form{
    width: 90%;
    max-width: 400px;
    left: 50%;
    top:50%;
    -ms-transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

#inputs_container{
    padding-right: 4px;
}

input{
    width: 100%;
    background-color: black;
    border: 2px solid white;
    padding: 0px;
    margin: 0px;
    height: 35px;
    color: white;
    margin-bottom: 25px;
    font-size: 9px;
    letter-spacing: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family:'Helvetica Neue LT W01_71488914', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -webkit-appearance: none;
}

#mc-embedded-subscribe{
    background-color: white;
    color: black;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    font-size: 9px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family:'Helvetica Neue LT W01_71488914', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    height: 100px;
    border: none;
    margin-bottom: 0px;
}

#mc-embedded-subscribe:hover{
    background-color: red;
    color: white;
}

#mailing_list_container .youtube,
#mailing_list_container .facebook,
#mailing_list_container .twitter,
#mailing_list_container .mailing_list_button{
    background-position: left bottom;
}

#mailing_list_container .mailing_list_button{
    cursor: default;
}