body {
  background: url(./travel.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#logo {
width: 200px;
margin-top: 200px;
}


.imagetag {
height: 70%;
margin-bottom: 3px;
border-radius: 5%;
}

.form-control {
color: white !important;
border-radius: 5%;
}

.carousel-item {
height: 400px;
} 

.carousel{
width:400px;
}

.restName {
font-size: 25px;
text-align: center;
}
    
#eventHeader {
margin-left:50px;
}

.carousel-control-prev,.carousel-control-next {
height: 78%;
}


.direction {
margin-left: 174px;
} 

.navCity {
margin-left: 550px;
font-size: 35px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}