/*

X-Small devices (portrait phones, less than 576px)

No media query for `xs` since this is the default in Bootstrap

*/

@font-face {
    font-family: default;
    src: url("../font/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: bold;
    src: url("../font/Kollektif-Bold.ttf");
}

body {

    min-height: 100vh;
    font-family: default;
    background-color: rgb(254, 239, 229);
    color: rgb(20, 120, 52);

}

h1,
h2,
h3,
h4,
h5,
h6 {

    word-wrap: break-word;

}

a {
    text-decoration: none;
}

.bold {
    font-family: bold;
}

.text {
    font-weight: 300;
}

.hidden {

    display: none;

}

.desktop {

    display: none;

}


.tablet {

    display: none;

}

.under-nav {
    padding-top: 117px;
}

#greenCrewLogo{
    max-height: 100px;
}

.navbar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}

img {
    max-width: 100%;
    max-height: 100vh;
}

.section-img {
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transition: all 0.3s linear;

}

.filter {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    border-radius: inherit;

    transition: all 0.3s linear;
}

.section-text {
    color: white;
    scale: 1;

    transition: scale 0.2s linear;
}

.section-title {
    color: white;
    font-size: xx-large;
}

.section-img.animate:hover {
    border-radius: 15px;

    .filter {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 15px;
    }

    .section-text {

        scale: 1.10;

    }
}

.ratio11 {
    aspect-ratio: 1/1;
}

.ratio21 {
    aspect-ratio: 2/1;
}

.ratio32 {
    aspect-ratio: 3/2;
}

.ratio43 {
    aspect-ratio: 4/3;
}

.navbar-brand img {
    max-height: 85px;

    transition: max-height 0.3s linear;
}

.navbar-brand.small img {
    max-width: 100%;
    max-height: 70px;
    transition: max-height 0.3s linear;
}

.navbar-brand {

    opacity: 1;
    transition: opacity 0.3s linear;
}

.brand-col {
    text-align: center;
}

.navbar-brand.hidden {
    opacity: 0;
}

.nav-item {
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgb(20, 120, 52);

    transition: padding 0.3s linear;
}

.nav-item:hover {
    padding-left: 3rem;
    padding-right: 3rem;

    .nav-link {
        font-weight: 500;
    }
}

.nav-link {
    color: white !important;
    font-weight: 200;
    transition: font-weight 0.15s linear;
}

.nav-link.active {
    font-weight: 400;
    transition: font-weight 0.15s linear;
}

.nav-item.start {
    border-radius: 10px 10px 0px 0px;
}

.nav-item.end {
    border-radius: 0px 0px 10px 10px;
}

/*Toggler Controls*/
.navbar-toggler {

    width: 20px;

    height: 20px;

    position: relative;

    transition: .5s ease-in-out;

}



.navbar-toggler,

.navbar-toggler:focus,

.navbar-toggler:active,

.navbar-toggler-icon:focus {

    outline: none;

    box-shadow: none;

    border: 0;

    position: relative;

}



.navbar-toggler span {

    margin: 0;

    padding: 0;

}



.toggler-icon {

    display: block;

    position: absolute;

    height: 2px;

    width: 100%;

    background: rgb(20, 120, 52);

    border-radius: 1px;

    opacity: 1;

    left: 0;

    transform: rotate(0deg);

    transition: .25s ease-in-out;

}



.middle-bar {

    margin-top: 0px;

}




/* State when the navbar is collapsed */



.navbar-toggler.collapsed .top-bar {

    position: absolute;

    top: 0px;

    transform: rotate(0deg);

}



.navbar-toggler.collapsed .middle-bar {

    opacity: 1;

    position: absolute;

    top: 10px;

    filter: alpha(opacity=100);

}



.navbar-toggler.collapsed .bottom-bar {

    position: absolute;

    top: 20px;

    transform: rotate(0deg);

}



/* when navigation is clicked */



.navbar-toggler .top-bar {

    top: inherit;

    transform: rotate(135deg);

}



.navbar-toggler .middle-bar {

    opacity: 0;

    top: inherit;

    filter: alpha(opacity=0);

}



.navbar-toggler .bottom-bar {

    top: inherit;

    transform: rotate(-135deg);

}



/* Color of 3 lines */



.navbar-toggler.collapsed .toggler-icon {

    background: rgb(20, 120, 52)
}


/*Toggler Controls*/



.navbar-inner {

    align-content: center;



}



.navbar-nav {

    justify-content: center;

}

.footer-title {
    color: rgb(108, 198, 111);
}

.footer-link {
    font-size: small;
    color: rgb(20, 120, 52);
}

.footer-link:hover {
    color: rgb(108, 198, 111)
}

.social{
    font-size: 25pt;
}

.loading{
    aspect-ratio: 1/1;
    width: 30px;
}
/* 

Small devices (landscape phones, 576px and up)

*/

@media (min-width: 576px) {
    .mobile {

        display: none;

    }

    .tablet {

        display: block;

    }

    .ratio11-sm {
        aspect-ratio: 1/1;
    }

    .ratio21-sm {
        aspect-ratio: 2/1;
    }

    .ratio32-sm {
        aspect-ratio: 3/2;
    }

    .ratio43-sm {
        aspect-ratio: 4/3;
    }

    .footer-link {
        font-size: large;
    }
    .social{
        font-size: 25pt;
    }
}



/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) {

    .ratio11-md {
        aspect-ratio: 1/1;
    }

    .ratio21-md {
        aspect-ratio: 2/1;
    }

    .ratio32-md {
        aspect-ratio: 3/2;
    }

    .ratio43-md {
        aspect-ratio: 4/3;
    }
}



/* Large devices (desktops, 992px and up)*/

@media (min-width: 992px) {

    .nav-item.start {
        border-radius: 10px 0px 0px 10px;
    }

    .nav-item.end {
        border-radius: 0px 10px 10px 0px;
    }

    .tabletMobile {
        display: none;
    }

    .tablet {
        display: none;
    }

    .desktop {

        display: block;

    }

    .brand-col {
        text-align: start;
    }

    .left-lg {
        text-align: start;
    }

    .right-lg {
        text-align: start;
    }


    .ratio11-lg {
        aspect-ratio: 1/1;
    }

    .ratio21-lg {
        aspect-ratio: 2/1;
    }

    .ratio32-lg {
        aspect-ratio: 3/2;
    }

    .ratio43-lg {
        aspect-ratio: 4/3;
    }

    .footer-link {
        font-size: small;
        color: rgb(20, 120, 52);
    }

    .social{
        font-size: 25pt;
    }
}



/* X-Large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {
    .footer-link {
        font-size: medium;
        color: rgb(20, 120, 52);
    }

    .social{
        font-size: 25pt;
    }
}



/* XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1400px) {}