body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color:#212121;
}

/* fonts */

h1, h2, h3{
    font-weight: 500;
}
@media (min-width: 768px)
{
    h1{ font-size: 32px; line-height: 42px;}
    h2{ font-size: 26px; line-height: 36px;}
    h3{ font-size: 20px; line-height: 28px;}
}
.primary-blue{
    color: #003F72;
}

/* header */

.logo{
    max-width:245px;
    margin: 1em auto;
}
.container{
    max-width: 800px;
}

/* hero */

.hero{
    position: relative;
}
.hero-image{
    padding: 0;
}
.hero-content{
    position: absolute;
    bottom: 0;
    background: transparent linear-gradient(180deg, var(--unnamed-color-00000000) 0%, #000000AA 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000AA 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    padding: 1em 0;
}
.hero-content-title{
    max-width: 640px;
    margin: auto;
    padding: 0 0.375em;
    color:white;
    font-weight: 400;
}

/* content */

main.container{
    max-width: 640px;
}
section{
    padding: 2em 0;
}
.blue-bg{
    background-color: #003F72;
    color: white;
    padding: 1.5em;
}

.question-title{
    text-align: left;
    display: block;
    background-image: url(./images/Question-Mark-Icon.svg);
    background-repeat: no-repeat;
    background-size: 54px;
    max-width: 520px;
    margin: 0.5em auto 0.75em auto;
    min-height: 55px;
    padding-left: 70px;
    font-size: 18px;
}
.recommend-title{
    margin-bottom: 20px;
    font-weight: 700;
}

.recommend-sub-title{
    font-size: 18px;
    line-height: 28px;
}
.recommend img{
    width: 100%;
    margin-bottom: 1em;
}

/* Footer */

footer{
    margin-top: 60px;
    background-color: #F2F2F2;
    padding: 50px 0;
}
footer a{
    color:#212121;
}
.footer-nav>* {
    padding: 0 .75em;
}