@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
    color: #313a3c;
    font-size: 20px;
    line-height: 32px;
    background: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog #main h1 a {
    color: #1f4388;
    font-family: 'Quattrocento', sans-serif;
    font-weight: 400;
    margin: 0;
}

h1,
.blog #main h1 a,
h5 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 20px;

    letter-spacing: 2px;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
}

h3 {
    font-size: 35px;
    line-height: 45px;
}

h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.15px;
}

.main-btn,
a.main-btn,
.main-btn2,
a.main-btn2,
.main-btn3,
a.main-btn3,
.main-btn4,
a.main-btn4,
.main-btn5,
a.main-btn5,
.bp-forms-btn,
a.bp-forms-btn {
    border: none;
    border-radius: 0px;
    color: #fff !important;
    background-color: #1f4388;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 100px;
}
a.main-btn4:hover,
.main-btn4:hover,
.main-btn3,
a.main-btn3 {
    color: #1f4388 !important;
    background: #fff;
}

a.main-btn5:hover,
.main-btn5:hover {
    color: #fff !important;
    background: #1f4388;
}

.main-btn4,
a.main-btn4,
.main-btn5,
a.main-btn5,
.main-btn:hover,
a.main-btn:hover,
.main-btn2:hover,
a.main-btn2:hover,
.main-btn3:hover,
a.main-btn3:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
    color: #1f4388 !important;
    background-color: #ffc600;
}

article a,
.contentarea a:visited {
    color: #1f4388;
}
.underline {
    position: relative;
}
.underline:after {
    max-width: 300px;
    border: 1px solid #ffc600;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: -5px auto;
    right: 0;
}

.serv-underline {
    position: relative;
}
.serv-underline:after {
    max-width: 20%;
    border: 1px solid #ffc600;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1px auto;
    right: 0;
}

.headerphone {
    font-size: 24px;
    text-align: center;
    display: block;
    color: #204289;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    html,
    body {
        font-size: 18px;
        line-height: 28px;
    }
    h1,
    .blog #main h1 a,
    h5 {
        font-size: 28px;
        line-height: 38px;

        letter-spacing: 2px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 2px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1.15px;
    }

    .main-btn,
    a.main-btn,
    .main-btn2,
    a.main-btn2,
    .main-btn3,
    a.main-btn3,
    .main-btn4,
    a.main-btn4,
    .main-btn5,
    a.main-btn5,
    .bp-forms-btn,
    a.bp-forms-btn {
        font-size: 16px;
        line-height: 25px;
        padding: 9px 15px;
    }
}
