
/* homez */ 

@charset "utf-8";

.homez {
    padding: 0 20px;
}

.homez-50 {
    padding: 0 50px;
}

.homez p {
  color: #f0eade; !important;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.2;
}


.homez a {
    color: #89c551; !important;
}

.homez a:hover {
  color: #76aae6;
  background-color: #ffcc99;
}

.homez h2 {
    color: #f0eade;
  font-size: 80px;
  font-weight: 200;
  line-height: 1.1;
 
}

.homez-50 h2 {
    color: #f0eade;
  font-size: 76px;
  font-weight: 200;
  line-height: 1.1;
 
}
.homez h3 {
  color: #f0eade; !important;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}


@media only screen and (max-width: 768px) {

.homez {
    padding: 0 20px;
}

.homez-50 {
    padding: 0 20px;
}

}
  
  /* zodan */ 
@charset "utf-8";

.zodan {
    padding: 0 20px;
}

.zodan-50 {
    padding: 0 50px;
}

.zodan p {
  color: #112975; !important;
  font-size: 24px;
  font-weight: 100;
  line-height: 1.2;
}


.zodan a {
    color: #ff6633; !important;
}

.zodan a:hover {
  color: #ff9999;
  background-color: #bcd7d8;
}

.zodan h2 {
    color: #112975;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
 
}
.zodan h3 {
  color: #f0eade; !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}


@media only screen and (max-width: 768px) {

.zodan {
    padding: 0 20px;
}

.zodan-50 {
    padding: 0 20px;
}

}


