@import url('https://fonts.googleapis.com/css?family=Josefin+Sans%3A400%2C%7CMontserrat%3A700%2C&display=fallback&ver=2.4.4');
@font-face {
    font-family: Astra;
    src: url(fonts/astra.woff);
}

.header-container {}

.header-banner img {
    width: 100%;
    height: 100%;
}

.nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-box {
    max-width: 1240px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.main-nav {
    display: flex;
    justify-content: flex-end;
}

.main-nav li {}

.main-nav li a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 18px;
    color: #fff;
    line-height: 4;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
}

.header-banner {
    background-image: url(images/hd-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 516px;
}

.title-wrap {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-title {
    color: #fff;
    font-size: 64px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}

.btn-wrap {
    display: none;
}

.menu-toggle:after {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: none;
}


/* footer */

#footer {
    background-color: #191919;
    color: #d3d3d3;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 1.85714285714286;
}

.footer-container {
    padding: 2.66666em 0;
    text-align: center;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.footer-bottonm {
    margin-top: 18px;
}

.ft-nav li {
    display: inline-block;
}

.ft-nav li a {
    text-transform: uppercase;
    color: #b04c75;
    padding: 0 9px;
    display: block;
}

.ft-nav li a:hover {
    color: #fb2056;
}

@media only screen and (max-width:1024px) {
    .header-banner {
        height: 336px;
    }
}

@media only screen and (max-width:921px) {
    .nav-wrap {
        display: none;
    }
    .btn-wrap {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
    .btn-container {
        padding: 0 20px;
    }
    .menu-toggle {
        margin-left: auto;
        color: #fff;
        font-size: 27px;
        width: 54px;
        line-height: 56.69px;
        text-align: center;
        background-color: #de44d3;
    }
    .menu-toggle.open:after {
        content: "\e5cd";
    }
    .main-nav {
        flex-direction: column;
        margin-top: 75px;
        border-top: 1px solid #fff;
    }
    .main-nav li a {
        border-bottom: 1px solid #fff;
        line-height: 54px;
        padding: 0 20px;
    }
    .nav-box {
        padding: 0;
    }
    .nav-wrap.open {
        display: block;
    }
}

@media only screen and (max-width:768px) {
    .main-nav li a {
        border-bottom: 1px solid #eaeaea;
        line-height: 49px;
        color: #222;
        font-size: 16.416px;
    }
    .site-title {
        font-size: 44px;
    }
    .main-nav li a.selected {
        color: #fb2056;
    }
    .btn-wrap,
    .nav-wrap {
        position: relative;
    }
    .menu-toggle {
        width: 49.22px;
        height: 51.7px;
        line-height: 51.69px;
    }
    .btn-container {
        padding: 0 20px;
    }
    .main-nav {
        margin: 16.416px 0 0;
        border-top: 1px solid #eaeaea;
        background-color: #f9f9f9;
    }
}

@media only screen and (max-width:767px) {
    .header-banner {
        height: 254px;
    }
}

@media only screen and (max-width:544px) {
    #footer {
        font-size: 15px;
    }
    .footer-container {
        padding: 2em 20px;
    }
}