/* 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 #efd036;
}

select {
	width: 100%;
	max-width: 300px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	border: 1px solid #efd036;
}

input[type=submit] {
	width: 100%;
	max-width: 150px;
	border-radius: 5px;
	margin-bottom: 3px;
	padding: 10px;
	cursor: pointer;
	border: 1px solid #efd036;
}

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 #efd036;
}

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*/

.buttonprimary{
	background-color: #fff;
	border-radius: 3px;
	padding: 5px;
	color: #333;
	font-size: 0.9em;
	cursor: pointer;
	margin-bottom: 10px;
	width: 80px;
	border: 1px solid #efd036;
	
}


.modal {
	display: none; 
	position: fixed; 
	z-index: 1; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
  }

  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	border-radius: 10px;
	width: 80%;
  }

  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }

  .close:hover,
  .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.navLink
{
	display: inline-block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	width: 200px;
	margin-bottom: 10px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a.navLink:hover {
	color: #efd036
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
	color: #efd036;
}

.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; 
}

.cs-section-smaller {
	display: inline-block;
	width: 100%;
	max-width:150px; 
	vertical-align:top;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 2em;
	padding-right: 20px;
	padding-left: 20px;
}

.cs-section-large {
	display: inline-block;
	width: 100%;
	max-width:350px; 
	vertical-align:top;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 2em;
	padding-right: 20px;
	padding-left: 20px;
}

.header {
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 1.2em;
	background-color: #efd036;
}

.label {
	color:#efd036;
	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;
}

.tablecenter {
	max-width: 400px; 
	display: inline-block; 
	border: 1px solid #ddd;
	border-collapse: collapse;
	vertical-align: top;
}

td, th{
	border: 1px solid #ddd;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}

.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;
	}
}