/* Override default Bootstrap styles
-------------------------------------------------- */
* {background-image: url("./images/1.png");}
.container {
  padding-right: 0px; 
  padding-left: 0px; 
}
.row {
  margin-right: 0px; 
  margin-left: 0px; 
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar {
  margin-bottom: 0px;
}


/* Custom styles
-------------------------------------------------- */


div {
border:0px solid red;
}

.qualifications {
  margin-left: 2em;
  font-size: .5em;
}

.strapline {
  text-align:right;
  margin-right:10%;
}

.bafhp {
  width:50%;
}

.fullheight {
    height: 100%;
    min-height: 100%;
}

.equalcolumns {
  min-height:450px;
}

.darkpanel {
  background-color: #5D83A6;
  color: #ffffff;

}
.lightpanel {
  background-color: #B9C8D6;
  color: #333333;

}


#homefeet {
  padding:20px;
}


h1, h2, h3 {margin-top:0; margin-bottom:0; padding-left:10px;}
.regmember {padding-left:10px; width:24em; padding-top:1em;font-style:italic;}
.h .rc {background-color: #fff;}
.lc {background-color: #B9C8D6;}
.rc {color: #ffffff; background-color:#5D83A6} 

.b .lc p{padding-top:1.5em; padding-right:2em;}



.navbar-brand {display:none;}

.rc {  }

.rc h3 {margin-top:-2em;}
#home .rc h3 {margin-top:-4em;}


.b .lc p.italic { font-style:italic; margin-left:1em; padding-top:.3em;}
.b .lc p.one {margin-top:4em;}

.footer {position:relative; }
.footer p {margin-top:3em;}

.divtable h3{padding-left:1em;}
.divtable ul{padding-left:3em;padding-top:1em;}

.indent {padding-left:2em;}

#prices .b img {
  	float: left;
  	margin: 0 2em 1em 1em;
 }
 #prices .b h3 {
 	margin: 1em 1em 0em 0em;
 	font-weight: normal;
}
 #prices .rc h3 {margin-top:-5em;}
 #prices .b .lc p{padding-top:1em; padding-right:2em;}

.workhours {}

#contact  .b img  { margin: 1em 3em 1em 1em; }
#contact .b h3 {margin-top:1em; }
#map p {padding-left:1.5em; margin-top:.5em;}
#contact .b .lc p{padding-top:.5em; padding-right:1.5em;}
#contact .b h3 {padding-left:0px; }
.git {padding-left:1em;}

#contact h5 {padding-top:.5em;}
#contact .rc h3 {margin-top:-4em;padding-left:1em;}
 
h1 {color:white;}
.header h3 { font-style:italic;padding-right:24px;font-weight:bold;font-size:30px}
.header h2 { margin:0 5px; font-size:18px; }
.header a:link, .header a:visited, .header a:hover, .header a:visited {color:#fff; text-decoration:none;cursor:default; }

 
.header a:active 
@media screen and (max-width: 1199px)	{h1 {color:white;}	.header h1 {} .header h3 {margin:0 5px;font-size:30px}}
@media screen and (max-width: 991px)  	{h1 {color:white;}    	.header h1 {margin:0 5px;font-size:24px} .header h3 {margin:0 5px;font-size:30px}}
@media screen and (max-width: 768px)   {h1 {color:white;}       .header h1 {margin:0 5px;font-size:18px} .header h3 {margin:0 5px;font-size:30px;} .fullheight {height: 150px;}}
 
.telnums {
display:inline-block;
width:3.5em;
text-align:right;
 
}

.right {text-align:right; padding-right:1em; }
 
/* default styles here for older browsers. 
I tend to go for a 600px - 960px width max but using percentages
*/
 
@media only screen and (min-width:960px){
/* styles for browsers larger than 960px; */
 
}
 
@media only screen and (min-width:1440px){
/* styles for browsers larger than 1440px; */
 
}
 
@media only screen and (min-width:2000px){
/* for sumo sized (mac) screens */
 
}
 
@media only screen and (max-device-width:480px){
/* styles for mobile browsers smaller than 480px; (iPhone) */
 
}
 
@media only screen and (device-width:768px){
/* default iPad screens */
 
}
 
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */
 
}
 
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
 
}