body
{
	/*background-color: #190201;*/
	background-image: url("img/wood_1.png");
	color: white;
	font-family: 'Josefin Sans', sans-serif;
}

header
{
	margin-left: auto;
	margin-right: auto;
}

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;
}

#topnav
{
	background-color: #1c74b2;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 10px;
	font-size: 24px;
	min-height: 38px;
	line-height: 200%
}

.menu > li
{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dashed #0a2b42;
}

.menu > li:first-child
{
	border-left: 1px dashed #0a2b42;
}

.menu a
{
	color: #fff;
	text-decoration: none;
}

.menu a:hover
{
	color: #0a2b42;
}

main
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
}

.categories
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding: 0;
}

h1.intro_lead, h1.write_to_author
{
	text-align: center;
	color: white;
	font-size: 28px;
}

p.intro_text
{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}

.intro
{
	text-align: justify;
	font-size: 26px;
	font-family: 'Josefin Sans', sans-serif;	
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-bottom: 5px;
	
}

.activities_line_one, .activities_line_two
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	font-size: 16px;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
}

.activity
{
	display: inline-block;
	overflow: hidden;
	height: 450px;
	width: 300px;
}

.activity a:active, hover, visited
{
	text-decoration: none;
}

figure
{
	margin: 5px;
	padding: 0px;
}

/* figure:active, hover, visited */
/* { */
	/* text-decoration: none; */
/* } */

figcaption
{
	margin-top: 5px;
	padding: 0px;
}

/* figcaption:active, hover, visited */
/* { */
	/* text-decoration: none; */
/* } */

.activity img
{
	transition: all 0.5s ease-in-out;
}

.activity:hover img
{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.newsroom
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.new_articles, .write_to_author
{
	background-color: #1c74b2;
	text-align: center;
	padding: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 28px;
}

.entry
{
	padding: 10px;
	text-align: justify;
	margin-top: 20 px;
	border-radius: 10px;
	border: 1px dashed;
	margin-bottom: 5px;
}

.entryimg
{
	display: inline-block;
	margin-left: 10px;
	width: 70px;
}

.entryimg img
{
	width: 60px;
	height: 90px;
}

.entrytxt
{
	display: inline-block;
	width: 830px;
	font-size: 16px;
	text-align: justify;
}

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;
}