header {
	background-color: black;
}
h1 {
	font-size: 50px;
	font-family:'Poppins', sans-serif;
	font-weight:600;
	margin-top:20vmin
}
h3 {
	font-size:26px;
	font-weight: 600;
	margin-top:30px;
	margin-bottom:30px;
}
p {
	font-size: 24px;
}
p a ,p a:hover, p a:active, p a:focus{
	display: inline-block;
	color:black;
	border-bottom:2px solid black;
	padding-bottom:2px;
	border-bottom-style: dashed;
	font-weight: 600;
}
a:focus, a:active, a:hover  {
	text-decoration: none;
}
a, p, ul, li, h3, h2, .btn, .btn:focus,#WhatWeDo {
	font-family:'Poppins', sans-serif;
}
li {
	color: white;
	margin-bottom: 6px;
	list-style-type: none;
}
.navbar a:hover , .link a:hover {
	color:#ffcc33;
}
.navbar li a:hover,.navbar li a:focus {
	background-color: black;
}
.navbar a {
	color:white;
	padding-left:40px;	
	font-weight:600;
}
.navbar-custom {
	padding-top:20px;
	margin-bottom: 0;
}
.navbar-header img {
	margin-top:21px;
}
#home {
	background-color:black;
	margin-top: -2px; 
}
#home ,#whoWeAre {
	height:98vh;
}
#home h1, #home h2 {
	color:white;		 
}
#home h2 {
	margin-top:7vmin;
	margin-bottom:7vmin;
}
.btn-bock {
	background-color:black;
	text-decoration:none;
}
.btn, .btn:focus {
	 border:3px solid #ffcc33;
	 font-size:20px;
	 width:200px;
	 color:#ffcc33;
	 text-decoration:none;
	 font-weight:600;
 }
