@font-face {
  font-family: grouch_bt;
  src: url(grouch_bt.ttf);
}
@font-face {
  font-family: futura_pt_book;
  src: url(futura_pt_book.otf);
}
body {
	background-color: lavenderblush;
	font-family: futura_pt_book;
	user-select: none;
	font-size: 1.5em;
}
h2 {
	text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}
.site {
	width: 95%;
	margin: auto;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.top {
	text-align: center;
}
.slogan {
	//font-size: 1.15em;
}
.logo {
	font-family: grouch_bt;
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	margin-top: 0.5em;
}
.logo .capital {
	font-size: 1.2em;
}
.nav {
	font-weight: bold;
	font-size: 1.25em;
	cursor: pointer;
	text-align: center;
	align-self: center;
	margin-left: 1em;
	margin-right: 1em;
}
.nav:hover {
	text-shadow: 0 0 0.01px black;
}
.pic {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 3em;
}
.pic img {
	max-width: 33.3%;
}
.about p {
	font-size: 1.15em;
	text-align: center;
}
.blog_preview {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog_preview > a {
	max-width: 30%;
}
.blog_preview a:hover {
	text-shadow: 0 0 0.01px black;
}
.blog_preview img {
	max-width: 100%;
}
.blog_preview h3 {
	text-align: center;
	margin: 0;
}
.instagram {
	margin-top: 2em;
}
.instagram > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.instagram a {
	max-width: 18%;
}
.instagram img {
	width: 100%;
}
.youtube {
	text-align: center;
}
.youtube > div {
	position: relative;
	overflow: hidden;
    width: 80%;
    padding-top: 45%; /* 16:9 */
    margin-right: auto;
    margin-left: auto;
}
.youtube > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.bottom_nav {
	font-family: grouch_bt;
	font-size: 0.8em;
	text-align: center;
	margin-top: 2em;
}
.bottom_nav a {
	margin-left: 2em;
	margin-right: 2em;
}
.ytlogo {
	width: 1.5em;
	display: block;
	margin: auto;
	margin-top: 1em;
}
.blog_list{
	margin-top: 2em;
}
.blog_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 2em;
}
.blog_row:hover {
	text-shadow: 0 0 0.01px black;
}
.blog_row > * {
	margin-left: 1em;
	margin-right: 1em;
}
.blog_row img {
	flex: 1;
	width: 100%;
	height: 100%;
	min-width: 10em;
}
.blog_row > div {
	flex: 999;
	min-width: 15em;
}
.blog_row h2 {
	text-align: left;
	margin-bottom: 0.25em;
}
.blog_row p {
	text-align: justify;
	//font-size: large;
}
.blog_row span {
	font-size: 0.75em;
}
.blog_content {
	margin-top: 3em;
}
.blog_content h2 {
	text-align: left;
}
.blog_content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 20em;
}
.blog_content a {
	color: hotpink;
}
.blog_content p {
	//font-size: large;
}
.about_container {
	margin-top: 2em;
}
.about_page {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -1em;
	margin-right: -1em;
	margin-top: 2em;
}
.about_page > * {
	margin-left: 1em;
	margin-right: 1em;
}
.about_page img {
	flex: 1;
	width: 100%;
	height: 100%;
	min-width: 20em;
}
.about_page > div {
	flex: 999;
	min-width: 20em;
	//font-size: large;
	text-align: justify;
}
.contact > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 3em;
	max-width: 30em;
    margin-left: auto;
    margin-right: auto;
}
.contact img {
	max-width: 50%;
}
.contact a {
	color: hotpink;
}
.contact span {
	display: block;
	text-align: center;
	//font-size: large;
}
.faq > div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 3em;
}
.faq img {
	max-width: 33.3%;
}
.faq p {
	text-align: center;
	//font-size: large;
}
.faq span {
	font-weight: bold;
}
