
@font-face { font-family: "Windsor D Bold"; src: url("../fonts/URW++ - WindsorD-Bol.otf"); }

@font-face { font-family: "Akzidenz"; src: url("../fonts/AkzidenzGroteskStd-Regular.otf"); }
@font-face { font-family: "AkzidenzLight"; src: url("../fonts/AkzidenzGroteskStd-Light.otf"); }
@font-face { font-family: "AkzidenzLightItalic"; src: url("../fonts/AkzidenzGroteskStd-LightIt.otf"); }
@font-face { font-family: "AkzidenzBold"; src: url("../fonts/AkzidenzGroteskStd-Bold.otf"); }
@font-face { font-family: "AkzidenzItalic"; src: url("../fonts/AkzidenzGroteskStd-It.otf"); }
@font-face { font-family: "AkzidenzConItalic"; src: url("../fonts/AkzidenzGroteskStd-CnIt.otf"); }
@font-face { font-family: "AkzidenzCon"; src: url("../fonts/AkzidenzGroteskStd-Cn.otf"); }
@font-face { font-family: "AkzidenzLightCon"; src: url("../fonts/AkzidenzGroteskStd-LightCn.otf"); }

@font-face { font-family: "Brother"; src: url("../fonts/brotherDeluxe1350____2011.ttf"); }

@font-face { font-family: "MoonFont"; src: url("../fonts/moon_phases.ttf"); }

@font-face { font-family: "SchoolbookBold"; src: url("../fonts/NewCenturySchlbkLTStd-Bd.otf"); }
@font-face { font-family: "SchoolbookRoman"; src: url("../fonts/NewCenturySchlbkLTStd-Roman.otf"); }
@font-face { font-family: "SchoolbookItalic"; src: url("../fonts/NewCenturySchlbkLTStd-It.otf"); }



html, body {
	margin: 0;
	padding: 0;
}


ul {
	column-count: 4;
	column-gap: 20px;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 
/*MOON BODY CATALOG*/
{
	text-align: center;
	font-family: "Windsor D Bold";
}

h2 
/*Explanation, Chocolate, Etc. */
{
	font-family: "AkzidenzBold";
	font-size: 11pt;
	margin-top: -1px;
	text-align: left;
}

h3
/*Access to tools*/
 {
	font-family: "AkzidenzConItalic";
	font-size: 15pt;
	letter-spacing: 1px;
	margin-top: -10px;
}

h4 
/*About Page*/
{
	font-family: "SchoolbookRoman";
	font-size: 12pt;
}

a {
  text-decoration: none;
}

a.black {
	color: black;
}

a.white{
	color: white;
}


/*HEADER CLASSES*/

.header {
	position: relative;
	width: 100%;
	max-height: 200px;
	/*border: solid 2px blue;*/
	/*vertical-align: 200pt;*/
	display: inline-block;
	text-align: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.headermoon {
	position: relative;
	width: 100%;
	max-height: 200px;
	/*border: solid 2px blue;*/
	/*vertical-align: 200pt;*/
	display: inline-block;
	text-align: center;
	justify-content: center;
}

.moonfooter {
	position: relative;
	width: 100%;
	max-height: 200px;
	/*border: solid 2px blue;*/
	/*vertical-align: 200pt;*/
	display: inline-block;
	text-align: center;
	justify-content: center;
/*	margin-top: 60px;*/
	margin-bottom: 30px;
}

.moonfootericon {
	max-height: 20px;
	justify-content: center;
	max-width: 100%;
}

/*HTML ARCHITECTURE*/

.moonphase {
	position: relative;
	width: 85%;
	margin: 0 auto;
	letter-spacing: 0;
}

.opening-pieces {
	break-inside: avoid;
}

.nobreak {
	break-inside: avoid;
}

.image-container {
	text-align: center;
}

.bodyimg {
	max-height:150px;
	justify-content: center;
	max-width: 100%;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.aboutimg {
	max-height:300px;
	justify-content: center;
	max-width: 100%;
	height: auto;
	width: auto;
	padding-bottom: 20px;
}

.abouttext {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

.morepadding {
	padding-bottom: 20px;
}

/*PARAGRAPH STYLES*/

p.lightitalic {
	font-family: "AkzidenzLightItalic";
	font-size: 10pt;
	text-align: left;
	padding-bottom: 5px;
}

p.lightsmall {
	font-family: "AkzidenzLight";
	font-size: 7pt;
	text-align: left;
	padding-bottom: 5px;
}

p.condensed {
	font-family: "AkzidenzLightCon";
	font-size: 11pt;
	text-align: left;
	padding-bottom: 5px;
}

p.regular {
	font-family: "AkzidenzLight";
	font-size: 10pt;
	text-align: left;
	padding-bottom: 5px;
}

p.steps {
	font-family: "Brother";
	font-size: 7pt;
	text-align: left;
	padding-bottom: 5px;
}

p.schooltitle {
	font-family: "SchoolbookBold";
	font-size: 12pt;
	text-align: left;
	padding-bottom: 10px;
}

p.schoolbig {
	font-family: "SchoolbookRoman";
	font-size: 12pt;
	text-align: left;
	padding-bottom: 10px;
}

p.schoolbigit {
	font-family: "SchoolbookItalic";
	font-size: 12pt;
	text-align: left;
	padding-bottom: 10px;
}

p.cost {
	font-family: "AkzidenzBold";

}

p.phasename {
	font-family: "Windsor";
	color: white;
	-webkit-font-smoothing: antialiased;
	font-size: 8pt;
	display: inline;
	justify-content: center;
}

p.moonfont {
	font-family: "MoonFont";
	font-size: 10pt;
	letter-spacing: 5px;
}

.footer {
	position:fixed;
	left:0px;
	top:0px;
	height:20px;
	width:100%;
	background:black;
	text-align: center;
}

.aboutpage {
	color: white;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	position: relative;
	width: 50%;
	margin: 0 auto;
	letter-spacing: 0;
}





