h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Roboto", sans-serif;
}

header#top {
  background: url("/img/header-bg.jpg");
  background-size: cover;
}

#rio {
  background: url("/img/view/rio-de-janeiro.jpg");
  background-size: cover;
  padding: 50px;
}

#new-york {
  background: url("/img/view/new-york.jpg");
  background-size: cover;
  padding: 50px;
}

#dubai {
  background: url("/img/view/dubai.jpg");
  background-size: cover;
  padding: 50px;
}

#rio a {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  line-height: 5em;
  text-decoration: none;
  color: #fff;
}

#rio a:hover {
  background: rgba(0, 0, 0, 0.8);
}

#new-york h4,
#dubai h4 {
  font-size: 72px;
  font-weight: 900;
}

#new-york a {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  line-height: 5em;
  text-decoration: none;
  color: #333;
}

#new-york a:hover {
  background: rgba(255, 255, 255, 0.8);
}

#dubai a {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  line-height: 5em;
  text-decoration: none;
  color: #333;
}

#dubai a:hover {
  background: rgba(255, 255, 255, 0.8);
}

#instagram .col-md-4 {
  text-align: center;
}

.hashtag {
  font-size: 52px;
  margin: 100px auto 50px;
}

@media only screen and (max-width: 723px) {
  .hashtag {
    font-size: 32px;
    margin-top: 40px;
  }
  #new-york,
  #dubai {
    padding: 40px;
  }
  #new-york h4,
  #dubai h4 {
    font-size: 32px;
    font-weight: 900;
  }
}

body.grey-bg {
  background: #333 !important;
  color: #eee !important;
}

a.active {
  color: #333;
}

body.grey-bg a {
  color: #ccc;
}

.view-on h3 {
  float: left;
  border-radius: 20px;
  font-size: 15px;
  margin-right: 10px;
}

li.dropdown {
  background: rgba(0, 0, 0, 0.5);
}

li.dropdown a {
  color: #fff;
  text-decoration: none;
}

a.other-city {
  text-align: left;
  text-decoration: none;
  line-height: 14px;
}

a.other-city img {
  width: 100%;
  filter: brightness(70%);
}

a.other-city img:hover {
  filter: brightness(90%);
}

a.other-city p {
  position: relative;
  top: -22px;
  left: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  margin-bottom: 0px;
}

.other-cities-headline {
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
}

.city-headline {
  margin-top: 20px;
}

.city-headline h1 {
  font-weight: 500;
}

.city-headline p {
  font-weight: 300;
}

h2.hotel-headline a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}

p.hotel-description {
  font-size: 12px;
  font-weight: 300;
}

div.other-tips p {
  font-weight: 300;
}

.datepicker-row input {
  background: #333 !important;
  color: #fff !important;
}

.price-module .price {
  font-size: 120%;
  font-weight: 700;
}

.price-module .pernight {
  font-weight: 300;
  font-size: 80%;
}

.btn-warning {
  color: #333 !important;
}
