/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

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

.et_header_style_centered #logo {
    max-height: 64%
}

@media only screen and (max-width: 980px) {
	.et_header_style_centered #logo {
		height: 80px;
		max-height:80px !important;
	}	
}

@media only screen and (min-width: 981px) {
	.et_header_style_centered #logo {
		height: 100px;
		max-height:100px !important;
	}	
}