
a:visited, a:link, a:hover {
  color: #ffffff;  
  text-decoration:none;
}
a:hover {
   text-decoration:underline;
}

body {
   font-family: sans-serif;
   width: 100%;
   height: 100%;
   margin: 0 0 0 0;
    background-image: url("ourbuilder.jpg"), linear-gradient(#806600, #668000);
    background-image: url("ourbuilder.jpg"), -webkit-gradient(linear, left top, left bottom, from(#806600), to(#668000));
    background-image: url(hourbuilder.jpg"), -moz-linear-gradient(top, #806680, #668000); /* not ff esr */
   /*background-color:#aaccff;*/
   background-size:100% auto;
   background-repeat: no-repeat;

}



h2, h3 {
   color: #806600;
   text-shadow:1px 1px #000000;">
}


/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #806600;
	text-shadow: 1px 1px #000000;
	font-size:14px;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-one {
	border: 2px solid #D24D57;
}
a.animated-button.victoria-one:after {
	background: #D24D57;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
a.animated-button.victoria-two {
	border: 2px solid #D24D57;
}
a.animated-button.victoria-two:after {
	background: #D24D57;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
a.animated-button.victoria-three {
	border: 2px solid #D24D57;
}
a.animated-button.victoria-three:after {
	background: #D24D57;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
a.animated-button.victoria-three:hover:after {
	height: 140%;
	opacity: 1;
}
a.animated-button.victoria-four {
	border: 2px solid white; /*#D24D57;*/
}
a.animated-button.victoria-four:after {
	background: #D24D57;
	opacity: .5;
	-moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
	opacity: 1;
	height: 600% !important;
}

.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

	
blockquote {
   display:block;
   width: 80%;
   background-color: #f9f9f9;
   color: #000000;
   border: 1px solid #ccc;
   border-radius: 6px;
   box-shadow: 1px 1px 1px #ccc;
   text-shadow: none;
   font-style: italic;
   padding-left: 20px;
   padding-right: 30px;
}
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 12px;
    position: relative;
    left: -10px;
    top: -10px;
    color: #ff0000; /*7a7a7a;*/
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    margin-left: 50px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}

.ts {
   text-shadow: 8px 8px #00ff00 !important;
}

.nb {
   /*   background-color: rgba(255, 192, 128, 0.7) !important;*/
   background-color: rgba(128, 192, 255, 0.7) !important;
}
li {
   margin-bottom:12px;
}

/* contact form */

/* @import "compass/css3"; */

$red: #e74c3c;
$green: #ff0000;

*, 
*:before, 
*:after {
   @include box-sizing(border-box); 
}

/*
html, body {
  background: #f1f1f1;
  font-family: sans-serif;
  padding: 1em;
}


h1 {
   text-align: center;
   color: #a8a8a8;
   @include text-shadow(1px 1px 0 rgba(white, 1));
}
*/

form {
   max-width: 600px;
 /*  text-align: center;*/
   margin: 20px auto;
   padding: 1em; 
}

.input-label {
   font-size: smaller;
   color: #ffffff;
 }
 
 
  input, textarea {
     border:0; outline:0;
     padding: 1em;
     border-radius:3px;
     display: block;
     width: 100%;
     margin-top: 5px;
     margin-bottom: 10px;
     font-family: 'Merriweather', sans-serif;
     box-shadow: 0 1px 1px rgba(black, 0.1);
     resize: none;  
    
    &:focus {
       box-shadow: 0 0px 2px rgba($green, 1)!important);
    }
  } 

#input-submit {
     color: blue; 
     background: #ffffff;
     cursor: pointer;
     width: 40%;
    
    &:hover {
       box-shadow: 0 1px 1px 1px rgba(#0f0, 0.6); 
    }
  }
  

.full { width: 100%; }

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right { width: 50%; }

.left {
     margin-right: 2%; 
}


@media (max-width: 480px) {
  .half {
     width: 100%; 
     float: none;
     margin-bottom: 0; 
  }
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


