
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/* ----------- TOP NAVIGATION --------------------------- */ 

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    margin-bottom: 33px;
    padding-bottom: 0px;
    border-right: 1px solid white;
    padding-right: 30px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a
{
	padding-bottom: 0px;
	margin-bottom: 23px;
}

#logo {max-height:100px;} 	}

/* ----------- FONT SIZES --------------------------- */ 

@media only screen and (min-width: 981px) {

	h2 {font-size: 3.5em!important;
}

/* ----------- homepage Slider Text --------------------------- */ 

.et_pb_slide_description {
	max-width:600px!important;
}
 
/* ----------- scinetific process blurb container --------------------------- */ 

 .et_pb_blurb_container h4 {
    color: white;
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2 {
    font-size: 3em;
} 

span#et-info-email {
    display: none;
}


div#et-info {
    float: right;
    text-align: right;
}

#et-secondary-nav img {
    max-width: 16px;
}