body {
  background-image: url("https://storage.cloud.google.com/projects.codecraftworks.com/web/g3k4QJ05s5lWHYGUhcmD/assets/024-fire-safety-focus-market-hotel-keyvisual.jpg");
  background-position: 40% 0%;
  background-repeat: no-repeat;
}

.container {
  height: 100vh;
}

.navbar {
  height: 85px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-items {
  color: white;
  padding: 0;
  list-style: none;
}

.nav-items li {
  float: left;
  padding: 10px;
}

.center-element {
  color: white;
  width: 100%;
  height: 400px;
  text-align: center;
  margin: auto;
  margin-top: 20vh;
}


#Booking-btn {
  margin-top: 30px;
  height: 40px;
  width: 170px;
  border: 2px solid black;
  border-radius: 5px;
  color: black;
}

#RatesandPackages-btn {
  margin-top: 30px;
  height: 40px;
  width: 170px;
  border: 2px solid black;
  border-radius: 5px;
  color: black; 
}

#Accommodations-btn {
  margin-top: 30px;
  height: 40px;
  width: 170px;
  border: 2px solid black;
  border-radius: 5px;
  color: black;
}

#Recreation-btn {
  margin-top: 30px;
  height: 40px;
  width: 170px;
  border: 2px solid black;
  border-radius: 5px;
  color: black;
}
@media (max-width: 640px) {
	svg {
    display: none;
  }
  
  nav items li{
    float:none;
    display: block;
  }
  
  .navbar {
    height: 140px;
  }
  
   
}