/*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 center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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