﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

*{
    box-sizing:border-box;
    margin:0;
    padding:0;
}

/*
Header---------------------------------------------------------------------------------------------------------------
*/

.logo {
    cursor: pointer;
}

header{
    text-align: center;
    height: 130px;
    width: 100%;
    background: #79c9c7;
}

.navigation li a {
    font-family: "Quicksand", sans-serif;;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}

.navigation {
    display: flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    list-style: none;
}

nav .navigation {
    background-color: #6cc7c5;
}

.navigation li {
    display: inline-block;
    padding: 0 40px;
}

.navigation li a{
    transition: all 0.3s ease-out;
    background-color: #6cc7c5;
    border-radius: 20px;
}

.navigation li a:not(.cta):hover{
    padding: 7px 25px;
    color: #2d5a51;
    background-color: #1fbab8;
}

.cta button {
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    color: #f05c1e;
    padding: 9px 25px;
    background-color: #ffba9d;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.cta button:hover {
    background-color: #f05c1e;
    color: #fff;
}
/*
Body---------------------------------------------------------------------------------------------------------------
*/



.containers {
    margin: auto;
    display: flex;
    width:95%;
    top: 35vh;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    border-radius: 4px;
    background-color: #7fcbad;
    padding: 10vh 6vh;
    left: 2.4%;
}

.date {
    position: absolute;
    left: 47.5%;
    z-index:3;
    font-family: "Century Gothic", serif;
    font-style: italic;
    font-size: 25pt;
    color: #ffffff;
    top: 1.4%;
}

.container1 {
    position: relative;
    margin: auto;
    height: 50vh;
    width: 170vh;
    border: 8px #ef7e46 solid;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    left: 3.5%;
    transition: all 0.3s linear 0s;
}

.container1:hover {
    border: 8px #ffffff solid;
}

.teacher1 {
    position: absolute;
    left: 5%;
    top: 15%;
}

.container2 {
    position: relative;
    margin: auto;
    height: 50vh;
    width: 170vh;
    border: 8px #ef7e46 solid;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    left: 3.5%;
    transition: all 0.3s linear 0s;
}

.container2:hover {
    border: 8px #ffffff solid;
}

.teacher2 {
    position: absolute;
    left: 5%;
    top: 15%;
}

.container3 {
    position: relative;
    margin: auto;
    height: 50vh;
    width: 170vh;
    border: 8px #ef7e46 solid;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    left: 3.5%;
    transition: all 0.3s linear 0s;
}

.container3:hover {
    border: 8px #ffffff solid;
}

.teacher3 {
    position: absolute;
    left: 5%;
    top: 15%;
}


.containers h1{
    position: relative;
    font-family: sans-serif;
    font-weight: lighter;
    text-align: center;
    color: #ffffff;
    font-size: 40pt;
    top: 12%;
}

.containers h3{
    position: relative;
    font-family: "Franklin Gothic Medium", sans-serif;
    font-style: italic;
    text-align: center;
    color: #ffffff;
    font-size: 22pt;
    top: 14%;
}

.containers h4{
    position: relative;
    font-family: "Franklin Gothic", sans-serif;
    font-style: italic;
    font-weight: lighter;
    text-align: center;
    color: #ffffff;
    font-size: 22pt;
    top: 21%;
}

.dash {
    border-radius: 30px;
    background-color: #ffffff;
    width: 40%;
    height: 5px;
    position: absolute;
    left: 30%;
    top: 44%;
}

.dash2 {
    border-radius: 30px;
    background-color: #ffffff;
    width: 40%;
    height: 5px;
    position: absolute;
    left: 30%;
    top: 44%;
}

.containers a button{
    position: relative;
    font-family: "Corbel Light", sans-serif;
    font-weight: lighter;
    color: #ffffff;
    font-size: 24pt;
    padding: 9px 70px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    left: 39%;
    top: 30%;
}

.personButton button{
    background-color: #46c4c2;
    transition: all 0.3s ease 0s;
}

.personButton button:hover {
    background-color: #fff;
    color: #0eb7a4;
    border: 3px solid #0eb7a4;
}

.personButton2 button{
    background-color: #46c4c2;
    transition: all 0.3s ease 0s;
}

.personButton2 button:hover {
    background-color: #fff;
    color: #0eb7a4;
    border: 3px solid #0eb7a4;
}

.personButton3 button{
    background-color: #46c4c2;
    transition: all 0.3s ease 0s;
}

.personButton3 button:hover {
    background-color: #fff;
    color: #0eb7a4;
    border: 3px solid #0eb7a4;
}


.glassC{
    width: 100%;
    height: 40%;
    position: absolute;
    top: 55%;
    align-items: center;
    z-index: -2;
}

.glass {
    position: relative;
    width:80%;
    height: 80%;
    margin: auto;
    border-radius: 22px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(13px);
    top: 92%;
    text-align: center;
    color: #ffffff;
    z-index:1;
}

.glass .dash2 {
    border-radius: 30px;
    background-color: #ffffff;
    width: 15%;
    height: 1vh;
    position: absolute;
    top: 34%;
    left: 43%;
}

.glass h1 {
    font-size: 28pt;
    position: relative;
    top: 10%;
    font-family: Quicksand, serif;
    font-weight: 500;
}

.glass h5 {
    position: relative;
    font-size: 13pt;
    width: 80%;
    font-family: Quicksand, serif;
    font-weight: 300;
    margin: auto;
    top: 23%;
}

.counter1, .counter2, .counter3 {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    font-family: Quicksand, serif;
    font-size: 36pt;
    left: 84%;
    top: 70%;

}

/*
FOOTER--------------------------------------------------------------------------------------------------------------
*/
body {
background-color: #35363a;
max-width: 1920px;
}


.face {
left: 8.4%;
position: absolute;
bottom: -143.7%;
z-index:3;
}

.insta {
position: absolute;
bottom: -143.7%;
z-index:3;
left: 32%;
}

.bottom{
  position: absolute;
  top: 235%;
  width: 100%;
  background-color: #fff;
  color: #323232;
  text-align: center;
  border-bottom: 4vh solid #fff;
  box-shadow:0 0 8px rgba(0,0,0,0.1);
 }

.links {
color:#747474;
    font-family: arial, serif;
    text-decoration: none;
display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    padding: 3% 10%;
    list-style: none;
    transition: all 0.3s ease 0s;
}

.links:visited {
color:#747474;
}

.link1 :hover{
color: #f05c1e;
}

.link2 :hover{
color: #f05c1e;
}


.backC {
position: relative;
width: 100%;
z-index:-4;
top: 0;
}
