@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: thick;
		border-bottom-style: solid;
		border-bottom-color: #339D2C;
}
body{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img{
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align:middle; 
}
footer{
	padding: 30px 30px;	
	text-align: center;
}
h1{
	font-size: 57px;
	text-transform: capitalize;
	font-weight: 100;
	margin-bottom: 60px;
}
h2{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 100;
	margin-bottom: 60px;
	
}
h3{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 100;
	margin-bottom: 60px;
}
h7{
	align-content: center;
	font-size: 12px;
}
p {
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 60px;
	margin-left: 3%;
	margin-right: 2%;
	text-align: left;
}
.Logo{	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
	align-content: center;
	
}
.Join{
	width: 380px;
	height: 400px;
}
.style-NRLCA{
	height: 60px;
	width: 60px;
}


.style-nav ul{
	list-style-type: none;
}
.style-nav ul li a{
	text-decoration: none;
	color: ghostwhite;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 10px;
}

.button {
	border: #81AD7D solid;
	background: #81AD7D;
	padding:5px 10px;
	border-radius: 20px;
	color: ghostwhite;
	text-decoration: none;
	align-content: center;
}
.button:hover{
	background: #fafafa;
	color:#81AD7D;
}
/*Desktop View*/
@media (min-width: 1024px){
		body{
		max-width: 1024px;
	}

	
.Logo{
		float: center;
		width: 205px;
		height: 230px;}
	
	.Join{
	width: 900px;
	height: 1000px;
}
	.style-logo{
		float: center;
		width: 200px;
		height: 200px;
	}
		
	.style-nav ul li a{
	text-decoration: none;
	color: ghostwhite;
	float: left;
	display: block;
	text-transform: uppercase;
	padding: 10px;
	text-indent: 5px;
	margin-left: 50px;
		
}
}