/*
Theme Name: Divi Child
Description: Child theme for Divi. You can now safely customize it and not risk losing your customizations.
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: Divi
Version: 1.0
*/

/*set the transition for the spacing shrinking action*/
.pa-header img {
	-webkit-transition: all .50s ease;
	-moz-transition: all .50s ease;
	-o-transition: all .50s ease;
	transition: all .50s ease;
}

/*set the background color of the fixed header when scrolling*/
.pa-fixed-header img {
	height: 10rem;
	-webkit-transition: all .50s ease;
	-moz-transition: all .50s ease;
	-o-transition: all .50s ease;
	transition: all linear;
}

h1{
		font-size:1.5rem !important;
}
h2{
	font-size:2 !important;
}
h3{

}
h4{

}
h5{
	font-size: 0.9rem !important;
}
h6{
	font-size:3.4rem !important;
}
p{
	font-size: 0.85rem !important;
	font-weight: bold;
	color:#666666 ;
	
}
#copyright p{
	color: #a58a6b ;
}
.materialsButton .et_pb_text_inner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.materialsButton .et_pb_text_inner p{
	display: flex;
	justify-content: center;
	align-items: center;
}
.materialsButton svg{
	color: #fff;
	height: 2rem;
	width: 2rem;
	margin: 0rem 0.5rem;
}
.materialsButton h2{
	margin: 0px;
	padding: 0px;
}







/**********************************************
UltraWide Screen
**********************************************/
@media only screen and (min-width: 1201px){
	
}

/**********************************************
Laptop
**********************************************/
@media only screen and (max-width: 1200px){
	h1{
		font-size:1.5rem !important;
	}
	h2{
		font-size:2rem !important;
	}
	h3{

	}
	h4{

	}
	h5{
		font-size: 0.9rem !important;
	}
	h6{
		font-size:3.4rem !important;
	}
	p{
		font-size: 0.85rem !important;
		font-weight: bold;
		color:#666666;
	}
}

/**********************************************
Tablet
**********************************************/
@media only screen and (max-width: 992px){
	
}

/**********************************************
Smartphone Horizental
**********************************************/
@media only screen and (min-width: 576px) and (max-width: 992px){

}

/**********************************************
Smartphone Vertical
**********************************************/
@media only screen and (max-width: 576px){
	h2{
		font-size:1.6rem !important;
	}
}
