@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #3C3C3B;
	font-family: Verdana, Geneva, sans-serif;
}

#Wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}


#MainAreaTop {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentTop {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px; 
	width: 100%;
	text-align: center;
}

#LogoTopContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	background-color: #f8f8f8;
}


.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            background: url(gardenofsoul_logo.svg); 
            height: 219px;
            width: 500px;
            background-size: 500px 219px;
            background-repeat: no-repeat;
}

@media only screen and (max-width: 620px) {
.logoTop {
			z-index: 9999;
			margin-top: 5px;
			margin-left: 0px;
            display: block;
            height: 175px;
            width: 400px;
            background-size: 400px 175px;
            background-repeat: no-repeat;
}
}

#MainAreaBottom {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentBottom {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 0px 0px;
	max-width: 992px;
	text-align: center;
	line-height: 1.5em;
	border-top: 1px solid #bbb;
}

#ContentInsta {
	text-align: center;
	width: 100%;
	border-top: 1px solid #bbb;
}


h1 {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26px; 
	padding: 0px 10px 20px 0px;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px;
	padding: 0px 10px 10px 0px;
}

p {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
}

blockquote{
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
}

a:link    { color: #3C3C3B; text-decoration: none; }
a:visited { color: #3C3C3B; }
a:focus   { color: #cd5a2f; }
a:hover   { color: #cd5a2f; }
a:active  { color: #cd5a2f; }

.Spruch {
	text-align: center;
	font-size: 16px;
	padding: 0px 0;
}

.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style:italic
}



@media only screen and (max-width: 1100px) {
	
	.Spruch {
	text-align: center;
	font-size: 12px;
	padding: 0px 0;
	}	
	
	.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic
	}
}

@media only screen and (max-width: 530px) {
		
	
	h1 {
	font-size: 18px;
	line-height: 20px;
	}
	
	h2 {
	font-size: 16px;
	}
	
	p {
	font-size: 16px;
	line-height: 18px;
	}	
}

