/*
 Theme Name:     Child Divi Theme 
 Description:    Child Divi Theme
 Author:         TYZ
 Template:       Divi
*/

@import url("../Divi/style.css");

.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: absolute !important;
}

#about-blurb .et-pb-icon-circle-border {
    border: 1px solid #3692c8 !important;
}

#education-table table{    
    border: 3px solid white !important;    
}
#education-table tr td{
    border-top: 3px solid white !important;  
    border-right: 3px solid white !important;  
}
#education-table tr:nth-child(even){background-color: #d0d8e8;}
#education-table tr:nth-child(odd){background-color: #e9edf4;}
#education-table th {   
    background-color: #3692c8;
	border-right: 3px solid white;
    color: white;
}

#education-table-green table{    
    border: 3px solid white !important;    
}
#education-table-green tr td{
    border-top: 3px solid white !important;  
    border-right: 3px solid white !important;  
}
#education-table-green tr:nth-child(even){background-color: #dee7d1;}

#education-table-green tr:nth-child(odd){background-color: #eff3ea;}

#education-table-green th {   
    background-color: #9bbb59;
	border-right: 3px solid white;
    color: black;
}

#et_pb_contact_form_1 ::placeholder {
    color: #3692c8;
	font-size:15px;
}
#et_pb_contact_form_1 input, #et_pb_contact_form_1 textarea{
	background-color:#0000;
	border-bottom:1px solid #3692c8;
	color:#3692c8;
	padding:0 0 5px 5px !important;
}

#et_pb_contact_form_1 textarea::placeholder {
    position: relative;
    bottom: -120px; 
}
