@charset "utf-8";
/* CSS Document */

html, body{
    font-family:"Calibri", sans-serif;
    font-size: 18px;
    font-weight: normal;
    background: #0E436E;
    height:100%;
    color: #fff;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #fffce5;
}

h1, h2, h3, h4, h5{
    font-weight: 700;
    font-size: 38px;
}

.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) {


    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}