/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */


body:not(.et-fb) header {
    display: none;
}
body:not(.et-fb) footer {
    display: none;
}

body:not(.et-fb) h1 {
  	font-size: 120px;
	line-height: 140px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
body:not(.et-fb) h2 {
  	font-size: 46px;
	line-height: 60px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
body:not(.et-fb) p {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 10px;
	text-shadow: 1px 1px #000;
}
body:not(.et-fb) a {
	color: #fff;
	text-decoration: underline;
}
body:not(.et-fb) a:hover {
	opacity: .7;
}
@media (max-width: 980px) {
	body:not(.et-fb) h1 {
		font-size: 42px;
    	line-height: 50px; 
	}
	body:not(.et-fb) h2 {
		font-size: 20px;
		line-height: 26px;
	}
	body:not(.et-fb) p {
		font-size: 18px;
		line-height: 26px;
	}
}