html{
	scroll-behavior: smooth;
}

body {
	display: block;
  font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 0px
}

button:focus {
    outline: none;
}

button:hover{
	background-color: #b40829;
}

input.submitbtn:hover{
	background-color: #b40829;
}

/* BEGIN HEADER STYLING */

header{
	background-color: #f2f2f2;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
}

.logo{
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/NAGR_Wordmark_Black_Logo.svg);
	width: 150px;
	height: 36px;
}

.main-header{
	background-color: #262626;
	background: linear-gradient(to right, rgba(16, 25, 43, 1), rgba(255,255,255,0)),  url(../images/1354_Header.jpg);
	background-size: cover;
	background-position: 50%;
	height: 400px;
}

.main-header-text{
	color: #ffffff;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 5em;
	line-height: 1em;
	text-transform: uppercase;
	margin: 75px 0px 10px;
}

.main-header-subtext{
	color: #ffffff;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 2em;
	line-height: 1.25em;
}

.jumptobtn{
	background-color: #cc092f;
	border-width: 0px;
	border-radius: 50px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	width: 200px;
	height: 50px;
	margin: 10px 0px 20px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/* END HEADER STYLING */

/* BEGIN COPY STYLING */

.copy{
	background-color: #ffffff;
	margin: 0px 20px;
}

.main-copy{
	margin: auto;
	font-size: 1.3em;
	line-height: 1.5em;
	width: 800px;
	padding: 30px 0px;
}

.main-copy-header{
	color: #000000;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	padding: 20px 0px;
	margin-bottom: 0px;
}

/* END COPY STYLING */

/* BEGIN PETITION STYLING */

.center{
	align-content: center;
	text-align: center;
}

.petition{
	background-color: #f2f2f2;
	height: 100%;
	justify-content: center;
}

.petitionbox{
	background-color: #182542;
	border-radius: 2px;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}

.formfields{
	border-radius: 2px;
	border-width: 1.5px;
	border-style: solid;
	border-color: #d0d0d0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	padding: 10px;
	margin: 5px 0px 0px;
	width: 400px;
	height: 50px;
}

.submitbtn{
	background-color: #cc092f;
	border-width: 0px;
	border-radius: 2px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 2em;
	width: 200px;
	height: 50px;
	margin: 10px 0px 20px;
	text-transform: uppercase;
}

.required{
	color: #cc092f;
}

.pt_lang{
	font-size: 1.3em;
	line-height: 1.5em;
}

.petition-header{
	color: #000000;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1em;
	padding: 20px 0px 10px;
	margin-bottom: 0px;
}

.petition-subhead{
	color: #000000;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	padding: 0px 0px 20px;
	margin-bottom: 0px;
}

.gpm_opt{
	color: #ffffff;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* END PETITION STYLING */

/* BEGIN FOOTER STYLING */

.footer{
	background-color: #182542;
}

.footer-logo{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(../images/NAGR_Wordmark_White_Logo.svg);
	width: 150px;
	height: 36px;
}

.footer-copy{
	color: #ffffff;
	margin: auto;
	font-size: .8em;
	line-height: 1.5em;
	width: 800px;
	text-align: center;
}

/* END FOOTER STYLING */

/* BEGIN MOBILE RESPONSIVE */

@media (max-width: 768px){
	.main-header{
		background-color: #262626;
		background: url(../images/1354_mobileheader.jpg);
		background-size: cover;
		background-position: 50%;
		height: 100%
	}

	.main-header-text{
		color: #ffffff;
		text-align: left;
		font-family: 'Roboto', sans-serif;
		font-weight: 900;
		font-size: 3em;
		line-height: 1em;
		text-transform: uppercase;
		text-align:center;
		margin: 20px 0px 10px;
	}

	.main-header-subtext{
		color: #ffffff;
		text-align: left;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		font-size: 1.5em;
		line-height: 1em;
		text-align: center;
		margin: 0px 0px 20px;
	}

	.jumptobtn{
		font-size: 1em;
		width: 150px;
		height: 40px;
		margin-right: auto;
		margin-left: auto;
		margin: 0px 0px 20px;
		text-align:center;
		padding: 10px;
	}

	.centerjumptobtn{
		align-content: center;
		text-align: center;
	}

	.main-copy-header{
		font-size: 18px;
	}

	.formfields{
		margin: 5px 0px 0px;
		width: 100%;
	}

	.petitionbox{
		width: 100%;
		padding: 20px 20px 0px;
	}

	.submitbtn{
		width: 100%;
	}
}

@media (max-width: 992px){
	.formfields{
		margin: 5px 0px 0px;
		width: 100%;
	}

	.petitionbox{
		width: 100%;
		padding: 20px 20px 0px;
	}
}
