@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
}
.fullscreen {
    height: 100vh;
    overflow: hidden;

}
.ldk img {
    max-height: 185px;
    padding: 0 1rem 1rem
}
.greenway {
    background: #244138;
}
.amberfield {
    background: #25404D;
}
.greenway img, .amberfield img {
    max-height: 185px;
    padding:1rem
}
@media (max-width: 767px) {
    .landingPage .fixed-top {
        position: relative;
    }
    .fullscreen {
        height: auto;
        overflow: unset;
        padding: 3rem 1rem
    }
}
