body{
  padding:0;
  margin: 0;
  height: 100vh;
  text-align: center;
  background-image: url('../assets/bg.jpg');
  background-position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.container{
  margin-top: 10%;
}
h1{
  font-size: 65px!important;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: thin;
  letter-spacing: 10px;
}
h4{
  font-size: 30px;
  letter-spacing: 8px;
  line-height: 50px;
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
h3{
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 10px;
  margin: 100px 0px;
}
p{
  font-size:37px;
  font-weight: 500;
  color:#000;
}
img{
  width: 300px;
  height: auto;
  margin-top: -10px;
}


/* responsive */
@media only screen and (max-width: 576px) {
  h1{
    font-size: 15px!important;
    line-height: 20px;
    letter-spacing: 2px;
    margin-top: 60px;
  }
  .leasing-img{
    width: 85px;
    margin-top: -2px;
  }

  h4{
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 25px;
    margin-top: 20px;
    font-weight: bold;
    margin-right: 5px!important;
    margin-left: 5px;
  }
  h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 60px 0px;
  }
  p{
    font-size:15px;
    font-weight: 500;
    color:#000;
  }
  .bottom img{
    display: none;
  }
  .container{
    margin-top: 20%;
  }

}

@media only screen and (min-width: 577px) {
 .d-mb-none{
  display: none;
}
}
