/*
Theme Name: Downtown Golden Divi Chile Theme
Description: Child theme for Downtown Golden
Template:  Divi
Version: 0.1.0
*/

/*colors
Green:  #16462f
*/

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

html, p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.8em;
}
h1,h2,h3 {
	font-family: 'barbarowestern';
	font-weight: 600;
	color: #16462f;
	letter-spacing: 5px;
}
h4 {

}
h1{
	font-size: 30px;
	color: #055aaa;
}
h2{
	font-size: 35px;
	text-align: center;
}
.quote h2, h2.quote {
	font-size: 35px;
	line-height: 1.8em;
	color: #ffffff;
}
.quote h3 {
	font-family: 'northwell_altregular';
	font-size: 52px;
	color: #ffffff;
	line-height: 1.4em;
	font-weight: 400;
}
.quote h4 {
	font-family: 'PT Sans';
	font-size: 42px;
	color: #ffffff;
	text-transform: capitalize;
}

/*---------------STYLING--------------*/



/*---------------SCREEN SIZES---------------*/
/*desktop*/
@media only screen and ( min-width: 1401px ) {

}

/*tablet*/
@media only screen and ( max-width: 921px ) {

}

/*mobile phone*/
@media only screen and ( max-width: 478px ) {

}


