* {
    box-sizing: border-box;
}

/* p{
    color: white;
} */

body {
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body1 { 
    height: 50rem;
    position:relative;
    left: 20%;
    top: 70%;
    font-family: serif;
    font-size: x-large;
}

.scroller {
    /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
    height: 100vh;
    /* overflow-y: scroll; */
    /* border: 1px solid palevioletred; */

}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  #more {display: none;}

  /* .vsection {
    height: 500px;
  } */

  /* .gsection {
    border: 1px solid red;
    background-color: antiquewhite;
    color: red;
    height: 500px;
  } */

  .vsection>.vsection2>.vsection3>.carousel-item>img {
    height: 500px;
  }

  .gtext {
    text-align: center;
  }

  .aboutfont {
   font-size: small;
   font-weight: bolder;
  }

.c-nav {
    height: 4rem;
    background-color: white;
   
}

.c-nav2 {
    background-color: white;
    position: fixed;
    top: 0;
}

#navbarNav {
    font-family: serif;
    color: black;
    font-size: larger;
    
    
}





.body3 {
    height: 30rem;
    background-color:rgb(198, 133, 4);
}

.body4{
    position: relative;
    left: 10rem;
    top: 10rem;
    width: fit-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.body5{
    position: relative;
    left: 45rem;
    top: 5rem;
    width: fit-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

  #map {
    width: 100%;
    height: 400px;
  }

  footer {
    background-color: black;
    text-align: center;
    padding: 10px;
  }

  footer p {
    color: white;
  }

