@charset "utf-8";
/* CSS Document */

html, body{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    background: #103d6a;
    overflow-x:  hidden;
    scroll-padding-top: 300px;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

h1, h2, h3, h4, h5{
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.4) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html, body{

        background: #103d6a;
    }

    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html, body{

        background: #103d6a;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html, body{

        background: #103d6a;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html, body{

        background: #103d6a;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    html, body{
        background: #103d6a;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}