/* Core styles can be used any where you need a generic HTML block */

body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'Montserrat', sans-serif;
	color: #4c4845;
}

button {
	background-color: #4c4845;
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #0c2641;
	font-size: 60px;
	font-family: 'Suez One', serif;
	font-style: normal;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #d35e21;
	font-size: 27px;
	font-family: 'Montserrat', serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #0c2641;
	font-size: 35px;
	font-family: 'Suez One', serif;
	font-style: normal;
	line-height: 1em;
	text-transform: capitalize;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #0c2641;
	font-size: 30px;
	font-family: 'Suez One', serif;
	font-style: normal;
	line-height: 1em;
	text-transform: capitalize;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #0c2641;
	font-size: 25px;
	font-family: 'Suez One', serif;
	font-style: normal;
	line-height: 1em;
	text-transform: capitalize;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #0c2641;
	font-size: 20px;
	font-family: 'Suez One', serif;
	font-style: normal;
	line-height: 1em;
	text-transform: capitalize;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p,
.core-styles table tr th,
.contentRender_name_plugins_core_textbox table tr th,
.core-styles table tr td,
.contentRender_name_plugins_core_textbox table tr td {
	color: #4c4845;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6em;
	text-rendering: optimizeLegibility;
	margin-bottom: 10px;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a,
.core-styles a:visited,
.contentRender_name_plugins_core_textbox a:visited,
.core-styles a:active,
.contentRender_name_plugins_core_textbox a:active {
	color: #d35e21;
	font-weight: bold;
	text-decoration: none;
}
.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	color: #1c5743;
	text-decoration: underline;
}



h1 > a,
.core-styles h1 > a,
.contentRender_name_plugins_core_textbox h1 > a,
h2 > a,
.core-styles h2 > a,
.contentRender_name_plugins_core_textbox h2 > a,
h3 > a,
.core-styles h3 > a,
.contentRender_name_plugins_core_textbox h3 > a,
h4 > a,
.core-styles h4 > a,
.contentRender_name_plugins_core_textbox h4 > a,
h5 > a,
.core-styles h5 > a,
.contentRender_name_plugins_core_textbox h5 > a,
h6 > a,
.core-styles h6 > a,
.contentRender_name_plugins_core_textbox h6 > a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}

.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='left'] { margin-right : 15px; margin-bottom: 5px; }

@media screen and (max-width: 1024px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 40px;
		line-height: 1em;
	}
}

@media screen and (max-width:640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 30px;
		line-height: 1em;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 20px;
		line-height: 1em;
		color: #e9901b;
		margin-bottom: 15px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 1em;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 25px;
		line-height: 1em;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 20px;
		line-height: 1em;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 16px;
		line-height: 1em;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.core-styles table tr th,
	.contentRender_name_plugins_core_textbox table tr th,
	.core-styles table tr td,
	.contentRender_name_plugins_core_textbox table tr td {
		font-size: 14px;
		margin-bottom: 30px;
	}
}