@font-face {
    font-family: "charter";
    src: url(../webfonts/charter_regular-webfont.eot?);
    src: url(../webfonts/charter_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../webfonts/charter_regular-webfont.woff) format("woff"), url(../webfonts/charter_regular-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "charter";
    src: url(../webfonts/charter_bold-webfont.eot?);
    src: url(../webfonts/charter_bold-webfont.eot?#iefix) format("embedded-opentype"), url(../webfonts/charter_bold-webfont.woff) format("woff"), url(../webfonts/charter_bold-webfont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    font-family: charter, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #000;
    overflow-x: hidden;
}

a, a:hover {
    text-decoration: none;
}
.btn:hover {
    opacity: .5
}
.btn-light {
    background: #F2EAE2;
    font-family: 'Poppins', sans-serif;
}
.fullscreen {
    height: 100vh;
    overflow: hidden;

}
.cr-live {
    background: #131137;
}
.cr-green {
    background: #BEBB8D;
}
.cr-text-live {
    color: #131137;
}
.cr-text-green {
    color: #BEBB8D;
}
.cr-live img, .cr-green img {
    max-height: 185px;
    padding:1rem
}
@media (max-width: 767px) {
    .landingPage .fixed-top {
        position: relative;
    }
    .fullscreen {
        height: auto;
        overflow: unset;
        padding: 3rem 1rem
    }
}
