@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

    

.Virula {
  background-color: rgb(20, 167, 187);
  width: 85%;
  border: 1px solid rgb(1, 0, 8);
  box-shadow:  0 0 25px black;
  padding: 50px;
  margin: 2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 1000px;
  text-align: center;
  color: #ffffff;
    
}

#Llogo {
    width: 15%;
    float: right;
    padding-right: 85%;
    
}

.topnav {
  background-color: white;
  overflow: hidden;
  box-shadow: 0 0 10px gray;
  border-radius: 20px;
  width: 75%;
  height: 30%;
  margin: 1%;
  margin-bottom: 4%;
  border: 10%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.topnav a {
  float: left;
  display: block;
  color: rgba(0, 183, 255, 0.89);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
  
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: rgba(0, 183, 255, 0.89);
  padding: 14px 16px;
  background-color: inherit;
  /* font-family: inherit; */
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow-y: scroll;
  height: 50%;
}

.dropdown-content a {
  float: none;
  color: rgb(0, 132, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0, 183, 255, 0.4);
  color: rgba(0, 183, 255, 0.89);
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: rgba(0, 183, 255, 0.89);
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

#logo1 {
    width: 10%;
    float: right;
    padding-top:2% ;
}

#logo2 {
    width: 15%;
    float: right;
    margin-top: 3%;
}

body {
    background-color: rgba(0, 183, 255, 0.89);
}

#logo3 {
    width: 20%;
    float: right;
    padding-bottom: 15%;
    margin-right: 2%;
}

.h1 {
  text-align: center;
}

@media (max-width:800px) {
  #logo3 {
    width: 45%;
    float: none;
    margin-left: 32.5%;
    margin-top: 1%;
  }
}

.jumbotron {
  background-color: #329aca;
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 2.5%;
  font-size: xx-large;
  padding-top: 2.5%;
}

.topic1 {
  font-family: 'Vesper Libre', serif;
  font-weight: 700;  
  margin-bottom: 0;
  margin-top: 0;
}

.topic2 {
  font-family: 'Averia Serif Libre', cursive;
  font-weight: 700;
  margin-top: 0;
}

@media (max-width: 1030px) {
  .topic1 {
    margin-top: 11%;
  }
  .topic2 {
    margin-top: 0;
  }
}

.mission {
  border: 1px solid black;
  text-align: center;
  box-shadow: 0 0 10px black;
  margin-top: 2%;
  color: white;
  background-color: rgb(20, 167, 187);
  font-family: 'Patrick Hand', cursive;
}

#Mtopic {
  font-size: 55px;
}

#Mcontect {
  font-size: 20px;
}

@media (max-width: 800px) {
  #Mtopic {
    font-size: 35px;
  }
  #Mcontect {
    font-size: 20px;
  }
}