@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
    overflow-y:hidden;
    overflow-x:hidden;
}

html,body{
    background-color:#fffff4;
    font-size:16px;
    color:#00695c;
	font-family: 'Poppins', sans-serif;
}

.loading{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#00695c;
    transition: 0.5s;
    color:white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.spinner-white{
    background-color: #ff6e40;
}

.spinner-blue{
    background-color: #fffff4;
}

.navbar,
.navbar:after,
.navbar:before{
    transition: all 0.5s;
}

.navbar{
    background-color:rgb(0, 105, 92, 0.8);
    height:80px;
    animation-duration: 2s;
    animation-delay: 0.5s;
    padding: 0px;
}

#navbarNavDropdown{
    background-color: rgb(0, 105, 92, 0);
}

.navbar:hover {
    height:80px;
    background-color: rgb(255, 255, 244, 0.8);
    padding: 0px;
}

.navbar:hover .nav-link{
    color: #00695c;
}

.navbar:hover .nav-link:hover{
    color: #fffff4;
    background-color: #00695c;
}

.nav-link{
    color: #fffff4;
    font-size: 20px;
    font-weight: bold;
    transition: all 1s;
    position: relative;
    z-index: 1;
}

.nav-link:hover {
    color: #fffff4;
    background-color: #00695c;
}

.nav-link:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #00695c;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.first-menu{
    display: none;
    background-color: rgb(255, 255, 244, 0.8);
    margin-top: 0;
    padding : 0;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    text-align: left;
    z-index: 10;
}

.second-menu{
    display: none;
    list-style: none;
    background-color: rgb(255, 255, 244, 0.8);
    margin-top: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    text-align: left;
}

.nav-item {
    text-align: left;
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
}

.nav-link a,
.nav-link a:after,
.nav-link a:before {
    text-decoration: none;
    width: 100%;
    white-space: pre-wrap;
    word-wrap: normal;
    transition: all 0.5s;
}

.nav-link:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.footer{
    height: 100px;
    background-color:rgb(0, 105, 92, 1);
    color: #fffff4;
    font-weight:bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation-duration: 2s;
    animation-delay:2s;
}

#go-top-btn {
    position: fixed;
    bottom: 100px;
    width: 50px;
    height: 50px;
    right: -50px;
    z-index: 99;
    font-size: 18px;
    background-color: #00695c;
    color: #fffff4;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.5s;
    font-size:30px;
    border: 2px solid #00695c;
}

#go-top-btn i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

#go-top-btn:hover {
    background-color: #fffff4;
    color: #00695c;
    border: 2px solid #00695c;
}

.content{
    padding-top: 50px;
    padding-bottom: 50px;
    animation-duration: 2s;
    animation-delay:1.5s;
}

.main-text{
    padding: 25px 25px 35px 25px;
    opacity: 0;
    transition: all 1.5s;
}

p{
    text-align:justify;
}

a{
    transition: all 0.5s;
    color:#ff6e40;
    text-decoration: none;
}

a:after,
a:before {
    transition: all 0.5s;
}

a:hover {
    color: #fffff4;
    background-color: #00695c;
    text-decoration:none;
}

a:after{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #00695c;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

.banner{
    width:100%;
    margin-top: 0px;
    height:680px;
    position:relative;
    animation-duration: 2s;
    animation-delay:1s;
}

.banner #title{
    position:absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    padding: 10px 30px 10px 30px;
    background-color: rgba(0, 105, 92, 0.8);
    transform: translate(-50%,-50%);
    bottom: initial;
    text-align:center;
    text-transform: uppercase;
    animation-duration: 2s;
    animation-delay:1.2s;
}

.banner #title h1{
    font-size:2rem;
    font-weight:bold;
    color: #fffff4;
}

.banner #img{
    height:680px;
    min-width:100%;
    margin-top:0px;
    text-align:center;
}

.banner #img img{
    position:absolute;
    top:0px;
    left:0px;
    min-width: 100%;
    height: 680px;
    object-fit: cover;
    opacity: 1;
}

.carousel{
    animation-duration: 2s;
    animation-delay: 0.5s;

}

.carousel .carousel-item{
    margin-top: 0px;
    height:calc(100vh - 0px);
}

.carousel-inner .carousel-item  img {
    position:absolute;
    top:0px;
    left:0px;
    min-width: 100%;
    height: calc(100vh - 0px);
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-size: 100%, 100%;
    border-radius: 50%;
}

.first-carousel-caption{
    opacity:0;
    transition: all 2s;
    transition-delay: 1s;
}

.panel{
    margin-top:20px;
    margin-bottom:20px;
}

.block-color{
    background-color: rgb(0, 105, 92, 1);
    color: #fffff4;
}

