

header{
    
    /*position: fixed;*/
    background-color: white;
    box-sizing: border-box; 
    width: 100%;   
}


.header-container {
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%; 
}



.main-logo {
	flex: 1 1 auto;
	max-width: 320px;
	margin: auto;
	
}

.main-phone-container {
	flex: 1 1 auto;	
	text-align: center;
	font-size: 2.5em;
	margin:auto;	
	
}


.main-phone-container a {
	white-space: nowrap;

}

.cta-above-phone {
	display: none;
}


.main-nav {
	display: none;
	align-self: flex-end;

}

.main-nav ul {
	list-style-type: none;	

	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	width: 100%;

}


.main-nav ul li {
	display: inline;
	font-size: 1.7em;
	white-space: nowrap;
}


.main-nav ul li:hover {

	transition: .7s;
	
	
	border-top: solid;
	border-bottom: solid;
	border-color: red;
	border-width: 3px;
	/*font-weight: bold;*/
}


.current-active-link {
	border-bottom: solid;
	border-color: red;
	border-width: 3px;
}


.mobile-menu-button {
	position: absolute;
	top: 0;
	right: 0;
}


.mobile-menu-button div {
	width: 35px;
    height: 5px;
    background-color: #e42216;
    margin: 6px 0;
}


.mobile-menu-button:hover {
	cursor: pointer;
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1717;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: .7s;
    padding-top: 60px;
    opacity: .9;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 28px;
    color: white;
    display: block;
    transition: 1s;
    text-align: center;
}

.sidenav a:hover {
    color: #f1f1f1;
    border-width: 1px;
    border-color: #f1f1f1; /*#1d5397; */
    border-style: solid;
    background-color: #e42216;
    font-weight: bold;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}








.color-main-color 
{
	color: black!important; /*#e42216!important;*/
}

.color-main-color-header 
{
	color: #e42216!important; /*#e42216!important;*/
}



.background-color-main-color 
{
	background-color: #e42216!important;
}

.bkg-hover-main-color:hover{
    background-color: #e42216!important;
    border-color: white;
    color:white!important;
}


.bkg-hover-transparent:hover{
    background-color: transparent!important;
    border-color: white;
}


.background-color-transparent {
	background-color: transparent!important;

}



.service-types-container {

	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;

	margin-right: 2em;
	margin-left: 2em;



}


.service-types-container div {

	flex: 1 1 auto;	
	margin: auto;
	max-width: 700px;

}


.service-types-header {
	font-size: 2.7em;
	font-weight: bold;
	white-space: nowrap;
}


.service-types-button-container {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: center;
}


.service-types-button-container div {
	margin-right: 3em;
	margin-left: 3em;
}



 /*   delete if not used */
.our-services-container 
{
	display: -webkit-flex;
	display: flex;
	width: 75%;  
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;	
	-webkit-justify-content: space-around;
	justify-content: space-around;	
	margin: auto;
}

.our-services-container-top, .our-services-container-bottom
{
	display: -webkit-flex;
	display: flex;
	width: 100%;  
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;	
	-webkit-justify-content: space-around;
	justify-content: space-around;	

}

.our-services-container-top div, .our-services-container-bottom div
{ 
	display: -webkit-flex;
	display: flex;
	width: 70%;
	height: 88px;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	background-color: lightgrey;
	padding: 5px;
	margin: 7px;
	text-align: center;
}


.our-services-container span
{
	color: #436ea4;
	margin: auto;
	font-size: 1.3em;
	font-weight: bold;
}


/*   END delete if not used */


.about-us-main-content {
	text-align: justify;
    text-justify: inter-word;
}





@media screen and (min-width : 444px) 
{

	.mobile-menu-button div {
		width: 50px;
	    height: 7px;
	    background-color: #e42216;
	    margin: 7px 0;
	}
}



@media screen and (min-width : 750px) 
{
	.our-services-container-top, .our-services-container-bottom
	{	    		
		flex-wrap: nowrap;
	}


	


}




@media screen and (min-width : 1212px) 
{
.service-types-container {
	
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;

		margin-right: 3em;
		margin-left: 3em;
	}

	.service-types-container div{

		margin: 0 2em;

	}
}




@media screen and (min-width : 1313px) 
{
	.mobile-menu-button {
		display: none;
	}


	.header-container {
		display: flex;
		flex-flow: row;
		flex-wrap: nowrap;
		justify-content: space-around;	

		margin-right: 3em;
		margin-left: 3em;	
	}

	.main-phone-container {
		order: 1717;
	}


	.main-nav {
		display: block;
		flex: 1 1 auto;		
	}

	.cta-above-phone {
		display: block;
	}	
	
	.main-nav ul li {
		display: inline;
		font-size: 2em;
	}

}


