/*Layouts css goes here*/

.full-bg-home {
  background:url("http://localhost/asean/wp-content/uploads/2018/09/bg-home.jpg");
  background-size:cover;
  background-position:center top;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-title {
  text-align:center;
  color:#0c67ad;
  font-size:45px;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:150px;
}

.home-text {
  text-align:center;
  font-size:15px;
  
}