/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


.cormorant-garamond-550 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
}

.cormorant-garamond-300 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-450 {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

/* Top level styles */
a {
	text-decoration: none;
	color: #000000;
}

hr {
	border-top: 2px #000000;
}

p {
	font-size:1.3em;
	line-height: 1.5em;
	color:#000000;
}



/* Structural styles */
.big_box {
	
	width: 60%;
	margin: 200px 20% 0 20%;
}



/* Main Page Styles */

.main_body {
	padding:0 0 150px 0;
}

.main_menu_li {
	
	padding: 0 0 15px 0; 
	font-size: 1.7em;
}

.main_menu {
	
	margin: 0 0 0 0;
	padding: 100px 0 0 0;
	list-style: none;
}

.main_subtitle {
	
	font-size: 1.25em;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
}

.main_title {
	
	font-size: 5.8em;
	padding:0 0 12px 0;
	margin: 0 0 0 0;
}


/* Header Styles */
.header_menu_li {
	float: left;
	text-align: left;
	padding: 15px 40px 0 0;
	margin: 0 0 0 0;
}

.header_menu {
	display: block;
	width: 100%;
  	list-style-type: none;
  	margin: 50px 0 0 0;
  	padding: 0;
  	overflow: hidden; 
}

.header_page_title {
	float: left;
	font-size: 2.5em;
	width: 35%;
}


/* Footer Styles */

.footer_a {
	
	text-decoration: none;
	color: #6d6d6d;
	font-size: 1em;
}

.footer_body {
	
	margin: 0 0 0 0;
}

.footer_copyright {
	
	display: block;
	width:100%;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	color: #6d6d6d;
	font-size:.9em;
}

.footer_menu {
	display: block;
	width: 80%;
  	list-style-type: none;
  	margin: 50px 10% 0 10%;
  	padding: 0;
  	overflow: hidden;
}

.footer_menu_li {
  	float: left;
	width: 20%;
	margin: 0 0 0 0;
	text-align: center;
}


/* Page Styles */

.page_body {
	padding: 75px 0 100px 0;
}

.page_title {
	
	font-size: 2.3em;
	margin-top: 0;
	color: #000000;

}

/* Font Styles */
.bitter-bold-300 {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.garamond-200 {
  font-family: Garamond, serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.helvetica-200 {
  font-family: Helvetica, san-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.nunito-sans-200 {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.nunito-sans-350 {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.roboto-100 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-150 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 150;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.trebuchet-200 {
	
	font-family: 'Trebuchet MS', sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}