.btn:hover {
	 background-color:#ffcc33;
	 color:black;
}
#whoWeAre, #WhatWeDo, #Contact, #home {
	position:relative;
}
#whoWeAre .container p:nth-child(2) {
	margin-top:7vmin;
	color:black;
	line-height: 1.6;	
	font-weight: 400;
}
#whoWeAre a:hover{
	color:black;
	text-decoration: none;
}
#whoWeAre .material-icons ,#whoWeAre h1 {
	color:black;
}
.footer, .footer3 {
	position:absolute;
	bottom:-3px;
	width:100%;
	height:13vh;
	overflow: hidden;
}
.footer3 {
	margin-top:100px;
	position:relative;
}
#WhatWeDo {
	background-color:black;
	color:white;
}
#WhatWeDo h1 {
	margin-top:100px;	
}
#WhatWeDo a {
	color:white;
	border-bottom: 2px dashed #fff;
}
.logos div {
	height: 120px;
	margin-bottom:70px;
}
#WhatWeDo li {
	font-size:14px;
}
#WhatWeDo li:before {
  content: "-  ";
}
#WhatWeDo ul {
	margin:0;
	padding:0;
	margin-bottom:40px;
}
#Contact {
	height:90vh;
}
#Contact h1 {
	margin-bottom:8vmin;
	color:black;
	margin-top:18vmin;
}
#Contact p {
	margin-bottom:50px;
	color:black
}
.address a:hover {
	color: #ffcc33;
	text-decoration: none;
}
.address a {
	color:white;
	font-weight: bold;
}
.address li {
	opacity: 0.6;
}
.address li:last-child {
	opacity: 1;
	color:rgb(150, 148, 148);
}
.important {
	padding-top:20px;
}
.link a {
	color:white;
}
.contactAddress ul, .contactLink ul {
	margin-bottom:3vmin;
	margin-top:20px;
	padding:0;
}
.contactLink a {
	font-weight: 600;
} 
#findUs {
	background-color:black;
	padding-top: 10px;
}
#WhatWeDo .capabilities {
	opacity: 0.5;
	margin-top:50px;
}
#arrow {
	display: none;
}
#arrow a {
	position: fixed;
	right: 0;
	bottom: 0;
}
#arrow i {
	margin: 20px;
	width: 48px;
	height: 48px;
	text-align: center;
	background-color: #A8A8A8;
	color: #000;
	font-size: 48px;
}
.collapsed .cls {
    display: none;
}
.navbar-toggle .menu , .collapsed .cls {
    display: none;
}
.collapsed .menu {
    display: block;
}
.cls,.menu {
    font-size: 48px;
    color:white; 
}
a + .material-icons {
	position: relative;
	top:5px;
}
::selection {
	background-color: #ffcc33;
	opacity: 0.3;
}
::-moz-selection{
	background-color: #ffcc33;
	opacity: 0.3;
}
/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) { 
	h1 {
		font-size:24px;
	}
	p {
		font-size: 17px;
		margin-bottom: 10vmin;
	} 

	.navbar-header button {
		background-color: black;
		margin-right:5px;
	}
	.icon-bar {
		background-color:white;
	}
	.navbar {
		background-color: black;
		width: 100%;
		top:0;
		text-align: center;
		z-index: 99;
		position: absolute;
	}
	.content {
		top:60px;
		position: relative;
	}
	.nav>li>a {
		color: white;
		font-size: 24px;
		margin-bottom: 50px;
		font-weight:600;
	}
	.nav>li>a:focus, .nav>li>a:hover {
		background-color: black;
	}
	.collapse.in {
		height: 90vh;
		background-color: black;
	}
	.collapsing {
		box-shadow: none;
	}
	.navbar-header img {
		float:left;
		margin: 40px 0 0 15px;
	    width: 75px;
	    height: 28px;
	}
	.navbar-header {
		height: 90px;
	}
	#home h1 {
		margin-top: 90px;
		margin-bottom: 50px;
	}
	#home h2 {
		font-size: 19px;
		margin-bottom: 50px;
	}
	#home .content a {
		width: 160px;
		height: 40px;
		font-size: 17px;
	}
	.nav>li:first-child { 
       margin-top:20%;
    }
	#WhatWeDo h1{
		margin-top: 30px;
	}
	#WhatWeDo .material-icons{
		font-size: 24px;
		font-weight: 600;
	}
	#WhatWeDo ul {
		margin-bottom: 30px;
	}
	#Contact h1 {
		margin-bottom: 35px;
	}	
	#Contact > .container > p:last-child, #Contact p a {
		font-weight: bold;
		font-size:18px;
	}
	#WhatWeDo .col-xs-6 {
		margin-bottom: 20px;
	}
	.navbar-collapse{
		border:none;
		box-shadow: initial;	
	}
	.important {
		padding-bottom:30px;
		color: white;
	}
	.contactAddress .important a {
		color: white;
	}
	@media screen and (orientation:landscape) {
		.nav>li>a {
			color: white;
			font-size: 20px;
			margin-bottom: 5px;
		}
		#navbar{
			margin-top: -60px;
		}
		#home h1{
			font-size: 20px;
			margin-bottom: 5px;
			margin-top: 49px;
		}
		#home h2{
			font-size: 16px;
			margin-bottom: 25px;	
		}
		#whoWeAre h1{
			margin-top:0;
		}
		#Contact h1 {
			margin-top:0;	
			margin-bottom: 10px;
		}
	} 
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
	h1{
		font-size: 36px;
	}
	#home h2{
		font-size: 26px;
	
	}
	#home .content a{
		width: 140px;
		height: 40px;
		font-size: 14px;
	}
	#whoWeAre h3, #whoWeAre p {
		font-size: 20px;
	}
	#WhatWeDo h3{
		font-size:16px;
	}
	#WhatWeDo h3:first-child,p {
		font-size: 20px;
	}
	#WhatWeDo li {
		font-size: 14px;
	}
	#WhatWeDo ul {
		margin-bottom: 25px;
	}
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
	
}