/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.7.1576883089
Updated: 2019-12-20 23:04:49

*/

/* Typography */



/* Header & Navigation */

#main-header {
	background-color: rgba(0,0,0,1)!important;
}



/* Responsive Design Smartphone */
@media  only screen and (max-width: 576px) {
	h2, h3{
		font-size: 28pt!important;
		line-height: 34pt!important;
	}
}

@media only screen and (max-width: 980px) {
    .contact-two-columns .et_pb_column {
    width: 50%!important;
}
}
 
@media only screen and (max-width: 479px) {
    .contact-two-columns .et_pb_column {
    width: 100%!important;
}
}

@media only screen and (max-width: 980px) {
    .home-three-columns .home-album-cover {
    width: 33%!important;
}
}

@media only screen and (max-width: 479px) {
    .home-three-columns .home-album-cover {
    width: 100%!important;
}
}

