html{
  scroll-behavior: smooth;
}

body{
  margin:0;
  background-color: white;
}

  /*Navbar*/
nav{
  height: 120px;
  width: 100%;
  background-color:rgb(178, 207, 209);
  border-bottom: 3px solid rgb(2, 101, 162); 
}

.navbar{
  display: block;
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  width: 80%;
  height: 120px;
  float: left;
  overflow: hidden;
  margin-left:50px;
  font-weight: bold;
  font-style: italic;
}
.navbar a{
  display: inline-block;
  color: white;
  padding: 40px 5px 40px 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}
.navbar a:hover{
  border: 2px solid #4ca1af;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
  0 0px 8px rgba(76, 161, 175, 0.5);
  cursor: pointer;
  padding: 38px 5px 40px 5px;
  margin-left: 13px;
  margin-right: 13px;
}

.logolink{
  height: 105px;
  width: auto;
  float: left;
  margin: 0;
  padding-top: 15px;
  padding-left:10px;
}
  /*Dropdown menu*/
.dropdown{
  display: none;
  position: relative;
  margin-top: 20px;
  margin-right: 117px;
  width: 80px;
  height: 90px;
  float: right;
}
.dropdown label{
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  color: white;
}

.dropdown-content{
  display: none;
  position: absolute;
  text-align: left;
  width: auto;
  padding: 25px 15px 0px 10px;
  font-size: 30px;
  text-transform: capitalize;
  background-color:rgb(178, 207, 209);
  border: 3px solid rgb(111, 166, 255);
}

.dropdown-content a{
  padding: 15px 10px 15px 10px;
  color: white;
  text-decoration: none;
}
.dropdown-content a:hover{
  border: 2px solid #4ca1af;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.0125),
  0 0px 8px rgba(76, 161, 175, 0.5);
  cursor: pointer;
  padding: 13px 8px 15px 8px;
}

@media screen and (max-width:1210px){
  .navbar{
      display: none;
  }
  .dropdown{
      display: block;
  }
  input, .dropdown-content{
      display: none;
    }
    label {
      display: block;
      cursor: pointer;
    }
    
    input:checked~.dropdown-content {
      display: block;
    }
}
  /*Dropdown menu*/

  /*Translate*/
.trans{
  display: block;
  float: right;
  max-width: 80px;
  height: inherit;
  margin-right: 20px;
}

.trans ul{
  list-style-type: none;
}
.trans img{
  max-width: 40px;
  margin-top: 5px;
}
  /*Translate*/

/*HoverContact*/
.hoverContact{
  display: block;
  float: right;
  width:130px;
  height: 60px;
  background-color:white;
  position: fixed;
  text-align: center;
  border: 2px solid lightgrey;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor:  pointer;
}
.hoverContact:hover{
  border-color: #4ca1af;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-width: 4px;
  border-left-width: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125),
  0 0 8px rgba(76, 161, 175, 0.5);
}
.hoverLink{
  height: auto;
  margin-top: 8px;
}
.hoverContact a{
  color: rgb(2, 101, 162);
  font-size: 35px;
  text-decoration: none;
}
  /*HoverContact*/
  
  /*Navbar*/


  /*Middle*/
.images{
  width: 100%;
  height: auto;
}

.images img{
  width: 400px;
  height: auto;
  margin: 30px;
}

  /*Footer*/
footer{
  padding-top:10px;
  height: auto;
  width:100%;
  background-color:rgb(178, 207, 209);
  border-top: 3px solid rgb(2, 101, 162); 
}
footer img{
  margin: auto;
  height: auto;
  width: 50%;
}

footer div{
  display: block;
  overflow: hidden;
  width:100%;
  max-height: 550px;
  text-align: center;
}
  /*Footer*/