
/* CSS Document */



body {margin:0%;
	font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:#f8f8f8;
	  /* background: url(../images/Lo-8-1450.jpg); */
    background-repeat: no-repeat;
    background-size: 100%;
	}


	
#pageHead {
	position: fixed;
	text-align: center;
    padding-top: 7px;
	padding-left: 0;
	top:0px;
	width: 100%;
	height: 100px;
	opacity: 1;
	max-width: 100%;
	z-index: 100;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&1+0,0+100 */
	/*
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

a.navtitle{
	text-align:center;
	position: relative;
	top:0px;
	bottom: 3px;
	color:#8000a5;
	background: #fff;
	padding: 15px 0 0 5px;
	text-decoration:none;
	font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 4.7vw;
	font-weight:lighter;
	letter-spacing: .23em;
	-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	z-index: 200;
	
		background: rgba(255,255,255,0.93);
	-webkit-box-shadow: rgba(0,0,0,0.47) 0 0 40px;
	-moz-box-shadow: rgba(0,0,0,0.47) 0 0 40px;
	box-shadow: rgba(0,0,0,0.47) 0 1px 40px;
	
}

a.navtitle:hover{
	color: #b901ee;
	transition: 0.3s; /* Add transition on hover */background: rgba(255,255,255,0.93);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 45px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 45px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 45px;
}

a.navtitleActive{
	color: #f504fe;
}



/* Style the links inside the sidenav */
#mySidenav a {
    position:fixed; /* Position them relative to the browser window */
    margin-top: 95px;
    right: -55px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 9px 7px 7px 5px; /* 15px padding */
    width: 120px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 17px; /* Increase font size */
    font-weight: lighter;
    color: #b901ee; /* White text color */
	opacity: 1;
	
    border-radius: 5px 0px 0px 5px; /* Rounded corners on the top right and bottom right side */
	z-index: 100;
}

#mySidenav a:hover {
    right: -25px; /* On mouse-over, make the elements appear as they should */
}

#view1 {
    top: 10px;
    background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#view1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#fitting1 {
    top: 48px;
    background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}

#fitting1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#care1 {
    top: 86px;
   background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#care1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#contact1 {
    top: 124px;
    background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#contact1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

label {
		text-align: left;
	font-size: 18px;
	line-height: 18px;
	padding-top: 8px;
	padding-left: 5%;
	padding-right: 15%;
}

#buy1 {
    top: 162px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#buy1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
#backhome {
    top: 200px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#backhome:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
	

/*
.topnav {
	text-align: right;
	margin-top: -18px;
	margin-left: 0;
	margin-right:10%;
  overflow: hidden;
 font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
	background: rgba(255,255,255,0);
	-webkit-box-shadow: rgba(0,0,0,0.0) 0 0px 20px;
	-moz-box-shadow: rgba(0,0,0,0.0) 0 0px 20px;
	box-shadow: rgba(0,0,0,0.0) 0 0px 20px;
}

.topnav a {
  display: inline-block;
  color: #000; 
  text-shadow: 0px 0px 0px #8e887b;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
	color: #b901ee;
  /*background-color: #af9047;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5b5f5+0,e5b5f5+100&1+0,0+100 
background: -moz-linear-gradient(left, rgba(175,144,71,1) 0%, rgba(175,144,71,0) 100%); 
background: -webkit-linear-gradient(left, rgba(175,144,71,1) 0%,rgba(175,144,71,0) 100%); 
background: linear-gradient(to right, rgba(175,144,71,1) 0%,rgba(175,144,71,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9047', endColorstr='#00af9047',GradientType=1 ); 
}
}



.topnav .icon {
  display: none;
	text-shadow: none;
}

.active{
	visibility: hidden;	
}

*/


#cap-container{
    margin-left: 5%;
    margin-right: 5%;
}

p {
	font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-weight:lighter;
  color: #1f181f;
  letter-spacing: .01em;
  font-size: 1vw;
}

p.title{
	font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#1f181f;
	font-weight: lighter;
	font-size: 4vw;
	line-height: 5vw;
	text-align: left;
	width: 95%;
	padding-top: 1.5em;
	margin-bottom: 0;
}




p.capSection{
	text-align: left;
	font-size: 2vw;
	line-height: 2.4vw;
	padding-top: 125px;
	padding-right: 15%;
}


.sectionalpiece{
     padding: 15px 0px 250px 0px;
}


p.introSection{
	color: #1f181f;
	text-align: left;
	font-size: 2.3vw;
	line-height: 2.9vw;
	padding-right: 71%;
	padding-bottom: 180px;
}



