@import "fonts.css";

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

html {
	height: fit-content !important;
}

body {
	font-family: tablet-gothic-wide, sans-serif;
	font-weight: 400;
}

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

/*.header {
	background-color: #eee;
	margin-bottom: 20px;
}*/

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

.footer {
	background-color: #817370;
	margin-top: 0;
	color: #fff;
}
.footer p {
	font-family: tablet-gothic-wide, sans-serif;
}
.footer a {
	font-family: tablet-gothic-wide, sans-serif;
}
.copyright-name-date,
.copyright-address,
.copyright-phone {
	display: inline-block;
}
/*.copyright-name-date:after,
.copyright-address:after {
	content: '•';
	display: inline-block;
	padding: 0 10px;
}*/

/*--- STYLING FOR HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
	font-family: inherit; /* replace if different from body font */
	display: block;
	color: #8e1537;
	font-weight: 900;
}
h1 {
	font-size: 3em;
	font-family: itc-galliard,serif;
}
h2 {
	font-size: 2.6em;
	font-family: itc-galliard,serif;
}
h3 {
	font-size: 2.2em;
	font-family: itc-galliard,serif;
}
h4 {
	font-size: 1.4em;
	font-weight: 600;
	font-family: itc-galliard,serif;
}
h5 {
	font-size: 1.2em;
	font-weight: 400;
}
h6 {
	font-size: 1em;
	font-weight: 400;
}

/*--- STYLING FOR PARAGRAPHS, SPANS, LINKS, LISTS, ETC. ---*/ 

p {
	display: block;
	font-family: tablet-gothic-wide, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: inherit;
	margin-bottom: 1em;
}
strong {
	font-weight: 600;
	color: #8E1537;
}

em {
	font-weight: 400;
}
a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: #8E1537;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #817370;
}

li {
	font-family: tablet-gothic-wide, sans-serif;
	font-weight: 400;
}
hr {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

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


@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1199px) {
	
}
@media only screen and (max-width:1140px) {

}
@media only screen and (max-width:991px) {
	.copyright-name-date,
	.copyright-address,
	.copyright-phone {
		display: block;
		font-size: 0.8em;
	}
	/*.copyright-name-date:after,
	.copyright-address:after {
		display: none;
	}*/
}

/*--- STYLING FOR SELECTED CONTENT ---*/

::selection {
	background-color: #000;
	color: #fff;
}


.goog-te-banner-frame{visibility:hidden !important;}
#body-main{top:0px !important;}
