body{
	font: 15px/1.5 Arial, Halvetica, sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #f4f4f4;
}

ul{
	padding: 0;
	margin: 0;
}

.container{
	width: 100%;
	overflow: hidden;
}

header{
	background-color: #000;
	color: #fff;
	padding-top: 30px;
	min-height: 70px;
	border-bottom: #0ff 3px solid;
}

header a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header li{
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding{
	float: left;
}

header #branding h2{
	margin: 0;
}

header nav{
	float: right;
	margin-top: 0px;
}

header .highlight{
	color: #0ff;
}

header .current a{
	color: #0ff;
	font-weight: bold;
	text-decoration: underline 2px solid #0ff;
}

header a:hover{
	transition: 0.5s ease-out;
	color: #0ff;
}

/*Showcase*/
#showcase{
	min-height: 400px;
	background: tan no-repeat 0 -400px;
	text-align: center;
	color: #fff;
}

#showcase h1, h2{
	margin-top: 100px;
	font-size: 55px;
	margin-bottom: 10px;
}

#showcase p{
	font-size: 20px;
}

#heading{
	padding: 15px;
	color: #fff;
	background-color: #000;
	text-align: center;
}

/*Boxes*/
#boxes{
	text-decoration: none;
	padding: 15px 0;
	margin: 30px 0;
	border-radius: 10px;
	box-shadow: 1px 1px 11px black;
	margin-right: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}

.row{
	position: relative;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
}

.image{
	float: left;
	width: 20%;
	margin-top: 13px;
	margin-right: 3%;
}

.image img{
	width: 100%;
	min-height: 150px;
	max-height: 200px;
	border: black 3px solid;
}

.info{
	float: right;
	width: 77%;
	line-height: 10px;
	/*border-right: black 3px solid;*/
}

.info h3{
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 5px;
	line-height: 24px;
	margin-bottom: 25px;
	text-decoration-line: underline;
}

.info h3:hover{
	color: #066;
	transition: 0.5s ease-out;
}

.info a{
	text-decoration: none;
}

.info a:hover{
	transition: 0.5s ease-out;
	color: #00b;
}

.info p{
	text-decoration: none;
}

.info p i{
	color: black;
	position: relative;
	line-height: 20px;
	padding-bottom: 2px;
	text-decoration: none;
}

a #boxes .row .info p{
	text-decoration-style: none;
	text-decoration: none;
	outline-style: none;
}

.date{
	margin-top: 25px;
	color: black;
}

.line{
	background-color: #000;
	width: 90%;
	height: 5px;
	margin: 15px auto;
	margin-bottom: 0px;
	display: none;
}

#more{
	width: 100%;
	padding: 20px 0;
	padding-top: 0px;
	text-align: center;
	justify-content: center;
}

#more p{
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
}

#contact{
	background-color: tan;
	color: #fff;
	text-align: center;
	justify-content: center;
	/*border-top: #000 3px solid;*/
	/*border-bottom: #0ff 3px solid;*/
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
}

#contact .icons a{ 
	justify-content: center center;
	margin: 10px 10%;
	padding-bottom: 40px;
	border-radius: 50%;
}

#contact .icons a img{
	width: 36px;
	height: 36px;
	border: 50%;
	border: 1px #fff;
	padding: 5px;
}

#contact .icons a img:hover{
	background-color: #000;
	transform: scale(1.2);
	transition: .5s ease-out;
}


footer{
	width: 100%;
	padding: 20px;
	color: #fff;
	line-height: 8px;
	background-color: #000;
	text-align: center;
}





/***************** READ Page ***********************/

.main{
	width: 96%;
	padding: 0 2%;
}

#story{
	width: 100%;
	box-sizing: border-box;
}

#story h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 40px;
	padding: 30px auto;
}

#story .data{
	display: flex;
}

#story .data .day{
	float: left;
}

#story .data .writer{
	width: 50%;
	float: left;
}

#two{
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

#two .focus{
	float: left;
	width: 40%;
}

#two .focus .photo{
	min-width: 150px;
}

#two .focus .photo img{
	min-width: 100%;
	max-width: 300px;
	min-height: 200px;
	max-height: 280px;
}

#two .focus .description{
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	width: 96%;
	box-sizing: border-box;
}

#two .paragraphs{
	margin-top: -15px;
	padding-top: 0;
	float: right;
	width: 60%;
	padding-left: 25px; 
}

.end{
	width: 90%;
	margin: 30px auto;
	height: 5px;
	background-color: #000;
	color: #0ff;
}

.share{
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}



/***************** Contact Page ***********************/
.section{
	text-align: center;
	margin: 30px 0;
}

.section .group{
	background-color: #0f0;
	text-align: center;
	width: 200px;
	margin: 0 auto;
}

.section .group a{
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}

.section .group a:hover{
	color: #000;
	transform: scale(2);
	transition: 0.5s ease-out;
}

.donation{
	background-color: #35424a;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}

.donation p{
	line-height: 8px;
}
/***************** END ***********************/


/***************** More Page ***********************/
.two{
	display: flex;
	margin: 30px auto;
	text-align: center;
	padding: 10px;
	color: white;
}

.two a{
	margin: auto;
	background-color: #000;
	padding: 0 10px;
	color: white;
	text-decoration: none;
}

.two a:hover{
	color: #0ff;
	transition: 0.5s ease-out;
}

.w a:hover{
	color: #0f0;
	transition: 0.5s ease-out;
}





/*screen size*/
@media(max-width: 768px){

	header #branding, header nav, header nav li{
		float: none;
		text-align: center;
		width: 100%;
	}

	header{
		padding-bottom: 10px;
	}

	header li{
		padding: 10px;
		margin: 0px;
	}

	.main{
	}

	#showcase{
		min-height: 250px;
	}

	#showcase h1{
		margin-top: 40px;
		font-size: 35px;
		margin-bottom: 10px;
		line-height: 28px;
	}

	#showcase p{
		font-size: 16px;
		line-height: 18px;
	}

	#boxes .row{
		display: grid;
	}
	#boxes .row .image{
		display: flex;
		width: 100%;
		margin: auto;
		padding: auto;
	}

	#boxes .row .image img{
		display: flex;
		width: 100%;
		min-height: 150px;
		max-height: 200px;
		border: black 3px solid
	}

	#boxes .row .info{
		display: inline-block;
		width: 100%;
		margin: auto;
	}

	#boxes .row .info h3{
		float: left;
		width: 100%;
		line-height: 24px;
	}



	/***************************** READ *******************/

#story h1{
	font-size: 25px;
	font-weight: bold;
}
#story .data{
	display: flex;
}

#two{
	display: grid;
}

#two .focus{
	float: left;
	width: 90%;
	margin: 0 auto;
}

#two .focus .photo{
	min-width: 200px;
	max-width: 400px;
	margin: 0 auto;
}

#two .focus .photo img{
	width: 100%;
	max-height: 300px;
}

#two .focus .description{
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}

#two .paragraphs{
	margin-top: -15px;
	padding-top: 0;
	float: right;
	width: 90%;
	margin-left: 20px; 
}

/***************** More Page ***********************/
	.two{
		display: grid;
	}
	.two a{
		margin: 10px 0;		
	}
}