@charset "utf-8";
@import url(http://db.onlinewebfonts.com/c/c8b7ff20d0c0a86dadc1fa5fa77f58dc?family=Alex+Brush);
@font-face {font-family: "Alex Brush";
    src: url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.eot");
    src: url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/c8b7ff20d0c0a86dadc1fa5fa77f58dc.svg#Alex Brush") 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");
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 450px and below. */

@media only screen
	only screen and (min-width: 240px) and (max-width: 620px),
   	only screen and (min-device-width: 240px) and (max-device-width: 620px) {



#gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  	clear: both;
}

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

#headline {
	color: #FFFFFF;
	text-align: center;
	clear: both;
	font-family: "Alex Brush", cursive;
	font-size: 42px;
	margin-top: 35px;
	font-weight: normal;
}

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

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

#navigation {
	text-decoration: none;
	list-style-type: none;
}

#navigation ul {
	text-align: center;
	list-style-type: none;
	text-decoration: none;
}

#navigation ul li {
	white-space: nowrap;
	list-style-type: none;
	text-decoration: none;
	padding-right: 40px;
	padding-top: 3px;
	padding-bottom: 3px;

}
#navigation ul li a {
	text-decoration: none;
	font-family: "Bodoni MT", "New York", "MS Serif", serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	
}

#main_text {
	color: #FFFFFF;
	margin-left: 10px;

	margin-right: 10px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	font-family: "Bodoni MT", "New York", "MS Serif", serif;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}

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

#main_text p b {
	font-size: 18px;
}

#main_text #continuelink i a {
	color: #FFFFFF;
	text-align: right;
}

#body {
	width: 100%;
	clear: both;

	background-attachment: fixed;
	background-repeat: no-repeat;

	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#transparentbox {
	width: 100%;
 	padding: 2.5%;

}

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

#footer {
	width: 100%;
	height: 50px;
	position: relative;
	text-align: center;
	padding-top:15px;
	color: #FFFFFF;
	font-family: "Bodoni MT", "MS Serif", "New York", serif;
	font-size: 16px;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}

form {
  max-width: 500px;
  text-align: center;
  margin-right: 30px;
}

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;
}