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

/* Tablet Layout: 768px and below. */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
  clear: both;
}

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

#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 {
	height: 40px;
	position: relative;
	clear: both;
	text-align: center;
	white-space: nowrap;
	right: auto;
	width: 100%;
}

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

#navigation ul li {

	float: left;
	list-style-type: none;
	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: #FFFFFF;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	left: auto;
	right: auto;
	font-weight: bold;
	font-size: 18px;
}

#main_text {
	color: #FFFFFF;
	margin-left: 15px;
	height: 550px;
	margin-right: 15px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	font-family: "Bodoni MT", "New York", "MS Serif", serif;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
}
#main_text #quote {
	color: #FFFFFF;
	text-align: right;
	font-style: italic;
	font-size: 18px;
}

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

#body {
	clear: both;
	background-size: 100% auto;
}

#transparentbox {

}

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

#footer {
	clear: both;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
	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: 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;
}
