* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Poppins', sans-serif;
  background-color: aliceblue;
  width: 100%;
  height: 5000px;
  padding-top: 70px;
}
nav {
  font-weight: 700;
}
.logo h2, span{
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px -2px 3px rgb(231, 231, 231);
}
.nav-item .nav-link-hover:hover {
  background-color: #0D6EFD;
  color: white;
  border-radius: 3px;
  font-weight: 400;
}
.contactus-button {
  margin-top: -7px;
}
.d-flex .img-thumbnail:hover {
  background-color: lightgray;
  transition: 1s;
}
.slider {
 box-shadow: 10px 10px 5px lightgray;
}
.slider img {
  filter: brightness(0.7);
}
.aboutus-container h1 {
  text-shadow: 3px -3px 1px lightgray;
  text-align: center;
  margin-top: 80px; 
  margin-bottom: 80px;
}
.bethelguesthouse {
  border: 1px none black;
  box-shadow: 5px 5px 4px lightgray;
  background-color: rgb(42, 177, 230);
  text-align: center;
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: blue;
  text-shadow: 4px 4px 1px lightgray;
}
.cafefilomena {
  border: 1px none black;
  box-shadow: 5px 5px 4px lightgray;
  background-color: rgb(248, 193, 92);
  text-align: center;
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: red;
  text-shadow: 4px 4px 1px lightgray;
}
.services-container {
  text-shadow: 3px -3px 1px lightgray;
  text-align: center;
  margin-top: 80px; 
  margin-bottom: 80px;
}
.staff-container {
  text-shadow: 3px -3px 1px lightgray;
  text-align: center;
  padding-top: 80px;
  margin-top: 80px; 
  margin-bottom: 80px;
}
.wifi-container, 
.function-container, 
.restaurant-container {
  color: black;
  background-color: white;
  font-weight: bold;
  cursor: pointer;
  border: none;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 10px lightgray;
}
.wifi-container:hover, 
.function-container:hover,
.restaurant-container:hover {
  color: white;
  background-color: black;
  transition: 1s;
}
.rooms-container h1 {
  text-shadow: 3px -3px 5px lightgray;
  text-align: center;
  margin-top: 80px; 
  margin-bottom: 80px;
}

img {
  box-shadow: 5px 5px 8px lightgray;
  max-width: 100%;
}

h1 {
  font-weight: 700;
  text-shadow: 4px 4px 1px lightgray;
}
h2 {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: black;
  text-shadow: 4px 4px 1px lightgray;
}
h4 {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: black;
  text-shadow: 4px 4px 1px lightgray;
}
.oceanview {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: blue;
  text-shadow: 4px 4px 1px lightgray;
}
.nonoceanview {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  color: red;
  text-shadow: 4px 4px 1px lightgray;
}
.staff-img-flex {
  display: flex;
}
.staff-img-flex img {
  width: 20%;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  box-shadow: none;
  border: 5px none black;
  box-shadow: 1px 1px 10px lightgray;
}
.staff-img-details {
  padding-top: 30px;
  align-items: center;
}

.contactus-container {
  text-shadow: 3px -3px 5px lightgray;
  text-align: center;
  padding-top: 80px;
  margin-top: 80px; 
  margin-bottom: 80px;
}


hr {
  border: 7px solid rgb(224, 224, 226);
  border-style: inset;
}


/*--MAP--*/
.map {
  width: 100%;
  height: 300px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.map iframe{
  width: 100%;
  height: 300px;
  border: none;
}



/*--SOCIAL MEDIA ICONS--*/
.social .bi {
  font-size: 30px; 
  margin-right: 17px;
  margin-left: 10px;
}

.bi-house-heart-fill {
  justify-content: center;
  font-size: 1.3rem;
}
.bi-phone-fill{
  justify-content: center;
  font-size: 1.3rem;
}
.bi-telephone-fill{
  justify-content: center;
  font-size: 1.3rem;
}
.bi-mailbox2{
  justify-content: center;
  font-size: 1.3rem;
}