@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'pirulenregular';
    src: url('pirulen-webfont.woff2') format('woff2'),
         url('pirulen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);

$color: rgba(22, 195, 255,0.5);
$border: rgba(0,0,0,0.2);
$background: #fafafa;

$darkcolor: rgba(175,227,100, 0.6);
$darkborder: rgba(255,255,255, 0.3);
$darkbackground: #333;

body {
    background-color: white;
	width: 100%;
	z-index: -5;  
}

#topNav {   
  	background-color: white;
	overflow: hidden;
	position: fixed;
	top: 0px;  
	z-index: 99;
	width: 100%;
	height: 150px;
	padding: 10px 10px;
	box-shadow: 2px 2px 2px -2px black;        
} 

#logoDiv {
	background-color: white;
	display: block;
	height: 100px;
}

#topLogo {
	background-color: white;
	display: block;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
} 

#navbarCenter {
	background-color: white;
 	float: none;
	display: block;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

#navbarCenter a {
	background-color: white;
	padding: 10px 20px;
	color: black;
	text-decoration: none;
	font-family: 'pirulenregular';
 	font-size: 18px;
	font-weight: 75;
 }

#navbarCenter a:hover {
	color: #C72128;
}

#navbarCenter a.active {
 	color: #C72128;
} 

#contact_wrapper {
    /*background-color: #f7f5f7;*/
	z-index: 1;
	margin-top: 150px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-right: auto;
	padding-right: 0px;		
	width: 1080px;
	padding-left: 0px;
	margin-left: auto;
    text-align: justify;
}

#form_header:after {
    content: "";
    display: block;
    clear: both;
}

#vform {
    margin-left: auto;
    width: 960px;
	margin-right: auto;
}
fieldset {
    width: 100%; 
    margin-top: 1em;
    padding-top: .5em;
    margin-bottom: .5em;
}

label {
	float: left;
	width: 20em;
	text-align: right;
	margin-right: 1em;
    color: #C72128;
}

placeholder {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: grey;
	font-size: 8px;
}

input[type=checkbox] {
    margin-left: 300px;
    width: 3em;
    padding-right: .25em;
    cursor: pointer;
}

input[type=checkbox]:focus {
	border: 2px solid blue;
}

input, textarea {
	width: 20em;
	margin-bottom: 1em;
}

input:focus {
	border: 2px solid blue;
}

#subButton {
    float: left;
  	background-color: black; 
  	border: 2px solid #555555;
	border-radius: 10px;
    margin-top: 10px;
  	margin-left: 415px;
	width: 100px;
    height: 25px;
    padding: 0px;
	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 14px;
  	-moz-transition-duration: 0.4s;
  	-webkit-transition-duration: 0.4s; 
  	transition-duration: 0.4s;
  	-moz-cursor: pointer;
	-webkit-cursor: pointer;
	cursor: pointer;
	color: #C72128; 
}

#subButton:hover {
  	background-color: #555555;
  	color: white;
	text-decoration: none;
}

#submit:after {
    content: "";
    display: block;
    clear: both;
}

.form_links {
	color: grey;
	text-decoration: underline;
	margin-left: 350px;
}

.form_links:hover {
	color: #C72128;
	background-color: transparent;
    text-shadow: none;
    cursor: pointer;
}

.form_links:visted {
	color: #C72128;
	font-weight: bold;
	text-shadow: 1px 1px 1px black;
	background-color: transparent;
}
.error {
    color:black; 
    font-weight: bold; 
    text-align: right; 
    margin-left: 320px;
}

.success {
    text-align:center; 
    font-family:'pirulenregular';
    color:black; 
}

#artwork {
	width: 960px;
	margin-left: 60px;
}


.twitter-timeline {
	margin-right: 50px;
}


#social {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
}

#reqEstimate {
	top: 550px;
}