body{
 	height: 100%;
 	font-family: 'Montserrat', sans-serif;
}

.container{
	font-size: 18px;
	width: 100%;
	height: 100%;
}
.container-fluid{
	font-size: 18px;
}
.col{
	font-size: 18px;
}
nav{

}
th {
	color: #888888;
	font-size: 16px;
}
tr{
	color: #888888;
	font-size: 16px;
}
li{
	color: #888888
}
p{
	color: #888888;

		
}
.highlight{
	color: #03A4A4;
}
.title1{
	color: #707070;
}
.title2{
	color: #888888;	
}



.img-center {
	margin:0 auto;
}

/*SECTIONS*/
#Header{
	height: 90vh;
}
#containerLogo{
	 margin-top: 5rem;
	 max-width: 800px;
}
#whyPage{
	max-width: 800px;
}
/*change width constraint to all classes*/
#widthConstraint{
	max-width: 800px;
}
.widthConstraint{
	max-width: 800px;
}

.cardsContent{
	width: 100%;

}
.nav-item:hover{
	text-decoration: underline;
	color: #EEEEEE;
}




.footer{
	background: #707070;color: white;
}
	/*LINKS SECTION*/
	.links ul{
		list-style-type: none;
	}
	.links li a{
		color: #FFFFFF;
	    transition: color .2s;
	}

	.links li a:hover{
		color:#4180CB
	}

	/*ABOUT SECTION*/
	.about-company i{
		font-size: 25px;
	}
	.about-company a{
		color:#FFFFFF;
	    transition: color .2s;
	}
	.about-company a:hover{
		color:#4180CB;
	}

.location i{
    font-size: 18px;    
  }
  .location p{
    color:#FFFFFF;
  }
.copyright p{
	border-top:1px solid rgba(255,255,255,.1);
} 