@font-face {
    font-family: Futura LT Light;
    src: url("./Futura/Futura LT Light.ttf") format("ttf"),
         url("./Futura/Futura LT Light.woff") format("woff"),
         url("./Futura/Futura LT Light.woff2") format("woff2"),
         url("./Futura/Futura LT Light.eot") format("eot"),
         url("./Futura/Futura LT Light.svg") format("svg");
}
@font-face {
    font-family: Futura LT Book;
    src: url("./Futura/Futura LT Book.ttf") format("ttf"),
         url("./Futura/Futura LT Book.woff") format("woff"),
         url("./Futura/Futura LT Book.woff2") format("woff2"),
         url("./Futura/Futura LT Book.eot") format("eot"),
         url("./Futura/Futura LT Book.svg") format("svg");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Futura LT Light;
}

@media screen and (max-width: 2560px) {
    html {
        font-size: 24px;
    }
}

@media screen and (max-width: 1920px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 12px;
    }
}

.func-clearfix:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.bold {
    font-family: Futura LT Book;
}

.container {
    padding-top: 23.6rem;
}

.content {
    position: relative;
}

.logo {
    text-align: center;
}

.logo .img-container {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.logo .logo-img {
    height: 8.3rem;
}

.hover-info {
    position: absolute;
    top: 17rem;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    font-size: .75rem;
    transition: opacity 300ms ease-in-out
}

.hover-info.active {
    opacity: 1;
}

.hover-info-email {
    color: #d6685e;
}

.bottom {
    margin-top: 19.8rem;
    font-size: 1.46rem;
    color: #101c42;
}

.bottom .bottom-wrapper {
    width: 40rem;
    margin: 0 auto;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #101c42;
    font-style: italic;
}

.bottom-wrapper .left {
    float: left;
}

.bottom-wrapper .right {
    float: right;
}

.bottom-wrapper .location {
    position: relative;
    cursor: pointer;
}

.bottom .copyright {
    font-size: .75rem;
    text-align: center;
    margin-top: 1rem;
}
