@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
}
p{
    font-family: sans-serif !important;
}
html {
    scroll-behavior: smooth;
}
body p{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: justify;
}
a {
    text-decoration: none;
    color: #008080;
}
.action-btn{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    padding: 5px 15px;
    border-radius: 50px;
    color: black;
    font-weight: 600;
}
.action-btn:hover{
    background-color: transparent;
    color: white;
}
h1{
    font-size: 45px;
}
.topHeader{
    height: 64px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    box-sizing: border-box;
}
.headerNavigationList{
    display: flex;
    gap: 30px;
    list-style: none;
}
.headerNavigationList a{
    font-size: 18px;
    font-weight: 1000;
}
.headerNavigationList a:hover{
    color: #008080;
}
.single-section{
    background-color: rgb(255, 255, 255);
    height: auto;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
}
.divisions-container{
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    padding: 10px;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.first-block{
    animation-name: first_block;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
.section-div-h{
    background-color: rgb(255, 255, 255);
    min-width: 100px;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
    flex: 1 1 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section-div-v{
    background-color: rgb(230, 255, 215);
    min-width: 100px;
    min-height: 100px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    flex: 1 1 300px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: rgba(39, 39, 39, 0);
    flex: 1 1 200px;
    height: auto;
    max-width: 100%;
    width: 100%;
    max-height: 900px;
    /* width: 5000px; */
    /* box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.604); */
}
.image-container > img{
    width: auto;
    height: 200px;
}
.footer{
    background-color: red;
    height: 100px;
    width: 100%;
}
.bg-beige{
    background-color: #fafaa6;
}
.bg-cyan{
    background-color: #80f8e4;
}
.bg-aqua{
    background-color: #008080;
}
.bg-l-purple{
    background-color: #b55ae9;
}
.bg-purple{
    background-color: #800080;
}
.bg-lightGray{
    background-color: rgb(243, 243, 243);
}
.bg-darkGray{
    background-color: rgb(75, 75, 75);
}
.bg-white{
    background-color: white;
}
.bg-brown{
    /* background-color: #352116 !important; */
    background: linear-gradient(-135deg, white, white, #fafaa6) !important;
}

.hoverable:hover{
    background-color: red;
}
.fx-d-column{
    display: flex;
    flex-direction: column !important;
}
.fx-c-center{
    align-items: center !important;
}
.fx-c-left{
    align-items: flex-start !important;
}
.fx-c-right{
    align-items: flex-end !important;
}
@keyframes first_block {
    0%{
        transform: translateX(500px);
        opacity: 0;
    }
    100%{
        transform: translateX(0px);
        opacity: 1;
    }
}

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


}
@media screen and (max-width: 600px) {
    .headerNavigation{
        display: none;
    }
}

/* univeral sections ------------------------------------- */

.one-section{
    background-color: rgb(255, 255, 255);
    height: auto;
    min-height: 400px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /* border: 1px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-main{
    background-color: rgb(255, 255, 255);
    padding: 8px;
    width: 100px;
    border-radius: 100px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.one-section > .inner-container{
    /* background-color: rgb(255, 255, 255); */
    min-height: 300px;
    padding: 5px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
}
.one-section .text-container{
    /* background-color: rgb(255, 255, 255); */
    display: flex;
    flex-direction: column;
    /* border: 1px solid black; */
    flex: 1 1 350px;
    padding: 5px;
    gap: 20px;
    box-sizing: border-box;
    align-items: center;
    width: auto;
}
.one-section .figure-container{
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 20px;
    flex: 1 1 300px;
}
.text-container h1{
    /* font-size: 40px; */
    font-weight: bold;
    margin: 0px;
}
.text-container p {
    /* font-size: 20px; */
    margin: 0px;
}

/* -------------------------------- */

.t-align-center{
    text-align: center;
}

.headline-bigger{
    font-size: 60px !important;
}
.headline-big{
    font-size: 40px !important;
}
.headline{
    font-size: 35px !important;
}
.p-small{
    font-size: 16px !important;
}
.p-medium{
    font-size: 18px !important;
}
.p-big{
    font-size: 24px !important;
}

#logo-white-div{
    /* background-color: red !important; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#logo-white-div *{
    margin: 0px;
    box-sizing: border-box;
}

/* cookies alert ================================== */

.cookie-alert {
    background-color: white;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card-body{
    margin-top: auto;
    margin-bottom: auto;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .card-body * {
    margin: 0px;
  }
  .cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
  }
  .btn-toolbar{
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
  }

  .hidden{
    display: none;
  }