@charset "utf-8";
@import url("Alex_Brush/stylesheet.css");
@font-face {
	font-family: 'Alex Brush';
	src: url('src: url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.eot")');
	src: url('src: url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.eot")?#iefix') format('embedded-opentype'),
	url('url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.woff") format("woff")') format('woff'),
	url('url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.ttf") format("truetype")') format('truetype'),
	url('url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.svg#Alex Brush") format("svg")') format('svg');
}
@import url(http://db.onlinewebfonts.com/c/1e129bd49263cbc8354756df5045168f?family=Bodoni);
@font-face {font-family: "Bodoni";
    src: url("http://db.onlinewebfonts.com/t/1e129bd49263cbc8354756df5045168f.eot");
    src: url("http://db.onlinewebfonts.com/t/1e129bd49263cbc8354756df5045168f.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/1e129bd49263cbc8354756df5045168f.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/1e129bd49263cbc8354756df5045168f.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/1e129bd49263cbc8354756df5045168f.svg#Bodoni") format("svg");
}
#continuelink {
	text-align: right;
}

#gridContainer {
	margin: auto;
	width: 60%;
	padding: 10px;

	width: 1200px;
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
}

#headline {
	color: #FFF;
	text-align: center;
	clear: both;
	font-family: "Alex Brush", cursive;
	font-size: 52px;
	margin-top: 40px;
}

#header {
	height: 120px;
	width: 100%;
	background-image: urlMain%20Graphics/Logo.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}

#head {
	margin-bottom: 0px;
	color: #FFF;
	font-family: alex-brush, "cursive;";
}
#head h1 {
	color: #FFFFFF;
	text-align: center;
	font-family: alex-brush, "cursive;";
}

#logo {
	text-align: center;
	clear: both;
}

#main_text {
	color: #FFF;
	margin-left: 300px;
	height: 675px;
	margin-right: 300px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	font-family: "Bodoni MT", "New York", "MS Serif", serif;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}

#main_text #quote {
	color: #FFF;
	text-align: right;
	font-style: italic;
	font-size: 18px;
}

#main_text #continuelink i a {
	color: #FFF;
}

#body {
	clear: both;
	background-size: 100% auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
}

#transparentbox {

}

#body p {
	text-align: left;
	font-family: "font-family: aclonica", "sans-serif;font-family: alex-brush", "cursive;";
}

#navigation {
	height: 40px;
	position: relative;
	clear: both;
	margin-right: 355px;
	margin-left: 330px;
	text-align: center;
	white-space: nowrap;
	right: auto;
	width: 100%;
}

#navigation ul {
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	position: relative;
	left: auto;
	right: auto;
}

#navigation ul li {
	float: left;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navigation ul li a {
	text-decoration: none;
	font-family: "Bodoni MT", cursive;
	white-space: nowrap;
	color: #FFF;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	left: auto;
	right: auto;
	font-weight: bold;
	font-size: 20px;
}

#main {
	height: 270px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(file:///C|/Users/Chris/Desktop/WEB_DESIGN_MAIN/Ron_and_Lena_Site/Main_Site/Pictures/main%20pict1.png);
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 10px;
	color: #FFF;
	font-family: "Bodoni MT", "MS Serif", "New York", serif;
	font-size: 18px;
}

form {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact-form input,
.contact-form textarea {
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  margin-top: 1em;
  padding: .8em;
  font-family: 'Lato', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(34,34,34,0.1);
  resize: none;
}

.contact-form textarea {
  margin-bottom: 1em;
  height: 125px;
}

.contact-form input:focus {
  box-shadow: 0 0px 2px rgba(3,201,169,1)!important;
}

.contact-form textarea:focus {
  box-shadow: 0 0px 2px rgba(3,201,169,1)!important;
} 

#submit {
  color: white; 
  background-color: #bfbfbf;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 30px;
}
    
#submit:hover {
  background-color: #000;
}
