.w3-bold { font-weight:bold; }
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
.w3-pointer { cursor:pointer; }
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.topnav { 
	height:66px!important;
	margin-top:auto!important; 
	margin-bottom:auto!important; 
	padding-top:16px!important;
	
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
    /*background-attachment: fixed;/**/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.footerimg-1 {
	background-image: url('/gallery/B52%20Brewery/electrifiedservices.com%20-%20B52%20brewery%20-%20IMG_3024.JPG');
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	height:auto;
}

.bgimg-1 {
    background-image: url('/images/electrifiedservices.com%20-%20B52%20brewery%20-%20IMG_3032-mobile.jpg');
	/*min-height: 300px;/**/
	min-height:50%; 
	width:100%;
	height:auto;
}
@media (max-width:370px) {
	.w3-hide-xsmall {
		display:none;
	}
}

@media (min-width:601px) {
	 .bgimg-1 {
		 background-image: url("/gallery/B52%20Brewery/electrifiedservices.com - B52 brewery - IMG_3032.JPG");
     	 min-height: 450px;
		 height:50%;
	 }
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url("/gallery/Pearland/electrifiedservices.com%20-%20Pearland%20-%20IMG_1918.JPG");
    min-height: 200px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("/gallery/Pearland/electrifiedservices.com%20-%20Pearland%20-%20IMG_1975.JPG");
    min-height: 200px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

