@charset "utf-8";
/* CSS Document */

html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #f2ecde;
    overflow-x:  hidden;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

h1, h2, h3, h4, h5{
    font-family: 'Oswald', sans-serif;
}

.relative{
    position: relative;
}

.clear{
    clear: both;
}

.shadow{
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html, body{


    }

    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html, body{


    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html, body{


    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html, body{


    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    html, body{

    }
}