body{background-color: rgb(245, 245, 245);
   border-radius: 10px;
   border-color: rgba(0, 0, 0, 0.376);
   border-style:inset;
   border-width: 1px;}
@media screen and (max-width: 780px) {
  body {
    background-color: rgb(255, 255, 255);
  }
}
body:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8);}

.logob{
  max-width: 350px;
  border-radius: 3%; 
  padding: 10px;
  margin: 20px;
} 
@media screen and (max-width: 780px) {
  .logob {
    display: block;
    margin: 0 auto;
  }
}
.logob:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8); min-width: auto;}

@media screen and (max-width: 780px){
.logob:hover {box-shadow: none;}
}

.navbar2 {
    background-color: rgba(240, 248, 255, 0.485);
    max-width:100%;
    max-height: auto;
    border-radius: 0px;
  } @media screen and (max-width:780px) {
    .navbar{max-height: fit-content;}
  }

 .nav2 {
  float: left;
  padding: .5%;
  text-decoration: none;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0a0d13d2;
  font-size: 18px;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-optical-sizing: auto;
  font-weight: 500;
   
    } @media screen and (max-width: 780px) {
  .nav2 {
    float: none;
  }
}
.navbar2:hover {
box-shadow: 0 10px 800px 0 rgba(9, 9, 9, 0.863);}
 
  

.footer:hover{box-shadow: 0 10px 800px 0 rgb(9, 9, 9);}
  
.poneb{
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
color: #0a0d13d2;
font-size: 28px;
text-align: center;
padding-left: 1%;
font-weight: 400;
max-width: 100%;
}



  ul {
  list-style-type: none;
  overflow: hidden;

}

.info{
width: fit-content;
height: fit-content;
border-width: 0px;
border-style:normal;
border-radius: 15px;
margin: auto;}
@media screen and (max-width: 780px) {
  .info {float: none; margin: auto; width: 200px;}
}

.info:hover{box-shadow:0 10px 800px 0 rgba(9, 9, 9, 0.863) ;
width: fit-content;
height: fit-content;
background-color: rgb(236, 240, 242);
padding-bottom: .1px;
}
@media screen and (max-width: 780px) {
  .info:hover {box-shadow: none; width: 250px;
  }

  }
  
 
.imgdesc{text-align: center;
font-family: "Crimson Pro", serif;
color: #0a0d13d2; 
font-size: 16px;
text-align: center;
max-width: auto;
font-optical-sizing: auto;
font-style: normal;
font-weight: 500;
line-height: 10px;
}

@media screen and (max-width: 780px){
.imgdesc {font-size: 12px; text-align: center; line-height: 5px;
}
}

.name{text-align: center;
font-family: "Crimson Pro", serif;
color: #004e7a;
font-size: 18px;
text-align: center;
max-width: auto;
font-optical-sizing: auto;
font-style: italic;
font-weight: 700;
}

@media screen and (max-width: 780px){
.name {font-size: 14px; text-align: center;line-height: 20px;
}
}



.titlelocation{
color: #0a0d13d2; 
font-size: 34px;
text-align: center;
font-weight: 500;
max-width: auto;
line-height: 20px;
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
max-width: auto;
}
@media screen and (max-width: 780px){
.titlelocation {font-size: 24px; text-align: center;line-height: 20px;
}
}


.allura-regularp {
  font-family: "Allura", cursive;
  font-weight: 575;
  font-style: normal;
 
color: #0a0d13d2; 
font-size: 28px;
text-align: center;
max-width: auto;
line-height:20px;
}

.footerp{
background-color: aliceblue;
position: relative;
text-align:center;
padding-top: 10px;
padding-bottom: 5px;
border-radius: 5px;
border: 20px;}


.copyrp{  font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
color: #0a0d13d2; 
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-optical-sizing: auto;
 max-width: auto;
  }

.fa {
  padding: 15px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}


.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.footerp:hover{box-shadow: 0 10px 800px 0 rgb(9, 9, 9);}