/*
 ----------------------------- 
 PVII Layout Builder Magic
 by Project Seven Development
 www.projectseven.com
 Custom Styles
 -----------------------------
*/

/*
***************************************************
Font Families: You may edit the font-family values,
BUT DO NOT REMOVE OR RENAME THE 4 RULES BELOW
***************************************************
*/
.lbm-stack-sans {font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", sans-serif;}
.lbm-stack-serif {font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;}
.lbm-stack-thin {font-family: Lato, "Gill Sans", Optima, sans-serif; font-weight: 300;}
.lbm-stack-fancy {font-family: Federo, "Gill Sans", Optima, sans-serif;}

body {
	background-image:url(../images/bacground.png);
}

hr.style-two { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, rgb(255,255,255,0.6), rgba(81,27,0,1.00), rgb(255,255,255,0.6)); 
/*border-color: rgba(81,27,0,1.00)*/
}

hr.style-one { 
	border: 0; 
	height: 1px; 
	background: #fff; 
	background-image: linear-gradient(to right, #fff, #000, #fff); 
	margin-top: 10px;
	margin-bottom: 15px;
}

.white-font {color:antiquewhite;}

h3, h4, h5 {
	font-weight: normal;
}
h1 {font-size: 5vw;
font-weight: bold;
	margin:0;
}


h2 {font-size: 250%;
Color:179,147,95,1.00;
margin: 0;
}
h3 {font-size: 155%;}
h4 {font-size: 135%;
padding: 0;}
h5 {font-size: 125%;
	Color:179,147,95,1.00;

line-height:100%;
padding: 0;
margin: 0;}

p { 
	margin:0;
}
blockquote {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.para {padding: 0px 0px 15px 25px;
margin: 0;}

H6 {font-size:120%;
color: rgba(179,147,95,1.00)
}

hr.style-one { 
	border: 0; 
	height: 1px; 
	background: #fff; 
	background-image: linear-gradient(to right, #fff, #000, #fff); 
	margin-top: 25px;
}

.reviewimg {
	Float: left;
	width: 150px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.clearimg {
	clear:left;
}

.scalable-rounded {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
}
.scalable-fancy {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 7px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.65);
}
.left {
	width:50%;
	float:left;
}
iframe {border: 1px solid #000000;
	border-radius: 5px;
}
.bigg {
	font-size: 180%;
}
.bigg strong {
	font-weight: 400;
}

Div.a {padding: 0;
	margin: 0;
}
Div.b {padding: 0 0 0 20px;;
	margin: 0;
}
Div.c {padding: 0 0 0 40px;;
	margin: 0;
}
div.box {
  width: 33%;
  margin:0 auto 0 auto;
  padding:10px;
  background-color: #B5A59D;
  opacity: 0.6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 1);
  border-radius: 10px;
  text-align: center;
}
/*
Link Styles
Assign one of the following classes to
Text Links on your page
*/
.text-link-light {
	color: #EEE;
	border-bottom: 1px dotted;
}
.text-link-dark {
	color: #000;
	border-bottom: 1px dotted;
}
.text-link-dark:hover, .text-link-light:hover {
	border-bottom: 1px solid;
}
.text-link-dark, .text-link-light {
	text-decoration: none;
}


/*Media Queries*/

@media only screen and (min-width: 767px) and (max-width: 1100px) {
body {font-size: 85%;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

body {font-size: 80%;}
}

@media only screen and (min-width: 0px) and (max-width: 480px) {

body {font-size: 80%;}
}
