* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.5s;
    scrollbar-color: white #2f795a;
}

.oswald-oswaldfont {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    height: 50px;
    width: 50px;
}

header {
    width: 100%;
    background-color: #3C6354;
    padding-left: 5px;
}

ul {
    list-style-type: none;
}

.title {
    color: #C6D9D7;
}

h1 {
    text-decoration: none;
    font-size: 30px;
    text-shadow: -2px 1px 0 #3C6354,
        2px 1px 0 #3C6354,
        2px -1px 0 #3C6354,
        -2px -1px 0 #3C6354;
}

.maintitle{
    text-shadow:none;
}

h2{
    font-size: 30px;
}

h3{
    font-size: 23px;
}

.nav-link {
    font-size: 25px;
    color: #C6D9D7;
    text-shadow: -2px 1px 0 #3C6354,
        2px 1px 0 #3C6354,
        2px -1px 0 #3C6354,
        -2px -1px 0 #3C6354;
}

.sectiontext {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

a{
    font-size: 7px;
}

.sectionimg {
    height: 200px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(198, 217, 215);
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(198, 217, 215, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body {
    background-image: linear-gradient(to right, #18362C , #378a67);
    background-color: #18362C;
    color: #C6D9D7;
}

a {
    text-decoration: none;
    color: #C6D9D7;
}

footer {
    background-color: #3C6354;
    text-shadow: -2px 1px 0 #3C6354,
        2px 1px 0 #3C6354,
        2px -1px 0 #3C6354,
        -2px -1px 0 #3C6354;
}

button {
    background-color: #3C6354;
    color: #C6D9D7;
    border: none;
}

.dark-mode {
    background-image: linear-gradient(to right, #C6D9D7 , #00000050 );
    background-color: #C6D9D7;
    color: #18362C;
}

.dark-mode-header, .dark-mode-footer {
    background-color: #00000050;
}

.dark-mode-a {
    color: #18362C;
}

.icon {
    color: #C6D9D7;
}

.carousel, .d-block {
    height: 240px;
}

.d-block {
    width: 100%;
}

.burger{
    width: 40px;
}

.navbar-toggler{
    padding-left: 4px;
}

.linkbot{
    font-size: 20px;
}

.linkimg{
    height: 37px;
    width: auto;
}

@media only screen and (min-width: 575px) {

    .sectionimg {
        height: 225px;
        margin-top: 32.5px;
        margin-bottom: 0px;
    }

    a{
        font-size: 12px;
    }

    h1 {
        font-size: 37px;
    }
    
    header{
        padding-left: 13px;
    }

    .burger{
        width: 60px;
    }
    
    .navbar-toggler{
        padding-left: 10px;
    }

    .carousel, .d-block {
        height: 270px;
    }
    .linkbot{
        font-size: 25px;
    }
    
    .linkimg{
        height: 40px;
        width: auto;
    }
    .section {
        height: 300px;
    }
}

@media only screen and (min-width: 769px) {

    .sectionimg {
        height: 300px;
        margin-top: 0px;
    }

    h1 {
        font-size: 45px;
    }

    header{
        padding-left: 20px;
    }

    .carousel, .d-block {
        height: 350px;
    }

    .linkbot{
        font-size: 30px;
    }

    .linkimg{
        height: 45px;
    }

}