body
{
	/*background-color: #190201;*/
	background-image: url("img/wood_1.png");
	color: white;
	font-family: 'Josefin Sans', sans-serif;
}


h1.logo_top
{
	font-size: 66px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;


}

h2.logo_bottom
{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;

}

.subsite_name
{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	color: white;
	width: 100%;
	background-color: #1c74b2;
}

.families
{
	margin-left: auto;
	margin-rigt: auto;
	text-align: center;
	display: flex;
	flex-direction: column;	
	justify-content: center;
	align-items: center;
}

.family_book
{
	background-color: #d94348;
	font-size: 28px;
	font-weight: 900;
	border-radius: 5px;
	border: 1px dashed;
	width: 550px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.families a
{
	text-decoration: none;
	color: white;
}

.family_book a
{
	color: white;
	text-decoration: none;
}

.family_book:hover
{
	text-decoration: none;
	background-color: #6e5494;

}

main
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
}


h1.write_to_author
{
	text-align: center;
	color: white;
	font-size: 28px;
}

.write_to_author
{
	background-color: #1c74b2;
	text-align: center;
	padding: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
}

h2
{
	font-size: 20px;
	font-weight: 400;
	color: #39a5f1;
}

.contact
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
	padding-bottom: 10px;
}

.contact p
{
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: justify;
}

.bluebutton
{
	background-color: #1c74b2;
	padding: 15px;
	color: white;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 5px;
	min-width: 300px;
	font-family: 'Josefin Sans', sans-serif;
}

.bluebutton:hover
{
	background-color: #196499;
}

.socialdivs
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
}

.yt
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #d94348;
	display: inline-block;
	color: white;
	border-radius: 5px;
	text-decoration: none;
}

.yt:hover
{
	background-color:#c83237;
}

.fb
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #4668b3;
	display: inline-block;
	color: white;
	border-radius: 5px;
	text-decoration: none;
}

.fb:hover
{
	background-color:#3557a2;
}

.git
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #6e5494;
	display: inline-block;
	color: white;
	border-radius: 5px;
	text-decoration: none;
}

.git:hover
{
	background-color:#5d4383;
}

.li
{
	margin: 10px;
	width: 105px;
	height: 142px;
	background-color: #0077b5;
	display: inline-block;
	color: white;
	border-radius: 5px;
	text-decoration: none;
}

.li:hover
{
	background-color:#0066a4;
}

a.sociallink
{
	color: #ffffff;
	text-decoration: none;
}

.info
{
	margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
}

.back_buttons
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.goldbutton
{
	background-color: #ffd700;
	padding: 15px;
	color: white;
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
	border-radius: 5px;
	min-width: 300px;
	font-family: 'Josefin Sans', sans-serif;
}

.goldbutton:hover
{
	background-color: #ccac00;
}