/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	background-image:url(_imgs/AdobeStock_183194041.jpeg);
	background-size: cover;
	margin: 0 0 0 0;
}

input[type=text] {
	width: 100%;
	max-width: 300px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding-top:10px;
	padding-bottom: 10px;
	border: 1px solid #00c800;
}

select {
	width: 100%;
	max-width: 300px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	border: 1px solid #00c800;
}

input[type=submit] {
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #00c800;
}

input[type=button] {
	background-color: #fff;
	border-radius: 3px;
	padding: 10px;
	color: #333;
	font-size: 0.9em;
	cursor: pointer;
	margin-bottom: 10px;
	width: 170px;
	border: 1px solid #00c800;
}

input[type=reset] {
	width: 100%;
	max-width: 100px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 3px;
	cursor: pointer;
	font-size: .9em;
}

/*ID*/

#content {
	
}

#searchbar	{
	padding: 1em;
	background-color: rgba(102,102,102,0.8);
	text-align: center;
}

/*CLASS*/

a.navLink
{
	display: inline-block;
	text-decoration: none;
	color: #00c800;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	width: 270px;
	margin-bottom: 10px;
}

a.navLink:hover {
	
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.container {
	padding: 2em; 
	font-size:0.75em; 
	max-width: 1366px; 
	margin: auto;
}

.cs-section {
	display: inline-block;
	width: 100%;
	max-width:200px; 
	vertical-align:top;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 2em;
	padding-right: 20px;
	padding-left: 20px;
}

.cs-wrapper {
	display: block; 
	width: 99%;
	min-width: 300px; 
	margin: auto;
	text-align: center;
	vertical-align: top;
	font-size:0.75em; 
}

.header {
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 1.2em;
	background-color: rgba(0,200,0,0.95);
}

.label {
	color:#00c800;
	display: block;
	font-size: .9em;
	margin-bottom: 5px;
}

.label-black {
	color:#333;
	display: block;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 5px;
}

.landing {
	text-align: center; 
	background-color: rgba(255,255,255,0.7); 
	padding: 1em;
}

.line-break {
	max-width: 75%;
	padding: 5px;
}

.link {
	display: block;
	font-size: 0.9em;
}

.menu {
	display: inline-block; 
	width: 100%; 
	margin-top: 1em;
	text-align: center;
}

.navBlock {
	display: inline-block; 
	width: 300px; 
	height: 325px; 
	margin:5px;
	vertical-align: top; 
	background-color:rgba(00,200,00,0.75);
}

.navBlock:hover {
	background-color:rgba(102,102,102,0.70);
}

.navBlock div {
	text-align: left;
	padding: 1em;
}

.navBlock h3 {
	font-size: 1.4em;
}

.navBlock p {
	font-size: 0.9em; 
	color:#000; 
	line-height: 1.3em;
	font-weight: normal;
}

.navBlockSm {
	display: inline-block; 
	width: 200px; 
	height: 100px; 
	margin-left: 1px; 
	margin-right: 1px; 
	margin-bottom: 10px;
	vertical-align: top; 
	background-color:rgba(102,102,102,0.70);
}

.navBlockSm:hover {
	background-color:rgba(0,200,0,0.85);
}

.navBlockSm h3 {
	font-size: 1em;
}

.navBlockLink {
	text-decoration: none; 
	color: #fff; 
	font-weight: bold;
}

.navButton {
	width: 100%;
	max-width: 300px; 
	height: auto;
	font-size: 1.5em;
	display: inline-block; 
	box-shadow: 2px 2px 3px #00c800;
	border: 1px solid #76beea;
	border-radius: 15px;
	background-color: #fff;
	cursor: pointer;
	color:#7C7C7C;
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
	padding-bottom: 10px;
	-webkit-transition: background-color 0.8s; /* Safari */
    transition: background-color 0.8s;  
}

.navButton:hover {
	background-color: #00c800;
	color:#fff;
}

.review {
	display: inline-block;
	padding: 2px;
	margin: 10px;
	margin-top: 5px;
	width: 100%;
	max-width: 200px;
	vertical-align: top;
	text-align: left;
}

.sectional {
	width: 95%; 
	max-width: 600px; 
	margin: auto; 
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block; 
	
	vertical-align: top;
}

.warning-box {
	display:none; 
	position:absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	text-align:center; 
	background-color:#00c800; 
	color:white; 
	height:200px; 
	width: 300px; 
	border-radius:15px; 
	padding:20px;
}

@media only screen and (max-width: 1366px)
{
	
	#app {
		float: left;
		height: 150px;
	}
	
	.cs-section {
		padding: 1em;
	}
	
	.cs-wrapper {
		width:95%;
		padding: 2em;
		text-align: left;
	}
}

@media only screen and (max-width: 730px)
{
	#app {
		float: none;
		height: auto;
	}
}