@charset "utf-8";
/* CSS Document */


.homeservicetitle{
	background-color:rgba(237,20,144, 0.10);
	border: 2px solid #ED1490; 
	border-radius: 8px;

}
.homeservicetitle h2{
	color:white;
	font-size: 22px;
	font-weight:bold

}

#headingwrapper {
	width:94%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	padding: 6px;
}

#heading{

	background:linear-gradient(0deg, rgba(0,0,0, 0.1), rgba(0,0,0, 0.9)), url(../images/background.jpg);
	background-position:center;
	background-size:cover;
	height:auto;
	text-align:center;
	padding:0px;
	
	
}

#heading-condensed{
	height:auto;
	text-align:center;
}

#heading-top{
	width:100%;
	padding-top:0px;
	height:auto;
	min-height:375px;
	background-color:rgba(28, 66, 113, 0.10);
	
}

#heading-top-left{
	width:45%;
	float:left;
	padding-top:15px;
	max-width: 350px;
	
}

#heading-top-right{
	width:53%;
	padding-left:1%;
	padding-right:1%;
	float:right;
	vertical-align: bottom;
	padding-top:100px
	
}

#heading-bottom{
	width:100%;
	padding-top:0px;
	background-color:rgba(100,45,145, 0.60);
	
}

#logodiv{
	height:auto;
	width:auto;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

#logodiv-condensed{
	height:auto;
	width:40%;
	max-width:500px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	float:left

}

#logo{
	width:100%;
	max-width:500px
}

#logo-condensed{
	height:auto;
	max-height:300px;

}

.headingblock {
	text-align:center;
	padding: 70px 30px;
	
}

.menubutton{
	margin-top:5px;
	margin-bottom:5px;
}



#menu-alt{
	display:none;
}

#menu-alt-condensed{
	display:none;
}

#menu-condensed{
	float: right;
    width: 55%;
    padding-right: 20px;
	padding-top:20%
}

#phone{
	font-size:28px;
	text-align:right;
	color:#fff
}

#phone-alt{
	margin-right:60px;
	font-size:28px;
	text-align:right;
	color:#fff;
	font-weight:bold;
	padding-right:40px
}

#heading-bounding-box{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}



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



#logodiv-condensed{
	float:none

}

#menu{
	display:none;
}

#menu-condensed{
	display:none;
}

#menu-alt{
	display:inline-block;
	margin-top:25px;
	
}
#menu{
	display:none;
}

#menu-condensed{
	display:none;
}


#menu-alt-condensed{
	display:inline-block;
	position:relative;
	z-index:20;
	margin-top:5px;
	
	
}

#heading{
	height:auto;
	
}

#heading-top-left{
	float:none;
	width:100%;
	text-align:center
	
}

#heading-top-right{
	float:none;
	width:98%;
	text-align:center;
	padding-top:0px
	
}

#phone{
	display:none
}

#phone-mobile{
	display:block;
	font-size:18px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	padding-top:10px
	
	
}


#logodiv-condensed{
	width:auto;

}

}