html,
body {
    /*background-color: #fff;*/
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/*
.wrapper {
}
*/

/*Main elements>*/
p {
    font-family: 'Lato', 'Arial', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.3em;
    color: #6d6a6a;
}

img {
    width: 100%;
    height: auto;
	padding-right: 2em;
}

h2 {
	display: relative;
	font-size: 160%;
	word-spacing: 2px;
	margin-bottom: .5em;
	letter-spacing: 1px;
	color: #555;
}

h2:after {
	display: block;
	height: 2px;
	background-color: #fa7c1f;
	content: " ";
	width: 75%;
	margin: 0 auto;
	padding-top: 5px;
}

h5 {
	display: relative;
	font-size: 120%;
	word-spacing: 2px;
	margin-bottom: .5em;
	letter-spacing: 1px;
}

.location p {
	display: relative;
	font-size: 100%;
	margin-bottom: .5em;
	color: black;
}

/* Clearfix */
.clearfix {zoom: 1;}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.vertical-align {
    padding-top: 10%;
}

.text-align-center {
    text-align: center;
}

.footer {
	width: 100%;
	padding-top: 4px;
	font-weight: 175;
	font-size: 12px;	
	background-color: #BABABA;
	text-align: center;
}

.row {
	padding-bottom: 1em;
}

/* Jumbotron formating */
.jumbotron {
	margin-bottom: 0% !important;
	background-color: #ffffffc7 !important;
	/*background-image: url("../images/blue-globe.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: top right;
	background-size: 75%;
	background-repeat: no-repeat;*/
	z-index: -1;
}

.jumbotron h1 {
	color: rgba(91,91,91,1.00);
	font-weight: 500;
	font-size: 3em;
	text-shadow: 5px 4px #0004;
	text-indent: 15%;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
	background-color: #ffffff;
}

.intro {
	padding-bottom: 2em;
	margin-bottom: 2em;
}

.services {
	background-color: #D1D1D1;
	padding-bottom: 2em;
	min-height: 100vh;
}
.services h2 {
	padding-top: .75em;
	padding-bottom: 1em;
	color: #555;
}
.services ul {
	list-style: none;
	color: #555;
}

.services h4 {
	color: #555;
	font-size: 115%;
}
.contactus {
	min-height: 95vh;
	background-color: #D1D1D1;
	padding-top: 1em;
	padding-bottom: 1em;
}

.employ {
	min-height: 95vh;
	background-color: white;
	font-size: 100%;
	padding-top: 1em;
}
.location {
	min-height: 95vh;
	background-color: #D1D1D1;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 3em;
}

.about {
	padding-top: 0.5rem;
}

.spacing {
	padding-top: 55px;
}

.section-images {
    width: 100%;
	padding: 0px;
}

.pcolor {
	color: red;
	font-style: normal;
	font-weight: 350;
}

.card-body {
	padding: 1em .75em;
}

.pItem {
	text-align: left;
	padding-top: 5px;
}

.employ ul {
	font-size: 90%;
}

.employ p {
	font-size: 90%;
}

.map {
	text-align: center;
}

.values {
	min-height: 95vh;
	padding-top: 1em;
	padding-bottom: 1em;
}

.values h2 {
	padding-top: .75em;
	padding-bottom: 1em;
	color: #555;	
}

.pTop {
	margin: left;
	padding-top: 1em;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.sidenav {
	font-family: 'Lato', 'Arial', sans-serif;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(17,17,17,0.76);
	overflow-x: hidden;
	padding-top: 55px;
	transition: .3s;
}

.sidenav a{
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	text-indent: 10px;
	color: rgba(75,95,255,1.00);
	transition: .2s;
}

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

.ecaMenu {
	color: rgba(255,243,243,1.00);
	font-weight: 500;
	font-size: 1.5em;
	text-shadow: 4px 3 px #0009;
    padding-left: 1.1em;	
}

.top-logo {
	position: fixed;
	color: rgba(91,91,91,1.00);
	font-weight: 100;
	font-size: 1em;
	text-shadow: 3px 2px #0004;
	right: 3px;
	z-index: 1;
	display: none;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}
@media screen and (max-height: 840px) {
	.footer {display: none;}
	.map {width: 100%;}
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


