/* Core styles can be used any where you need a generic HTML block */
body{
    background-color: #f1ece1;
}
body,
h1, h2, h3, h4, h5, h6, p, button, input, select {
	font-family: 'proxima-nova', sans-serif; /* TODO - change to site paragraph font */
}

button {
	background-color: #008CBA;  /* TODO - change to site color */
}

a {
	color: #c77c3d;  /* TODO - change to site color */
}

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	color: #000000;
    font-size: 38px;
    line-height: 46px;
    font-family: "eb-garamond", serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	color: #a1a3a5;
    font-size: 32px;
    line-height: 38px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	color: #000000;
    font-size: 35px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
	color: #000000;
    font-size: 33px;
    font-family: "eb-garamond", serif;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	color: #000000;
    font-size: 30px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	color: #000000;
    font-size: 23px;
    font-family: "eb-garamond", serif;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
    font-weight: bold;
    text-decoration: underline;
	color: #c77c3d;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {

}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {

}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
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 (min-width: 40em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 52px;
    	line-height: 60px;
	}
}

@media (min-width: 64em) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 49px;
    	line-height: 55px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 35px;
    	line-height: 40px;
	}
	
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 36px;
    	line-height: 41px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
		font-size: 33px;
    	line-height: 38px;
	}
	

	.core-styles p,
	.contentRender_name_plugins_core_textbox p,
	.core-styles td,
	.contentRender_name_plugins_core_textbox td,
	.core-styles tr,
	.contentRender_name_plugins_core_textbox tr,
	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		font-size: 18px;
		line-height: 28px;
	}
}