body {
background-image: url("https://storage.cloud.google.com/projects.codecraftworks.com/web/F3CiaRk1H8XJGxrY3ssS/assets/desert road.jpg");
  background-position: 40% 0%;
  background-repeat: no-repeat;
}

.container {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

#Help-btn {
  margin-top: 30px;
  height: 20px;
  width: 70px;
  background: silver;
  border-radius: none;
  color: black;
}

#Transportation-btn {
  margin-top: 30px;
  height: 20px;
  width: 100px;
  background: silver;
  border-radius: none;
  color: black;
}

#FAQs-btn {
  margin-top: 30px;
  height: 20px;
  width: 70px;
  background: silver;
  border-radius: none;
  color: black;
}

@media (max-width: 640px) {
	svg {
    display: none;
  }
  
  nav items li{
    float:none;
    display: block;
  }
  
  .navbar {
    height: 140px;
  }
  
   
}