footer{
	text-align: center;
	padding:10px 10px;
	font-size: 16px;
}

input, select, textarea {
	font-family:inherit;
	font-size: 100%;
}

input, textarea, select{
	margin-bottom: 10px;
	border: 1px solid #d1ccbf;
    margin-left: 5%;
}


input[type="text"], input[type="address"], input[type="email"], input[type="tel"], textarea{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	width: 18em;
	background-color: #fafafa;
	padding: 3px;
    margin-left: 0%;
}

input[type="message"]{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	width: 18em;
	background-color: #fafafa;
	padding: 18px 3px;
}


input:focus{
	background-color: #ffffff;
}

input[type="submit"], .sendbtn{
	cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: none;
    margin-left: 10%;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .07em;
    background-color:#E3A60D;
    width: auto;
    -webkit-box-shadow: 0 0px 25px 0 rgba(72, 51, 1, 0.22);
    -moz-box-shadow: 0 0px 25px 0 rgba(72, 51, 1, 0.22);
    box-shadow: 0 0px 25px 0 rgba(72, 51, 1, 0.22);
}

.sendbtn:hover{
	background-color: #d69d0d;
	-webkit-box-shadow: 0 0px 25px 0 rgba(55, 40, 3, 0.22);
    -moz-box-shadow: 0 0px 25px 0 rgba(55, 40, 3, 0.22);
    box-shadow: 0 0px 25px 0 rgba(55, 40, 3, 0.22);
	-webkit-transition-duration: .085s; /* Safari */
  transition-duration: .085s;
}








/* tablets vertical */




@media screen and (max-width: 800px) {	

 a.navtitle{
	top:5px;
    }
    
    
   /* Style the links inside the sidenav */
#mySidenav a {
    position:fixed; /* Position them relative to the browser window */
    margin-top: 75px;
 }
        
    
     p.title{
	font-weight: 500;
	font-size: 4.7vw;
	line-height: 6.5vw;
	padding-top: 6.5em;
}
    
    p.introSection{
	font-size: 3.5vw;
    font-weight: 200;
	line-height: 5vw;
    padding-top: 10%;
	padding-right: 15%;
	padding-bottom: 250px;
}
    
    	
.sectionTitle{
font-size: 25px;	
}
	
	p.capSection{
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	padding-top: 90px;
	padding-right: 15%;
} 
    
}





@media screen and (max-width: 700px) {	
    
 
	
#pageHead {
	position: fixed;
	text-align: left;
	padding-left: 1%!important;
	top: 0px;
	width: 100%;
	height: 100px;
	opacity: 1;
	max-width: 100%;
	z-index: 100;
}
    
     p.title{
	font-weight: 600;
	font-size: 4.5vw;
	line-height: 6.5vw;
	padding-top: 6.8em;
}
	
	
	p.introSection{
	font-size: 3vw;
    font-weight: 300;
	line-height: 4.5vw;
    padding-top: 8%;
	padding-right: 20%;
	padding-bottom: 200px;
}
    
     
    
    a.navtitle{
	top:5px;
	bottom: 3px;	
}
       
    
	
.sectionTitle{
font-size: 25px;	
}
	
	p.capSection{
	text-align: left;
	font-size: 16px;
	line-height: 21px;
	padding-top: 90px;
	padding-right: 15%;
}
	
#pageHead {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	opacity: 1;
	max-width: 100%;
	z-index: 100;
}
	p{
		  font-weight:700;
	}

}




@media screen and (max-width: 650px) {	
	
		.sectionTitle{
font-size: 20px;	
}
	
	p.capSection{
	text-align: left;
	font-size: 17px;
	line-height: 21px;
	padding-top: 90px;
	padding-right: 17%;
}
	
#pageHead {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	opacity: 1;
	max-width: 100%;
	z-index: 100;
}
	p{
		  font-weight:700;
	}
}



@media screen and (max-width: 550px) {	
	
	.sectionTitle{
font-size: 25px;
        font-weight: 700;
}

p.capSection{
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding-top: 90px;
	padding-right: 18%;
}
}