.content h2,
.content h4{
    border: 2px solid #00695c;
    border-radius: 10px;
    padding-bottom:10px;
    text-align:center;
    margin-bottom:35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.block-color h2{
    border: 2px solid #fffff4;
    border-radius: 10px;
    padding-bottom:10px;
    text-align:center;
    margin-bottom:35px;
    margin-top: 35px;
    text-transform: uppercase;
}

.special-issue div{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.special-issue img{
    width:80%;
    margin-bottom:15px;
    margin-top:15px;
    background-color:transparent;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}
.logo a,
.special-issue a{
    background-color:transparent;
}

.logo div{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo img{
    width:80%;
    max-height:150px;
    margin-bottom:15px;
    margin-top:15px;
    background-color:transparent;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
    animation-duration: 2s;
    animation-delay: 0.5s;
    opacity:0;
    object-fit:scale-down;
    transition: transform .5s;
}

.logo img:hover{
    transform: scale(1.1);
}


.display-img div{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.display-img img{
    width:95%;
    max-height:400px;
    margin-bottom:15px;
    margin-top:15px;
    background-color:transparent;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
    animation-duration: 2s;
    animation-delay: 0.5s;
    object-fit:cover;
    overflow:hidden;
    transition: transform .5s;
}

.display-img img:hover{
    transform: scale(1.1);
}

.committee-sub{
    width:100%;
}

.committee-sub > div{
    margin-top:20px;
    text-align: center;
}


.people-link{
    color: #00695c;
    text-decoration:none;
}

.img-frame{
    width:300px;
    height: 0;
    padding-bottom: 300px;
    margin: 0 auto;
    overflow:hidden;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.img-frame img{
    width:100%;
    object-fit: cover;
    margin-bottom:15px;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
    transition: all 0.5s;
}


.rounded{
    border: 2px solid #fffff4;
}

.flyer{
    overflow:hidden;
    margin-top:20px;
}

.flyer img{
    max-width: 80%;
    transition: transform .5s;
}

.flyer img:hover{
    transform: scale(1.05);

}

.figure-caption{
    color: #fffff4;
}

#clustrmaps{
    display:none;
}

@media (min-width: 1600px) {
    .container{
        min-width: 1400px;
    }
}


@media only screen and (min-width: 1200px) {
    .carousel-caption{
        top: 50%;
        left: 50%;
        width: 50%;
        height: fit-content;
        transform: translate(-50%, -50%);
        bottom:initial;
        background-color: rgba(0, 105, 92, 0.8);
        padding: 50px;
        animation-duration: 2s;
        animation-delay: 1s;
        color:#fffff4;
    }
    .first-menu{
        display: block;
        background-color: rgb(255, 255, 244, 0.8);
        margin-top: 0px;
        padding: 0px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
        text-align:left;
        opacity:0;
        transition: all .5s;
        visibility: hidden;
        top:80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border-radius: 6px;
    }
    .second-menu{
        display: block;
        list-style:none;
        background-color: rgb(255, 255, 244, 0.8);
        left:100%;
        padding: 0px;
        box-sizing:border-box;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 10;
        text-align:left;
        opacity:0;
        transition: all .5s;
        visibility: hidden;
        top:0%;
        transform: rotateY(-75deg);
        transform-origin: 0% 0%;
        border-radius: 6px;
    }

    .dropdown-menu{
        width: max-content;
        white-space: nowrap;
    }
    .dropdown:hover > .first-menu {
        opacity:1;
        visibility:visible;
        top:100%;
        transform: rotateX(0deg);
    }
    .sub-dropdown{
        position: relative;
    }

    .sub-dropdown:hover > .second-menu {
        opacity:1;
        visibility:visible;
        top:0%;
        transform: rotateY(00deg);
    }
    .nav-item {
        max-width: 650px;
    }
    .navbar{
        background-color:rgb(0, 105, 92, 0.8);
        height:80px;
        animation-duration: 2s;
        animation-delay:0.5s;
        padding: 0px;
    }

    .navbar:hover {
        height:80px;
        background-color:rgb(255, 255, 244, 0.8);
        padding: 0px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-items: flex-start;
        align-content: space-between;
    }
    .menu > .nav-item > a {
        line-height: 60px;
    }


}

@media only screen and (min-width: 992px){
    html,body{
        font-size:20px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-collapse{
        background-color:rgb(0, 105, 92, 0);
    }
    #navbarNavDropdown{
        background-color:rgb(255, 255, 244, 0.8);
    }
    .navbar-toggler{
        animation-duration: 0.5s;
        transition: all 0.5s;
    }
    .carousel-caption{
        top: 50%;
        transform: translateY(-50%);
        bottom: initial;
        background-color: rgba(0, 105, 92, 0.8);
        height: fit-content;
        padding: 30px;
        animation-duration: 2s;
        animation-delay: 1s;
    }
    .banner #title{
        position:absolute;
        top: 50%;
        left: 50%;
        width: fit-content;
        padding: 10px 30px 10px 30px;
        background-color: rgba(0, 105, 92, 0.8);
        transform: translate(-50%,-50%);
        bottom: initial;
        text-align:center;
        text-transform: uppercase;
        animation-duration: 2s;
        animation-delay:1.2s;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .fa-caret-right{
        transform: rotate(90deg);
    }

    .img-frame{
        width: 300px;
        height: 0;
        padding-bottom: 300px;
        margin: 0 auto;
        overflow:hidden;
    }
    .committee-sub{
        width:100%;
    }
    .main-text{
        padding: 0px 5px 15px 5px;
    }
}