body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
}

h4, h3, h2, p, ul{
	font-family: "Nunito", sans-serif!important;
}

h2, h3{
	text-transform: uppercase;
}

h2{
	padding: 40px 0px;
	font-size: 35px!important;
}

h3{
	font-size: 30px!important;
	padding-bottom: 15px;
}

p, ul{
	font-size: 20px;
}

video{
	width: 80%;
}

.fas{
	color: #e66b25;
	margin-right: 10px;
}

.full-height-img{
	height: 70vh;
	overflow: hidden;
}

.blue-bg{
	background-color: RGB(81, 170, 197);
}

.orange-bg{
	background-color: RGB(210, 60, 21);
}

.green-bg{
	background-color: RGB(73, 122, 42);
}

.o2d-bg{
	background-color: #e66b25;
	color: white;
}

.green-bg, .blue-bg, .orange-bg{
	padding: 20px;
	color: white;
}

.font-12{
	font-size: 12px;
}

#home{
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/background.jpg);
	background-size: cover;
	position: relative;
}

#home-img-wrap{
	text-align: center;
}

#home-img-wrap img{
	width: 100%;
}

header{
	height: 20vh;
}

#logo{
	width: 60%;
	max-width: 300px;
	min-width: 100px;
}

#arriva-wrap{
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#arriva-wrap img{
	height: 30px;
}

#award-wrap{
    width: 100%;
    background-color: RGB(81, 170, 197);
/*    background-color: white;*/
    text-align: center;
}

#award-wrap img{
    margin: 10px auto;
	max-width: 50%;
}

#contact-wrap{
	padding-top: 10px;
}

#contact-wrap h4{
	font-size: 16px;
}

#loginBtn{
	position: absolute;
	bottom: 5px;
	right: 40px;
	color: black;
	transition: .2s;
}

#loginBtn:hover{
	text-decoration: none;
	color: #e66b25;
}

.row{
	margin: 0px!important;
}

#page2-img{
	background-image: url(../img/london.jpg);
	background-size: cover;
	background-position: center;
}

#page3-img{
	background-image: url(../img/construction-worker.jpg);
	background-size: cover;
	background-position: center;
}

#page4-img{
	background-image: url(../img/london-graphic.jpg);
	background-size: cover;
	background-position: center;
}

#page5{
	padding: 0px 50px;
}

#page5 img{
	width: 200px;
}

#page6 img{
	width: 250px;
}

#page6 h4{
	color: #e66b25;
}

.arrows{
	width: 40px!important;
}

.env-item{
	margin-bottom: 30px;
}

.space-line{
	width: 80%;
	height: 1px;
	background-color: #E1E1E1;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.uses-img, .uses-text{
	padding: 20px 0px;
}

footer{
	background-color: #272626;
	color: white;
	height: 55px!important;
	line-height: 55px;
	vertical-align: middle;
	text-align: center;
}

@media only screen and (min-width: 768px){
	#home-img-wrap img {
		width: 70%;
	}
	
	.right-img{
		text-align: left;
	}
	
	.left-img{
		text-align: right;
	}
	
	#page6 img{
		width: 60%;
	}
	
	footer{
		padding-left: 50px;
		text-align: left;
	}
}

@media only screen and (min-width: 992px){
	#home-img-wrap img {
		width: 50%;
	}
	
	h2{
		font-size: 65px!important;
	}
	
	h3{
		font-size: 45px!important;
		padding-bottom: 30px;
	}
	
	p, ul{
		font-size: 20px;
	}
	
	.full-height-img{
		height: 100vh;
	}
	
	.full-height{
		height: 100vh;
	}
	
	#arriva-wrap{
		position: absolute;
		top: 20px;
		left: 20px;
	}
	
	#arriva-wrap img{
		height: 40px;
	}
    
    #award-wrap{
        position: absolute;
        top: 0px;
        right: 10px;
        background-color: rgba(0,0,0,0.00);
        width: unset;
    }
    
    #award-wrap img{
        height: 120px;
		max-width: 100%;
    }
	
	#contact-wrap{
		padding-top: 50px;
	}
	
	#contact-wrap h4{
		font-size: 1.5em;
	}
	
}

@media only screen and (min-width: 1500px){
	p, ul{
		font-size: 28px;
	}
}