body {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0;
    padding: 0;
    color: #002d6b;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
p {
    margin: 0 0 24px;
}
button {
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.btn-primary {
    min-width: 250px;
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    min-height: 50px;
    border-radius: 25px;
    padding: 11px 20px;
    background-color: #02818c;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    transition-duration: .15s;
    -webkit-transition-duration: .15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    text-align: center;
}
.btn-primary:hover,
.btn-primary:focus {
    box-shadow: 0 8px 0 #015e66;
    transition-duration: 0.2s;
    transform: translateY(-7px);
    color: #fff;
}
h1{
    font-size: 4.8rem; 
    line-height: 5.8rem;
}
body.sm-headings h1{
    font-size: 4rem;
    line-height: 4.8rem;
}
h2{
    font-size: 3.2rem;
    line-height: 3.8rem;
}
body.sm-headings h2{
    font-size: 2.6rem;
    line-height: 3.1rem;
}
h3{
    font-size: 2.2rem;
    line-height: 2.6rem;
}
h4{
    font-size: 1.8rem;
    line-height: 2.2rem;
}
h5, h6{
    font-size: 1.6rem;
    line-height: 2rem;
}
h1, h2, h3, .h2, .h3{
    margin: 0 0 24px;
    font-family: 'Domine',sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
a {
    color: #0058ac;
    font-weight: 700;
}
a:hover,
a:focus {
    color: #0058ac;
}
@media (min-width: 1200px) {
    a:focus, button:focus, input:focus {
        outline: 2px dashed #0058ac;
        outline-offset: 4px;
    }
}
@media all and (max-width:767px){
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    h1{
        font-size: 3.6rem; 
        line-height: 4.3rem;
    }
    body.sm-headings h1{
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
    h2{
        font-size: 2.6rem;
        line-height: 3.1rem;
    }
    body.sm-headings h2{
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    h3{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    h4{
        font-size: 1.6rem;
        line-height: 2rem;
    }
    h5, h6{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .btn-primary {
        max-width: 400px;
        width: 100%;
    }
}