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);}

.logow{max-width: 350px;
  border-radius: 3%; 
  padding: 10px;
  margin: 20px;
} 
@media screen and (max-width: 780px) {
  .logow {
    display: block;
    margin: 0 auto;
  }
}
.logow:hover{box-shadow: 0 10px 800px 0 rgb(8, 8, 8); min-width: auto;}

@media screen and (max-width: 780px){
.logow:hover {box-shadow: none;}
}

.navbarw {
    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;}
  }

 .navw {
  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-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-optical-sizing: auto;
  font-weight: 500;
   
    } @media screen and (max-width: 780px) {
  .navw {
    float: none;
  }
}
.navbarw:hover {
box-shadow: 0 10px 800px 0 rgba(9, 9, 9, 0.863);}
 
.ponew{
font-family: "Crimson Pro", serif;
font-optical-sizing: auto;
font-style: normal;
color: #0a0d13d2; 
text-align: center;
font-size: 28px;
font-weight: 400;
max-width: 100%;
}


  ul {
  list-style-type: none;
  overflow: hidden;

}

.select {
text-align: center;
font-family: "Crimson Pro", serif;
color: #004e7a;
font-size: 18px;
font-optical-sizing: auto;
font-style: normal;
font-weight: 600; 
line-height: 5px;

}


.infow{
width: fit-content;
height: fit-content;
border-width: 0px;
border-style:normal;
border-radius: 15px;
margin: auto;}
@media screen and (max-width: 780px) {
  .infow {float: none; margin: auto; width: 200px;}
}

.infow:hover{box-shadow:0 10px 800px 0 rgba(9, 9, 9, 0.863) ;
width: fit-content;
height: fit-content;
background-color: rgba(233, 233, 233, 0.342);
padding-bottom: .1px;
}
@media screen and (max-width: 780px) {
  .infow:hover {box-shadow: none; width: 250px;}
  }
  
 

.imgdesc{text-align: center;
font-family: "Crimson Pro", serif;
color: #0a0d13d2; 
font-size: 16px;
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;
}
}



.titlelocationw{
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-style: normal;
max-width: auto;
}
@media screen and (max-width: 780px){
.titlelocationw {font-size: 24px; text-align: center;line-height: 20px;
}
}


.allura-regularw {
font-family: "Allura", cursive;
font-weight: 575;
font-style: normal;
color: #0a0d13d2; 
font-size: 28px;
text-align: center;
max-width: auto;
line-height:20px;
}

.footerw{
background-color: aliceblue;
position: relative;
text-align:center;
padding-top: 10px;
padding-bottom: 5px;
border-radius: 5px;
border: 20px;}

.footerw:hover{box-shadow: 0 10px 800px 0 rgb(9, 9, 9);}

.copyrw{  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;
}
