body{
  font-family: 'Roboto',
  sans-serif;
  color: dimgray;
}
section{
  padding: 5rem 0;
}
h2, h3, h4{
  font-family: 'Merriweather',
  serif;
}
.lead{
  font-family: 'Josefin Sans',
  sans-serif;
}
.zooming{
  overflow: hidden;
}
.zooming img{
  transition: transform .8s;
}
.zooming img:hover{
  transform: scale(1.2);
}
.card{
  transition: transform .8s;
}
.card:hover{
  transform: scale(1.1);
}
.btn-outline-dark:hover{
  background-color: coral;
  border-color: rgb(252, 109, 57);
}
.btn{
  text-transform: uppercase;
}
.card-title{
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.nav-item{
  padding: 0 15px;
}
.nav-link{
  text-transform: uppercase; 
}
.nav-link:hover{
  color: coral !important;
}
.navbar-nav .active{
  color: coral !important;
}
.navbar-collapse{
  text-align: center;
}
.btn-primary{
  background-color: coral;
  border-color: rgb(252, 114, 64);
}
.btn-primary:hover{
  background-color: rgb(252, 114, 64);
  border-color: rgb(253, 105, 51);
}
#logo{
  background-color: black;
  padding: 30px 0;
}
.logo{
  font-family: 'Seaweed Script',
  cursive;
  font-size: 2rem;
  color: coral;
}
.navbar-brand{
  transition: transform .7s;
}
.navbar-brand:hover{
  color: coral;
  transform: scale(1.1);
}
.slayer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 444px) {
  .slayer{
    flex-direction: column;
  }
  .slayer > *{
    margin-bottom: 10px;
  }
  .navbar-brand{
    order: -1;
  }
}
#hero{
  background-image: url(../images/alexander-kaunas-xEaAoizNFV8-unsplash.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 5rem 0;
}
#hero h1{
  font-size: 3.5rem;
  color: coral;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
  margin-bottom: 1.5rem;
  font-family: 'Raleway',
  sans-serif;
}
#hero .lead{
  font-size: 1.8rem;
  font-weight: bold;
  color: coral;
  margin-bottom: 2rem;
}
#roomtype{
  background-color: darkgray;
  color: rgb(44, 44, 44);
}
.discount-hurry{
  background-color: rgb(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.discount-hurry >*{
  color: aliceblue;
  display: block;
  text-transform: uppercase;
}
.discount-hurry span:first-child{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
.features{
  position: relative;
}
.features img{
  width: 100%;
  border-radius: 5px;
}
.features .title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  top: 0;
  color: aliceblue;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5));
  border-radius: 5px;
}
.features .title:hover{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.features h3{
  text-transform: uppercase;
}
.features .btn{
  width: fit-content;
  margin: 0 auto;
}
#footer{
  background-color: darkgrey;
  color: rgb(44, 44, 44);
  font-family: 'Raleway',
  sans-serif;
}
#footer img{
  max-width: 350px;
}
#footer h2{
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
#footer h3{
  font-weight: 400;
  font-size: 25px;
  margin: 20px 0 10px 0;
}
#footer ul{
  padding: 0;
}
#footer li a{
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  margin-left: 10px;
}
#footer li a:hover{
  color: coral;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
#footer li{
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid darkslategray;
}
#footer li::before{
  content: '>';
  background-color: inherit;
}
.social-media{
  padding: 15px 0;
}
.social-media >*{
  margin-left: 15px;
}
.social-media a:first-child{
  margin-left: 0;
}.social-media a{
  color: inherit;
  transition: all .3s;
}
.social-media a:hover{
  color: coral;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}
.footer{
  background-color: #000;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  color: coral;
}
