@font-face {
    font-family: Fortuna;
    src: url("/assets/font/Futura.woff");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Fortuna, Helvetica, sans-serif;
}
body {
    width: 100%;
    height: 100%;
    background-color: #14100A;
    background-image: url("/assets/img/team-spirit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}
h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
h3 {
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.medforce-fg-yellow, .nav-item a {
    color: #FFD479;
}
.medforce-bg-yellow {
    background-color: #FFD479;
}
.medforce-fg-teal, .nav-item a:hover {
    color: #009193;
}
.medforce-bg-teal {
    background-color: #009193;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.row::after, .nav::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
.nav, .social-media-links {
    list-style: none;
}
.nav-item {
    font-weight: bold;
    text-align: center;
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.teaser, .policy {
    width: 75%;
    height: 40%;
    margin: 2em auto;
}
.cookie-banner {
    background-color: rgba(255, 212, 121, 0.95);
    color: #009193;
    z-index: 999999;
    padding-top: 5px;
    border-top: 1px solid #FFD479;
    position: fixed;
    bottom: 0;
}
.cookie-banner p, .cookie-banner p a {
    font-weight: normal;
    font-size: 75%;
}
.cookie-banner a, .cookie-banner a:hover, .cookie-banner a:visited {
    color: #009193;
    text-decoration: underline;
}
.cookie-banner button {
    background-color: #009193;
    color: #FFD479;
    padding: 0.22em 0.88em;
    border: 1px solid #FFD479;
    cursor: pointer;
}
.cookie-banner button:hover, .cookie-banner button:active {
    background-color: #006163;
    color: #FFD479;
}
.announcement, .policy {
    background-color: rgba(23, 23, 23, 0.5);
    padding: 1em;
}
.announcement {
    z-index: 999;
}
.policy a {
    color: #FFD479;
    text-decoration: underline;
}
.policy a:hover {
    color: #009193;
}
.teaser-title, .teaser-abstract {
    font-family: Fortuna, Helvetica, Sans-serif;
}
.teaser-title {
    font-size: 350%;
    font-weight: bold;
}
.teaser-abstract {
    font-size: 150%;
}
.footer {
    margin-top: 1%;
    height: 20%;
    width: 100%;
    position: relative;
    bottom: 0;
}
.social-media {
    display: block;
    width: 45%;
    margin: 0 auto;
}
.footer-item {
    display: inline-block;
    margin: 0 0.1em 0 0;
}
.medforce-love { vertical-align: middle; }

/* mailchimp */
#mc_embed_signup{
    clear:left;
    width: 100%;
} /* font:14px Helvetica,Arial,sans-serif; } */
#mc_embed_signup form { text-align: center; }
#mc_embed_signup .button {
    background-color: #009193;
    color: #FFD479;
}
#mc_embed_signup .button:hover {
    background-color: #006163;
    color: #FFD479;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .teaser-title {
        font-size: 100%;
        font-weight: bold;
    }
    .teaser-abstract {
        font-size: 80%;
    }
    [class*="col-"] {
        /** width: 100%; **/
    }
    #medforce-icon, .social-media-icon {
        width: 50%;
        height: 50%;
    }
    .social-media {
        display: block;
        width: 85%;
        margin: 0 auto;
    }
    .footer {
        margin-top: 1%;
        height: 20%;
        width: 100%;
        position: relative;
        bottom: 0;
    }
    .footer-item {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 50px;
    }
    #legal-footer-left, #legal-footer-right {
        font-size: 40%;
    }
    #mc_embed_signup .button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /** solving issue with push button design on iPhone **/
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
}