@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');




.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;
}

#logo2 {
    width: 15%;
    float: right;
    padding-top: 1%;
}

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

.all {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
  box-sizing: border-box;
  gap: 1%;
  padding-top: 15%;
  padding-left: 7%;
  margin-left: 0;
  margin-right: 5%;
}

#Card1 {
  background-color: rgb(20, 167, 187);
  padding: 10px;
  flex: 32%;
  box-sizing: border-box;
}

#Card2 {
  background-color: rgb(20, 167, 187);
  padding: 10px;
  flex: 32%;
  box-sizing: border-box;
}

#Card3 {
  background-color: rgb(20, 167, 187);
  padding: 10px;
  flex: 32%;
  box-sizing: border-box;
}

@media (max-width: 1030px) {
  #Card1, #Card2, #Card3 {
    flex: 100%;
    box-sizing: border-box;
    margin: 10px;
  }
}

.Pphoto {
  width: 50%;
}

.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, .topic2 {
    margin-top: 10%;
  }
}

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

#photo1, #photo2, #photo3 {
  border-radius: 50%;
}