@media screen and (max-width: 500px) {
    
    
    a.navtitle{
	text-align:center;
	position: relative;
	top:10px;
	bottom: 3px;
	color:#1f181f;
	background: #fff;
	padding: 5px 3px 3px 7px;
	text-decoration:none;
	font-family:Ano Half, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: .18em;
	-webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
	z-index: 200;
    }   
    
		
#pageHead {
	position: fixed;
	text-align: left;
	padding-left: 3%;
	top: 0;
	width: 100%;
	height: 100px;
	opacity: 1;
	max-width: 100%;
	z-index: 100;
    }
    
    p.title{
	font-weight: 700;
	font-size: 5vw;
	line-height: 6.5vw;
	padding-top: 6em;
}
	
	
	p.introSection{
	color: #1f181f;
	text-align: left;
	font-size: 4.7vw;
    font-weight: 300;
	line-height: 6vw;
    padding-top: 8%;
	padding-right: 20%;
	padding-bottom: 125px;
	text-shadow: 1px 1px 8px #ffffff;
}
	
	p.capSection{
	text-align: left;
	font-size: 18px;
	line-height: 23px;
    font-weight: 400;
	padding-top: 90px;
	padding-right: 20%;
}
    
    
    

/* Style the links inside the sidenav */
#mySidenav a {
    position:fixed; /* Position them relative to the browser window */
    margin-top: 45px;
    right: -55px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 7px 6px 5px 4px; /* 15px padding */
    width: 100px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 15px; /* Increase font size */
    font-weight: normal;
    color: #b901ee; /* White text color */
	opacity: 1;
	
    border-radius: 5px 0px 0px 5px; /* Rounded corners on the top right and bottom right side */
	z-index: 100;
}

#mySidenav a:hover {
    right: -25px; /* On mouse-over, make the elements appear as they should */
}

#view1 {
    top: 10px;
    background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#view1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#fitting1 {
    top: 40px;
    background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}

#fitting1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#care1 {
    top: 70px;
   background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#care1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#contact1 {
    top: 100px;
    background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#contact1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

label {
		text-align: left;
	font-size: 18px;
	line-height: 28px;
	padding-top: 90px;
	padding-right: 15%;
}

#buy1{
    top: 130px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#buy1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
#backhome {
    top: 160px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#backhome:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
    
    	

input[type="text"], input[type="address"], input[type="email"], input[type="tel"], textarea{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	margin-left:30px;
	width: 14em;
	background-color: #fafafa;
	padding: 3px;
}

input[type="message"]{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	margin-left:30px;
	width: 14em;
	background-color: #fafafa;
	padding: 18px 3px;
}
		
}




@media screen and (max-width: 455px) {	
	   
    
	
	input[type="text"], input[type="address"], input[type="email"], input[type="tel"], textarea{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
		margin-left:30px;
	width: 12em;
	background-color: #fafafa;
	padding: 3px;
}

input[type="message"]{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	margin-left:30px;
	width: 12em;
	background-color: #fafafa;
	padding: 18px 3px;
}	
}


@media screen and (max-width: 425px) {	
    
        

/* Style the links inside the sidenav */
#mySidenav a {
    position:fixed; /* Position them relative to the browser window */
    margin-top: 32px;
    right: -55px; /* Position them outside of the screen */
    transition: 0.3s; /* Add transition on hover */
    padding: 5px 6px 3px 4px; /* 15px padding */
    width: 100px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 15px; /* Increase font size */
    color: #b901ee; /* White text color */
	opacity: 1;
	
    border-radius: 5px 0px 0px 5px; /* Rounded corners on the top right and bottom right side */
	z-index: 100;
}

#mySidenav a:hover {
    right: -25px; /* On mouse-over, make the elements appear as they should */
}

#view1 {
    top: 5px;
    background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#view1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#fitting1 {
    top: 33px;
    background-color: rgba(255, 255, 255, .65);
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}

#fitting1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#care1 {
    top: 61px;
   background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#care1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

#contact1 {
    top: 89px;
    background-color: rgba(255, 255, 255, .65);-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#contact1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}

label {
		text-align: left;
	font-size: 18px;
	line-height: 28px;
	padding-top: 90px;
	padding-right: 15%;
}

#buy1 {
    top: 117px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#buy1:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
#backhome {
    top: 145px;
background-color: rgba(255, 255, 255, .65);
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 23px;
	box-shadow: rgba(0,0,0,0.20) 0 1px 23px;
}
#backhome:hover {
		background: rgba(255,255,255,0.9);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 0 23px;
	box-shadow: rgba(0,0,0,0.30) 0 1px 23px;
}
 
    
    
    
    
	
	input[type="text"], input[type="address"], input[type="email"], input[type="tel"], textarea{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
		margin-left:30px;
	width: 12em;
	background-color: #fafafa;
	padding: 3px;
}

input[type="message"]{
	font-family: "Brandon Grotesque Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: lighter;
	margin-left:30px;
	width: 12em;
	background-color: #fafafa;
	padding: 18px 3px;
}	

}
@charset "UTF-8";
/* CSS Document */

