* {
    text-decoration: none;
    max-width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 20px;
    font-family: 'montserrat';
    color: #4a4a4a;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

a {
    cursor: pointer;
}

img {
    border: none;
    width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

.bold {
    font-weight: 700;
}


.logo {
    width: 150px;
    margin: 15px 0 10px;
}

video {
    object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
}


.article-title {
    font-size: 30px;
    font-weight: 600!important;
    font-weight: 500;
    color: #384d83;
    margin-bottom: 20px;
}

.content {
    line-height: 32px;
    background-color: #fffaed;
    padding: 20px 100px;
    margin-bottom: 40px;
}

.photo-container {
    position: relative;
}


footer {
    background: #212529;
    color: #fff;
    font-family: atlas grotesk, Helvetica, Arial, sans-serif;
    font-size: 16px;
}

footer a,
footer a:visited {
    color: #fff;
}

.footer-content {
    line-height: 24px;
    margin-bottom: 10px;
    padding-top: 20px;
}

.footer-company-name {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: atlas typewriter, Helvetica, Arial, sans-serif;
    line-height: 18px;
    letter-spacing: 6.22px;
    margin-bottom: 5px;
}

footer .logo {
    display: inline-block;
}

.footer-copyright {
    font-size: 12px;
    margin-top: 0;
}

.footer-info {
    display: inline-block;
    vertical-align: top;
}

h3 {
    font-size: 20px;
    line-height: 32px;
}


@media only screen and (min-width: 300px) and (max-width: 350px) {

    .article-title {
        font-size: 27px;
    }

}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .article-title {
        font-size: 35px!important;
    }
    .content {
        padding: 20px 10px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 960px) {
    video {
        height: 100%;
    }

    .logo {
        margin-top: 40px;
    }

    .article-title {
        font-size: 39px;
    }

    footer .logo {
        margin-right: 20px;
    }

    .footer-info {
        width: 320px;
    }
}

@media screen and (min-width: 960px) {
    .logo {
        margin: 40px 0 15px;
    }

    .article-title {
        font-size: 46px;
    }

    .container {
        width: 1024px;
    }

    .content p {
        margin-bottom: 20px;
    }

    .footer-container {
        padding-bottom: 55px;
    }

    .footer-content {
        padding: 46px 0 32px;
    }

    footer .logo {
        margin: 0 20px 0 0;
    }

    .article-title-dark {
        width: 700px;
        margin-bottom: 55px;
    }

    .container-dark-font {
        margin-top: 42px;
    }

    .white-header {
        height: 215px;
    }
}