body {
    font-family: 'Titillium Web', sans-serif;
    background-image: url(../img/bg__ffm.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.fog {
    position: fixed;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background: rgb(0,90,154);
    opacity: 1;
    transition: opacity 1.5s .75s;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}
.move .fog {
    opacity: 0;
}
header {
    background: white;
    box-shadow: 0 10px 50px rgba(0,0,0,.3);
    position: fixed;
    width: 100%;
    z-index: 99;
    top: -100px;
    opacity: 0;
}
.header__col--nav {
    margin-bottom: .9rem;
}
.header__col--nav a {
    color: #4A5255;
    text-decoration: none;
    display: inline-block;
    margin: 0 1rem;
    font-weight: 600;
}
.header__col--nav a.current {
    color: #005a9a;
    text-decoration: underline;
}
.header__col--brand {
    text-align: right;
}
.header__brand {
    margin: 1rem 0 .5rem;
    width: 100px;
    height: 29px;
}
.header--landing {
    position: relative;
    opacity: 1;
    top: 0;
}
.move header {
    animation: header-show 1s 5.5s forwards;
}
main {
    height: 100%;
    height: 100vh;
    text-align: center;
}
.brand__group {
    display: inline-block;
    margin-top: 45vh;
    text-align: center;
    white-space: nowrap;
}
.move .brand__group {
    animation: brand-hide 1s 4.5s forwards;
}
.brand {
    display: inline-block;
}
.brand img {
    display: block;
    margin: 0;
}
.brand--left {
    width: 163px;
    overflow: hidden;
    transition: width 1s 2.5s;
}
.move .brand--left {
    width: 40px;
}
.brand--left img {
    height: 50px;
}
.brand--right {
    width: 132px;
}
.brand--right img {
    height: 50px;
}
.announcement {
    position: fixed;
    width:90%;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
}
.announcement h2 {
    color: white;
    font-size: 1.55rem;
    font-weight: 300;
}
.move .announcement {
    animation: announcement-show 1s 5.5s forwards;
}
.announcement__inner {
    padding: 1.5em 2.5em;
}
.header__close {
    position: relative;
    display: block;
    width: 33px;
    height: 33px;
}
.header__close:before,
.header__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #005a9f;
}
.header__close:before {
    transform: rotate(45deg);
}
.header__close:after {
    transform: rotate(-45deg);
}
/* content */
h3 {
    color: rgb(0,90,154);
    font-size: 1.4rem;
    font-weight: 600;
}
.section--content {
    font-size: 1rem;
    line-height: 1.45em;
    font-weight: 300;
    background: white;
    padding: 3rem 0;
    color: #4A5255;
    z-index: 100;
}
.section__intro {
    font-size: 1rem;
}
.section__news {
    background: #005a9a;
    color: white;
    font-size: 1.1rem;
}
.text--highlight {
    color: rgb(0,90,154);
    font-weight: 600;
}
.text--invert {
    color: white;
}
.button {
    display: inline-block;
    border: 3px solid #005a9a;
    text-align:  center;
    font-size: 1rem;
    padding: .35rem 1rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #005a9a;
}
.button--invert {
    border-color: white;
    color: white;
}
.section__portfolio {
    background: url(../img/bg_waves.png) no-repeat #f0f0f0;
    background-size: 100% auto;
}
.portfolio__item a {
    display: block;
    padding: .75rem .5rem;
    color: #4A5255;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #4A5255;
    line-height: 1em;
}
.section__contact {
    background: rgb(0,90,154);
    color: white;
}
.section__contact h3 {
    color: white;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: 600;
}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#map {
    position: relative;
    padding: 0;
}
#map > a {
    position: absolute;
    display: block;
    background: white;
    z-index: 1;
    bottom: 100px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    min-width: 280px;
    border: 3px solid #005a9a;
    text-align:  center;
    font-size: 1rem;
    padding: .35rem 1rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #005a9a;
}
#container-map {
    position: relative;
    width: 100%;
    height: 500px;
}


/* footer */
footer {
    background: #4A5255;
    width: 100%;
    color: rgba(255,255,255,.66);
    display: block;
    font-size: .9rem;
    padding: 1rem 0;
}
footer a {
    color: rgba(255,255,255,.66);
    display: inline-block;
    padding-right: 1em;
}
footer a:last-child {
    padding-right: 0;
}

.loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.loader div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loader-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
    animation-delay: -0.5s;
}

/* animations */
@keyframes loader-animation {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes announcement-show {
    from    { opacity: 0; }
    to      { opacity: 1; top: 50%; }
}
@keyframes brand-hide {
    from    { opacity: 1; }
    to      { opacity: 0; }
}
@keyframes header-show {
    from    { opacity: 0; top: -100px; }
    to      { opacity: 1; top: 0; }
}



@media (min-width: 576px) {
    body {
        bacgrkound-position: center center;
        background-attachment: fixed;
    }
    h3 {
        font-size: 1.8rem;
    }
    .brand__group {
        transform: scale(1);
    }
    .brand--left {
        width: 326px;
        overflow: hidden;
        transition: width 1s 2.5s;
    }
    .move .brand--left {
        width: 81px;
    }
    .brand--left img {
        height: 100px;
    }
    .brand--right {
        width: 264px;
    }
    .brand--right img {
        height: 100px;
    }
    .announcement {
        width: 80%;
        max-width: 860px;
    }
    .announcement h2 {
        font-size: 3rem;
        line-height: 1.2em;
    }
    #map > a {
        bottom: 30%;
        left: 50%;
        margin-left: -170px;
        width: 340px;
        padding: .75rem 1.5rem;
        font-size: 1.35rem;
    }
    .section--content {
        font-size: 1.1rem;
    }
    .section__intro {
        font-size: 1.3rem;
    }
    .header__close {
        width: 38px;
        height: 38px;
    }
    .header__close:before,
    .header__close:after {
        height: 43px;
    }

}

@media (min-width: 960px) {
    .footer__col--right {
        text-align: right;
    }
    .header__brand {
        width: 150px;
        height: 43px;
    }
}
