html{
  font-family: 'Outfit', sans-serif;
}
.navigation{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #00396B;
  left: 98px;
  right: 98px;
  top: 0;
  height: 110px;
  position: fixed;  
  z-index: 10;
}
.logo{
  height: 100%;
}
.logo-div{
  height: 115px;
  position: fixed;
  left: 0;
}
.pseudo{
  position: fixed;
  background-color: transparent;
  height: 173px;
  width: 200px;
  top: 109px;
  left: 0;
  border-top-left-radius: 100%;
  box-shadow: -70px -50px 0 50px #00396B;
  z-index: 5;
}
.circle{
  height: 210px;
  width: 210px;
  position: fixed;
  border-radius: 50%;
  right: 3px;
  top: -100px;
  background-color: #00396B;
  z-index: 5;
}
.block{
  position: fixed;
  width: 15%;
  height: 85px;
  top: 0;
  left: 0;
  background-color: #00396B;
  z-index: 5;
}
.button1{
  font-family: 'Outfit';
  font-size: 40px;
  font-weight: 700;
  color: white;
  background-color: #00396B;
  border: none;
  border-radius: 15px;
  transition: all  0.25s;
}

.button2{
  font-family: 'Outfit';
  font-size: 40px;
  font-weight: 700;
  color: white;
  background-color: #00396B;
  border: none;
  border-radius: 15px;
  transition: all  0.25s;
}
.button3{
  font-family: 'Outfit';
  font-size: 40px;
  font-weight: 700;
  color: white;
  background-color: #00396b;
  border: none;
  border-radius: 15px;
  transition: all  0.25s;
}
      .button1:hover{
        background-color: white;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 43px;
        border-radius: 15px;
      }
      .button1:active{
        margin-top: 0.7%;
        margin-left: 0.7%;
      }
      .button2:hover{
        background-color: white;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 43px;
        border-radius: 15px;
      }
      .button2:active{
        margin-top: 0.7%;
        margin-left: 0.7%;
      }
      .button3:hover{
        background-color: white;
        padding-left: 1%;
        padding-right: 1%;
        font-size: 43px;
        border-radius: 15px;
      }
      .button3:active{
        margin-top: 0.7%;
        margin-left: 0.7%;
      }
a{
  text-decoration: none;
  color: white;
}
a:hover{
  color: #00396B;
}

@media screen and (min-width: 1700px){
  .navigation{
    height: 135px;
    right: 124px;
  }
  .pseudo{
    top: 134px;
  }
  .circle{
    top: -109.8px;
    right: 11px;
    height: 245px;
    width: 245px;
  }
  .logo-div{
    top: 0;
  }
}

@media screen and (max-width: 1600px){
  .button1{
    font-size: 35px;
  }
  .button2{
    font-size: 35px;
  } 
  .button3{
      font-size: 35px;
  }
  .button1:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 40px;
    border-radius: 15px;
  }
  .button2:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 40px;
    border-radius: 15px;
  }
  .button3:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 40px;
    border-radius: 15px;
  }
}


@media screen and (max-width: 1500px){
  .button1{
    font-size: 30px;
  }
  .button2{
    font-size: 30px;
  } 
  .button3{
      font-size: 30px;
  }
  .button1:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
  .button2:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
  .button3:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .navigation{
    height: 110px;
  }
  .logo{
    height: 115px;
  }
  .button1{
    font-size: 30px;
  }
  .button2{
    font-size: 30px;
  } 
  .button3{
      font-size: 30px;
  }
  .button1:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
  .button2:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
  .button3:hover{
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 35px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 880px) {
  .logo{
    display: none;
  }
}
@media screen and (max-width: 765px), screen and (max-height: 520px) {
  .navigation{
    position: absolute;
    align-items: start;
    background-color:#b9ddfa;
    height: 70px;
    right: 0;
    left: 0;
  }
  .buttons{
    position: absolute;
    top: 0%;
    right: 10%;
    left: 10%;
    justify-content: space-between;
  }
  
  .button1{
    background-color: #012a9e;
    margin-top: 15px;
  }
        .button1:hover{
          color: #012a9e;
          border-color: black;
          border-width: 0.7px;
          border-style: solid;
          font-size: 30px;
        }
        .button1:active{
          margin-top: 15px;
          margin-left: 0%;
        }
  .button2{
    background-color: rgb(1, 42, 158);
    margin-top: 15px;
  }
        .button2:hover{
          color: #012a9e;
          border-color: black;
          border-width: 0.7px;
          border-style: solid;
          font-size: 30px;
        }
        .button2:active{
          margin-top: 15px;
          margin-left: 0%;
        }
  .button3{
    background-color: rgb(1, 42, 158);
    margin-top: 15px;
  }
        .button3:hover{
          color: #012a9e;
          border-color: black;
          border-width: 0.7px;
          border-style: solid;
          font-size: 30px;
        }
        .button3:active{
          margin-top: 15px;
          margin-left: 0%;
        }
  .logo{
    display: none;
  }
  .block{
    display: none;
  }
  .circle{
    display: none;
  }
  .pseudo{
    display: none;
  }
  body{
    padding-top: 60px;
  }
}


