﻿/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Kainoto
 Author URI: https://kainoto.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Content layout shift issue for front page */

#et-main-area {
min-height:100vh;
width:100%;
}

/* Content layout shift issue for front page END */

/* Accessibility */

.et_pb_row_0 a {
    color: #fff;
}

@media (forced-colors: active){
    .et_pb_row_0 {
        background-color: #3e655a;
    }

}

/* Accessibility END */