/* Savio Designs Custom CSS Document
Designer: Chris Knabenshue */

/* Styles for Body Content */

body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;
	font-size: 18px;
	}

/* unvisited link */
a:link {
	font-weight:900;
	color: rgba(255,255,255,1.00);
	text-decoration:none !important;
	
}

/* visited link */
a:visited {
	font-weight:900;
	color: rgba(255,255,255,1.00);
	text-decoration:none !important;
	
}

/* mouse over link */
a:hover {
    color: rgba(255,255,255,1.00);
	text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87;
	font-weight:900;
	text-decoration:none !important;
}	


/* Sets the Margin and hover effect for the Request Quote Button */	
.requestquote {
	margin-top: 60px;
	}
	
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* Sets the Style for the Instructions */	
.instructions
{
font-size:25px !important;
font-weight: 800 !important;
color:#000;
}

/* Sets the Style for A Special Note Area */	
.note
{
font-size:20px !important; 
color:#000;
background-color:#F8888A;
box-shadow: -4px 6px 8px #000000;
padding: 15px;
margin: 10px;
}


/* Sets the Style for Button Link Color (enclose PVII's LBM Button in a div with the button class) */	
.button a:link {
	color: #000000;
	text-decoration:none !important;
	}

.button a:hover {
	color: #FFFFFF;
	text-decoration:none !important;
}

.button a:visited {
	color: #000000;
	text-decoration:none !important;
}