body {
	font-family: 'Raleway', sans-serif;
	background-color: #d8d8d8;
}

header {
	/* background-image: url("../img/cscbanner1000.png"); */
    background-color: black;
	width: 100%;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

header img {
   font-size: 2em;
   padding-top: 20px;
   padding-bottom: 10px;
}

header h2 {
   font-size: 24px;
   padding-bottom: 15px;
}

header a {
	text-decoration: none;
	color: #fff;
}

.menu ul {
	background-color: #808080;
	overflow: hidden;
	color: #fff;
	text-align: center;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}

.menu li {
	border-bottom: 2px solid #1736F5;	;
	list-style: none;
}

.menu a {
	display: block;
	text-decoration: none;
	padding: 15px 10px;
	color: #fff;
}

.menu a:hover {
	color: #000;
	background-color: #Fbf719;
}

.menu li:nth-last-child(1) {
	border-bottom: none;
}

.mission {
	line-height: 1.5;
	width: 85%;
	text-align: center;
	margin: 25px auto;
}

.mission h1 {
	font-size: 1.5em;
	color: #1736F5;
}

.mission p {
	font-size: 1em;
	color: black;
	padding-bottom: 30px;
}

.content1 {
	line-height: 1.5;
	width: 85%;
	margin: 25px auto;
}

.content1 h1 {
	font-size: 1.5em;
	color: #1736F5;
	border-left: 2px solid #1736F5;
	padding-left: 10px;
}

.content1 p {
	line-height: 1.5;
	text-align: justify;
	color: black;
}

#more p {
	color: black;
	text-align: center;
}

.content1 p:nth-child(1) {
	text-align: center;
	color: #1736F5;
	padding-top: 1px;
	cursor: pointer;
}

.seperater {
	background-color: black;
	line-height: 1.5em;
	color: #Fbf719;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 24px;
}

.seperater a {
	text-decoration: none;
	color: #Fbf719;
}

.content2 {
	line-height: 1.5;
	width: 85%;
	margin: 25px auto;
}

.content2 h1 {
	font-size: 1.5em;
	color: #1736F5;
	border-left: 2px solid #1736F5;
	padding-left: 10px;
}

.content2 p {
	line-height: 1.5em;
	text-align: justify;
	color: black;
}

#more2 p {
	color: black;
	text-align: center;
}

.content2 p:nth-child(1) {
	text-align: center;
	color: #1736F5;
	cursor: pointer;
}

.content3 {
	background-color: black;
	width: 100%;
	color: #Fbf719;
}

.content3 p {
	text-align: center;
	padding-top: 20px;
}

.social-icons {
	text-align: center;
}

.social-icons img {
	padding: 10px 10px 0 10px;
}

.about {
	line-height: 1.5;
	width: 85%;
	margin: 25px auto;
}

.about p {
	text-align: justify;
	padding-top: 5px;
}

.about p:nth-child(2) {
	text-align: center;
	font-size: 28px;
	padding: 10px;
}

.about a {
	text-decoration: none;
	color:#fff;
	padding: 5px;
}

.about p:nth-child(3) {
	text-align: center;
	font-size: 10px;
}

.google-review {
	text-align: center;
}

.foot {
	background-color: #1736F5;
	text-align: center;
	font-size: 0.7em;
}

.foot p {
	color: #fff;
	padding: 10px 0px;
}

.handle {
	width: 100%;
	background-color: #808080;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
	text-align: left;
	padding-left: 10px;
	display: none;
}

.hide-sm {
	display: none;
}

@media screen and (max-width: 580px) {
	
	nav ul {
		max-height: 0;
	}

	.showing {
		max-height: 20em;
	}

	nav ul li {
		box-sizing: border-box;
		width: 100%;
	}

	.handle {
		display: block;
	}
}

@media screen and (max-width: 960px) and (min-width: 580px) {
	.hide-sm {
		display: inline-block;
	}

	nav ul li {
		box-sizing: border-box;
	}

	nav li {
		display: inline-block;
		border-bottom: none;
	}

	.menu li {
		border-bottom: none;
		padding-left: 20px;
	}

	.content1,
	.content2 {
		width: 75%;
    }

	.content1 a p,
	.content2 a p,
	.content3 a p {
		width: 40%;
	}

}

@media screen and (max-width: 1600px) and (min-width: 960px) {
	.hide-sm {
		display: inline-block;
	}

	nav ul li {
		box-sizing: border-box;
	}

	nav li {
		display: inline-block;
		border-bottom: none;
	}

	.menu li {
		border-bottom: none;
		padding-left: 30px;
	}

	.content1,
	.content2 {
		width: 80%;
	}

	.content1 a p,
	.content2 a p,
	.content3 a p {
		width: 50%;
	}

}
