/* BODY ZOOM */

@media (min-width: 1900px) {
    body {
        zoom: 1.1;
    }
}
@media (min-width: 2400px) {
    body {
        zoom: 1.24;
    }
}



/* NAVIGATION */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-mainnavigation .navbar-nav {
        gap: 0em;
    }
    .nav-link {
        font-size: 0.86rem !important;
    }
}
    .navbar-mainnavigation .navbar-brand-image {
        margin-left: -4px;
    }



/* INTRO */

    #c279 {
        border: 1px solid #97c565;
        border-radius: 6px;
        padding: 18px;
        background-color: #fff;
        z-index: 1000;
    }
@media (min-width: 768px) {
    #c279 {
        margin-right: -2rem;
        min-width: 200px;
    }
}
@media (min-width: 992px) {
    #c279 {
        margin-right: -2rem;
        min-width: 300px;
    }
}
    #c279 .frame-container {
        padding: 0;
    }
    #c279 h2 {
        font-weight: 600;
        text-transform: uppercase;
        color: #5ac5d7;
    }
@media (min-width: 992px) {
    #c279 p {
        font-size: 1.12rem;
        color: rgba(39,47,96,1);
    }
}
    #c292 {
        padding: 0;
    }
@media (min-width: 768px) {  
    #c292 {
        margin-left: -4rem;
        margin-top: -1rem;
    }
}
    #c281 {
        border: 1px solid #97c565;
        border-radius: 6px;
        width: 136px;
        padding: 18px;
        background-color: #fff;
        z-index: 1000;
    }
    #c281 figure {
        min-width: 100px;
    }
    #c281 .frame-container {
        padding: 0;
    }
    #c281 a {
        transition: 0.3s ease;
    }
    #c281 a:hover {
        opacity: 0.7;
        transform: scale(1.06);
    }
@media (min-width: 768px) {  
    #c281 {
        right: 84px;
    }
}
    .carousel .carousel-control-icon {
        max-width: 80px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
    .carousel .carousel-control {
        height: 50%;
        top: 50%;
    }
@media (min-width: 1200px) {  
    .carousel-small .item {
        height: 480px;
    }
}
@media (min-width: 1400px) {  
    .carousel-small .item {
        height: 520px;
    }
}



/* TEXT */

    h1 {
        font-weight: 600;
        text-transform: uppercase;
        color: rgba(39,47,96,1);
    }
    h2 {
        color: rgba(39,47,96,1);
        font-weight: 600;
        text-transform: uppercase
    }
@media (max-width: 991px) {
    h2 {
        font-size: 1.16rem;
    }
}



/* LINKS */

    a {
        text-decoration: none;
        font-weight: 500;
    }
    .frame a:not([class]) {
        transition: 0.3s ease;
    }
    .frame a:not([class]):hover {
        color: rgba(39,47,96,0.5);
        opacity: 0.7;
        transform: scale(1.06);
    }



/* PARTNER */

    #c284 img {
        height: 180px;
        width: 180px;
    }



/* FOOTER */

    #c219 {
        margin-left: -6px;
    }
    #c219 figure {
        max-width: 220px;
    }
   	#c255 figure {
		max-width: 100px;
	}
    #c255 .frame-inner {
        text-align: right;
    }
    #c255 .gallery-row {
        width: 100px;
        display: inline-flex;
    }
    .footer-sociallinks .sociallinks-link {
        width: 4rem;
        height: 4rem;
    }
    .sociallinks-link-icon {
        width: 2.4rem;
        height: 2.4rem;
    }
    .bootstrappackageicon::before {
        font-size: 2.2rem;
    }