:root {
    --mainback-color: white ;
    --text_color: black;
    --first_color:#3366ff;
        /* equal to:rgb(51, 51, 255) */
    --second_color: #3333ff;
    --accent_color: #990000;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding:0;
    /* font-family: Tahoma, sans-serif; */
}

html {
    height: 100%;
}

body {
    height: min(100%,100vh);
    padding: 0;
    border: 1px solid white;
}


#icon-top {
    border: 1px solid var(--first_color);

}
/* STYLE NAV */
nav {
    height: 80px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 2px solid var(--first_color);
    box-shadow: 0px 5px 5px rgba(51, 51, 255, 0.3);
}

.logo-left {
    margin-right: auto;
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.logo-left svg {
    color: var(--first_color);
}

nav div {
    display: flex;
    align-items: center;
}

nav a {
    color: var(--second_color);
    margin: 10px;
    text-decoration: none;
    font-size: 1.5rem;
}

nav #current-selection {
    text-decoration: underline;
}



.title-div {
    margin: 100px 10px 15px 10px;
    text-align: center;
}

.title-div h1 {
    color:  var(--first_color);
    font-size: 2rem;
    font-weight: 100;
}

.title-div h1 span {
    font-size: 3.5rem;
    font-weight:700;
}


h2 {
    color: var(--first_color);
    margin: 0;
}

h3 {
    margin: 1% 0 1% 0;
}

p {
    text-decoration: none;
    font-weight: 100;
}

.main-div {
    margin: 5% 15% 0 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}


.main-div h3 {
    max-width: 650px;
}


/* COLOR TOPICS */
.what-desc span {
    /* color: var(--accent_color); */
    color: var(--second_color);
}

/* COLOR TARGET GROUPS */
.for-who-desc {
    color: var(--accent_color);
    font-weight: 100;
    margin-top: 15px;
}

.for-who-desc span {
    color: black;
}


.image-div {
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}

/* .image-div img { */

#img-back {
    width: 100%; 
    height: 100%;
    /* box-shadow: 0px 5px 5px rgba(51, 51, 255, 0.3); */
    position: absolute;
    top:0;   
    z-index: -1;
    opacity: 15%; 
    object-fit: cover;
    /* padding-top: 25px;
    padding-right: 0px; */
}

/* .image-bgnd {
    align-self: center;
    background-position: center center;
}

.image-bgnd img {
    width: min(700px, 50%); background-size: cover;
    background-position: center center;
    opacity: 20%; z-index: 5;
} */

.team-nd-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0% 5% 0 5%;
    margin-bottom: 20px;
    margin-top: 100px;
    gap: 20px;
}

.team-div,
.contact-div {
    margin: 10px;
    margin-bottom: 20px;
}


.full-main-div {
    min-height: 100%;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.email-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.email-div h3 {
    margin: 1% 0 1% 0;

}

#non-link {
    text-decoration: none; 
    color:#000000;
    font-size: 1rem;
}

.footer {
    background-color: whitesmoke;
    height:50px;
    width:100%;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

#footer-disclaimer {
    width: auto;
    height: 100%;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}




@media only screen and (max-width: 500px ) { 
    nav a {
        font-size: clamp(0.3rem,4.5vw,2rem); ;
    }

    .team-nd-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 5% 5% 10% 5%;
    }

    .team-div,
    .contact-div {
        width: 90%;
        height: auto;
    }

    .footer {
        position:inherit;
        bottom:inherit;
    }
}


@media only screen and (max-width: 450px ) { 
    .nav-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        /* flex-wrap: wrap; */
    }

    .nav-links a {
        margin: 2px;
    }
}

.full-page-hero {
    height: auto;
}

.title-div-full {
    text-align: center;
    margin-top: 10%;
    height: auto;
}

.title-div-full {
    color:  var(--first_color);
    font-size: 2rem;
    font-weight:1;
}

.title-div-full span {
    font-size: 10rem;
    font-weight:2000;
}

.enter- {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 150px 10% 50px 10%;
}
.lang-enter {
    /* color: var(--second_color); */
    color: black;
    font-size: 2rem;
    font-weight: 200;
    text-decoration: none;
    border: 1px solid var(--first_color);
    box-shadow: 0px 5px 5px rgba(51, 51, 255, 0.3);
    padding: 15px;
}


.imgage-nav {
    height: 78px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%)
}

.imgage-nav img {
    height: 100%;
}



@media only screen and (max-width: 750px ) { 
    .imgage-nav {
        display: none;
    }

}