body {
  margin: 0px;
  background-color: #272727;
  font-family: 'Tw Cen MT';
}
@font-face {
  font-family: 'Tw Cen MT';
  font-style: normal;
  font-weight: normal;
  src: local('Tw Cen MT'), url('Tw Cen MT.woff') format('woff');
}
@font-face {
  font-family: 'SourceSansProLight';
  font-style: normal;
  font-weight: normal;
  src: local('SourceSansProLight'), url('SourceSansProLight.woff') format('woff');
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: lightgrey;
}
a img:hover {
	opacity: 0.7;
}
input {
  padding: 8px;
  border: 0px;
}
input[type="text"],textarea {	
	background-color: #666666;
	border: 1px solid #666666;
	-webkit-appearance: none;
	color: #dbf9ef;
	font-family: 'SourceSansProLight';
	font-size: 18px;
	padding: 8px;
	letter-spacing: 0.05em;
  opacity: 0.7;
}

input[type="submit"] {
  background-color: #1aa275;
  color: white;
  letter-spacing: 0.2em;
  padding: 10px 35px 10px 35px;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background-color: #20c68f;
	cursor: hand;
}

input[type="text"]:hover,textarea:hover {
	background-color: #777777;
  opacity: 0.8;
}

input[type="text"]:focus,textarea:focus {
  outline: none;
	border: 1px solid #1aa275;
}

.input_line {
  width: 10%;
  height: 4px;
  background-color: transparent;
  transition: ease 1s;
}

input:focus + .input_lineable {
  width: 100%;
}

.green_line {
  background-color: #28b34c;
  width: 100%;
  transition: ease 1s;
}
.red_line {
  background-color: #f82140;
  width: 100%;
  transition: ease 1s;
}

#background2 {
  z-index: 2;
  position: absolute;
  background-image: url("bg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  /*min-height: 900px;*/
  height: calc(100% - 60px);
}
#background1 {
  z-index: 1;
  position: absolute;
  background-image: url("bg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  /*min-height: 900px;*/
  height: calc(100% - 60px);
  
}
#textbox {
  z-index: 10;
  position: absolute;
  width: 100%;
	height: calc(100% - 60px);
}
#header {
	padding-top: 0px;
	text-align: center;
	background-color: #272727;
	overflow: hidden;
	height: 60px;	
  /*position: sticky;
  top: 0px;
  z-index: 99;*/
}
.social-media {
	padding-top: 10px;			
	height: 60px;			
	vertical-align: middle;	
}
.social-media a img:hover {
  opacity: 0.5;
}
.nav-option {
	padding-top: 20px;
	display: inline-block;
	color: #898989;
	height: 60px;
	font-family: 'Tw Cen MT';
	font-weight: normal;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.nav-option a {
	color: #898989;
	text-decoration: none;
}
.nav-option a:hover {	
	color: #ffffff;
}

#contactform td {
  color: white;
  letter-spacing: 0.2em;
}

.main-text,.main-subtext,.page-title,.content {
	color: white;
}

.content {
	text-align: center; 
	overflow: hidden; 
	background-color: rgba(0,0,0,0.6); 
	margin: 3%; 
	padding: 10px 10px 30px 10px;
}

.content p,.content li {
	font-family: 'SourceSansProLight';
	font-size: 18px;
	letter-spacing: 0.05em;
}
ul {
	text-align: left;
	margin-left: calc(50% - 150px);
}




@media only screen and (max-width: 600px) {
  /* SMALLEST <600px */
	.nav-option {
		font-size: 17px;			
		margin: 0px 10px 0px 10px;
	}
	.social-media {
		display: none;
	}
	.main-text {
		margin-top: calc(10% + 100px);
		letter-spacing: 0.15em;
		font-size: 35px;
	}
	.main-subtext {
		letter-spacing: 0.15em;
		font-size: 15px;
	}
	.page-title {
		margin-top: 30px;
		font-size: 35px;
		letter-spacing: 0.15em;
	}
	.content {
  	font-size: 17px;
		font-weight: normal;
  }
	#input_name {
		width: 200px;
		min-width: 200px;
	}
	#input_email, #input_message {
		width: 300px;
		min-width: 300px;
	}
	.download-link {
		font-size: 23px;
		letter-spacing: 0.02em;
	}
}

@media only screen and (min-width: 600px) {
  /* MEDIUM 600-1000px */
	.nav-option {
		font-size: 17px;			
		margin: 0px 20px 0px 20px;
	}
	.social-media {
		display: inline-block;
		margin: 0px 20px 0px 20px;
	}
	.main-text {
		margin-top: calc(10% + 100px);
		letter-spacing: 0.15em;
		font-size: 55px;		
	}
	.main-subtext {		
		letter-spacing: 0.15em;
		font-size: 22px;
	}
	.page-title {
		margin-top: 25px;
		font-size: 45px;
		letter-spacing: 0.15em;
	}
	.content {
  	font-size: 18px;
  }
	#input_name {
		min-width: 300px;
		width: 300px;
	}
	#input_email, #input_message {
		width: 400px;
		min-width: 400px;
	}
	.download-link {
		font-size: 28px;
		letter-spacing: 0.03em;
	}
}

@media only screen and (min-width: 1000px) {
  /* LARGEST >1000px */
	.nav-option {
		font-size: 17px;			
		margin: 0px 50px 0px 50px;
	}			
	.social-media {
		display: inline-block;
		margin: 0px 30px 0px 30px;
	}
	.main-text {		
		margin-top: calc(10% + 100px);
		letter-spacing: 0.15em;
		font-size: 100px;
	}
	.main-subtext {
		font-size: 38px;
		letter-spacing: 0.15em;
	}
	.page-title {
		margin-top: 30px;
		font-size: 60px;
		letter-spacing: 0.15em;
	}
	.content {
  	font-size: 20px;
  }
	#input_name {
		min-width: 300px;
		width: 300px;
	}
	#input_email {
		width: 400px;
		min-width: 400px;
	}
	#input_message {
		width: 500px;
		min-width: 500px;
	}
	.download-link {
		font-size: 34px;
		letter-spacing: 0.03em;
	}
}