html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 4.5em;
}

.body {
    background-color: #fcfbfb;
    margin: 8px;
}

.link {
    text-decoration: none;
    word-spacing: 0;
    color: #5D80CA;
    transition: all 0.3s;}

.link:hover {
     color: #94b154;}

.navbar {
    background-color: rgb(252,251,251, 0.95);
    height: 50px;
    position: sticky;
    top: 0;
    max-width: 940px;
    margin: 10px auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: rgb(252,251,251, 1.0);
        padding-bottom: 20px;
        position: sticky;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
  }

.navbar__logo {
    margin-right: 30px;
}

.logo{
    transition: transform 0.2s ease-in-out;
}

.logo:hover{
    transform: translateY(-0.3rem);
}

.img {
    padding: 0.5em;
}

.navbar__link {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.5rem;
    color: #8CB244;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .navbar__link {
        background-color: rgb(252,251,251, 1.0);
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
  }

.navbar__link:hover {
    transition: 0.3s;
    color: #5D80CA;
}

#wcb.carbonbadge {
    --b1: #5D80CA !important;
    --b2: #8CB244 !important;
    font-family: 'Quicksand', sans-serif !important;
}

.main {
    margin: 0px auto;
    margin-top: 5px;
    max-width: 940px;
    display: flex;
    flex-direction: column;
}

.main__header {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    font-size: 1.5rem;
    color: #8CB244;
    margin-top: 15px;
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
    margin: 40px auto;
    margin-bottom: 20px;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .main__header {
        margin-top: 24px;
        margin-bottom: 10px;
    }
  }

.main__header::before {
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    top: 50%;
    display: block;
    position: absolute;
    background: #8CB244;
}

.main__header::after {
    content: "";
    width: 100px;
    height: 2px;
    right: 0;
    top: 50%;
    display: block;
    position: absolute;
    background: #8CB244;
}

.grid__1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
    column-gap: 20px;
    justify-items: center;
}

@media screen and (max-width: 768px){
    .grid__1 {
      grid-template-columns: repeat(1, 1fr);
      padding: 20px;
      grid-gap: 20px;
    }
}

.grid__2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    column-gap: 20px;
    justify-items: center;
}

@media screen and (max-width: 767px){
    .grid__2 {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
        grid-gap: 20px;
    }
}

.grid__3 {
    display: grid;
    grid-template-columns: 1fr;
    padding: 10px;
    column-gap: 20px;
    justify-content: center;
}

.grid__element {
    background-color: #ffffff;
    padding-top: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.2em;
    font-size: 1.05em;
    text-align: justify;
    color: #5D80CA;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 5px rgba(9, 16, 105, 0.1);
}

.contact__link {
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.05em;
    color: #5D80CA;
    vertical-align: text-bottom;
}

.contact__link:hover {
    transition: 0.3s;
    color: #8CB244;
}

.footer{
    margin: 50px auto;
    padding: 10px;
    max-width: 940px;
    display: flex;
    flex-direction: column;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.05em;
    color: #5D80CA;
    line-height: 1.2;
    text-align: right;
}

#container {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: -1;
}

.effect{
    font-size: 3.0rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    letter-spacing: 0.15rem;
    color: #F7FDFF;
    display: flex;
    flex-direction: column;
    height: 40vw;
    width: 100%;
    max-width: 940px;
    z-index: -1;
    opacity: 0.95;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 767px){
    .effect {
        font-size: 1.5rem;
    }
}

.header {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
    font-size: 1.5rem;
    color: #8CB244;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position:relative;
    margin-bottom: 20px;
    z-index: -1;
}

.textpol {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 940px;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.05em;
    text-align: justify;
    color: #5D80CA;
    line-height: 1.2;
}