@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'rose_knightregular';
    src: url('/fonts/rose_knight-webfont.woff2') format('woff2'),
    url('/fonts/rose_knight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    overflow-x:  hidden;
}

a, a:hover, a:active{
    text-decoration: none;
    color: #000;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    padding: 15px;
    border: none;
}

.bgbody h1,.bgbody h2,.bgbody h3{
    font-family: 'rose_knightregular';
}

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%)!important;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 40px;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    html, body{

        background: #fff;
    }

    }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html, body{

        background: #fff;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html, body{

        background: #fff;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html, body{

        background: #fff;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    html, body{
        background: #fff;
    }
}