@charset "utf-8";
/* CSS Document */
/* Mobile View */

html,
html * {
	padding: 0;
	margin:  0;
	box-sizing: border-box;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
header{
		align-content: center;
		padding: 80px;
		margin: auto;
		background-color: #008000;
		border-bottom-width: 10px;
		border-bottom-style: solid;
		border-bottom-color: #339D2C;
}
body{
	margin-left: auto;
	margin-right: auto;
}
footer{
	text-align: center;
}
h2{
		align-content: center;
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
	
}
h7{
	align-content: center;
	font-size: 12px;
}
.Logo{
		
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
	align-content: center;
	}
.WRCHeader{
	width: 350px;
	height: 200px;
}
.Page{
	width: 365px;
	height: 800px;
	align-content: center;
}
.row:after{
	clear: both;
}
	.style-nav ul{
		list-style-type: none
	}
	.style-nav ul li a{
	text-decoration: none;
	align-content: center;
	color: ghostwhite;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	float: center;
	background-color: #008000;
}

table{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
th, td{
	padding: 16px 6px 16px 6px;
}
th{
	text-transform: uppercase;
	border-bottom: 8px solid #008000;
	
	border-radius: 8px solid ;


}
tr.every{
	background: #B3D28E;
	
}
tr.other{
	background: #EAFBDC;
}
.info-box-darkgreen{
	background-color:#83A880;
	color: ghostwhite;
	padding: 50px 10px 40px ;
	text-align: center;	
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: thick;
	border-bottom-color: #39942D solid;
	border-bottom-style: solid;
	
}
.info-box-green{
		background-color: #B3D28E;
	color: ghostwhite;
	padding: 50px 10px 40px ;
	text-align: center;	
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: thick;
	border-bottom-color: #39942D solid;
	border-bottom-style: solid;
}
.button {
	border: #81AD7D solid;
	background: #81AD7D;
	padding: 2px 10px;
	border-radius: 40px;
	color: ghostwhite;
	text-decoration: none;
}
.button:hover{
	background: #fafafa;
	color:#81AD7D;
}
.button1 {
	border: #B3D28E solid;
	background: #B3D28E;
	padding: 2px 10px;
	border-radius: 40px;
	color: ghostwhite;
	text-decoration: none;
}
.button1:hover{
	background: #fafafa;
	color:#81AD7D;
}
footer{
align-content: center;
font-size: small;
}

/*Desktop View*/
@media (min-width: 1024px){
	body{
		max-width: 1024px;
	}
header{
		max-width: 1024px;
		padding: 50px;
		background-color: #008000;
		margin-left: 1%;
		border-bottom-width: thick;
		border-bottom-style: solid;
		border-bottom-color: #339D2C;
	}
	.Logo{
		float: center;
		width: 205px;
		height: 230px;
	}
	.WRCHeader{
		width: 1010px;
		height: 250px;
	}
	.Page{
	width: 900px;
	height: 1000px;
	align-content: center;
}
	tr.every{
	background: #B3D28E;
		
	
}
	tr.other{
	background: #EAFBDC;
	
}
	th, td{
	padding: 16px 100px 16px 100px;
}
	.style-nav ul li a{
	text-decoration: none;
	color: ghostwhite;
	float: left;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	text-indent: 20px;
	margin-left: 50px;
		
}
	table{ 
		float: left;
		padding-bottom: 100px;
		
}
	
	
	.col-md-one-fourth{
		width: 20%;
		float: left;
	
	}
	.col-md-one-half{
		width: 100%;
		float: center;
		
	
	}
}

