@charset "utf-8";
/* Global Styles */

body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	
	padding-left: 2.275%;
	padding-right: 2.275%;
}

header{

	width: 100%;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px; 
}

a:link, a:visited {
  background-color: #FAF9F6;
  color: #4A6E70;
  border: 2px solid #4A6E70;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #4A6E70;
  color: #FAF9F6;
}
a.start:link, a.start:visited {
  background-color: #FAF9F6;
  color: #DE581F;
  border: 2px solid #DE581F;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.start:hover, a.start:active {
background-color: #DE581F;
  color: #FAF9F6;
}
.container{
	background-color: #FAF9F6;
	border-style:double;
	border-color: #4A6E70;
	padding: 50px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
	
}

.bodyText{	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #291307;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	
}
.quote{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: italic;	
	padding-left: 35px;
}
.embeddedImage{
	
}
.signature{
	text-align: center;
}
.choice{
	
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	color: #BF4E24;
	margin: 20px 0px
}

.space{
	padding-top: 100px; 
}
.return{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px; 
	text-align: center;
	width: 50%;
	text-transform: uppercase;
	
	
}

.begin{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	margin-top: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 50%;
	text-transform: uppercase;
	
	
	
}


/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
	.container{
		padding: 5px;
		width: 80%;
	}
	.begin{
		
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 200px;}

/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
}

.mainContent .buttonNav {
	margin-bottom: 10%;
}
.mainContent .buttonNav .button {
	width: 60%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
	
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}

.mainContent .buttonNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .buttonNav .button {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}

