.fullscreen {
    /*height: 80%;*/
    height: 55vw;
    background-size: cover;
    /*background-position: 50% 0%*/
    background-position: center;
}

@media (min-width: 768px) {
    .fullscreen {
        height: 32vw;
    }
}

.bg-dark {
    background: #333333 !important;
}

.bg-primary {
    background: #c2d82e !important;
    border-color: #9fb126;
}

.btn-primary, .btn-success {
    background: #c2d92e;
    color: #444;
}

.btn-primary:hover, .btn-success:hover {
    background: #88c442;
}


@media (min-width: 576px) {
    .mt-sm-8, .my-sm-8 {
        margin-top: 3rem !important;
    }
}

@media (min-width: 576px) {
    .mt-sm-16, .my-sm-16 {
        margin-top: 6rem !important;
    }
}


.title-heading1 h3:before, .title-heading1 h3:after {
    background-color: #c2d92e;
}

.title-heading1 h3:before, .title-heading1 h3:after {
    background-color: #c2d92e;
}

.title-heading1 h3.with-white-lines:before, .title-heading1 h3.with-white-lines:after {
    background-color: #fff;
}

/*Links*/
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #c2d82e;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.title-heading1 h3 {
    letter-spacing: 0.1em;
}

.cover-image-container {
    background-position: center;
}

.icon-sm-rounded {
    background: #c2d92e;
}

.feature-icon {
    max-width: 50px;
}

.pt200 {
    padding-top: 200px !important;
}
