.welcome-header {
	background: url('../img/welcome.png') no-repeat;
	background-size: cover;
	height: 70vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.welcome-header-button,
.welcome-header-button:hover,
.welcome-header-button:visited,
.welcome-header-button:active {
	background: #fff;
	color: #000;
	min-width: 200px;
	font-size: 18px;
	padding: 3px 0;
	text-transform: none;
}

/* What we do */
.what-we-do {
	background: url('../img/what-we-do.jpg') top left no-repeat;
	background-size: cover;
}

.what-we-do-intro-container {
	margin: auto;
}

.what-we-do-intro-container h1 {
	color: #1876d2;
	font-size: 44px;
}

.what-we-do-intro-container h3 {
	color: #1876d2;
	font-size: 30px;
}

.what-we-do-intro {
	font-size: 24px;
    color: #000;
}

/* Our People */
.our-people {
	background: #f0f6ff;
}

.our-people h1 {
	color: #1876d2;
	font-size: 44px;
}

.our-people h3 {
	color: #000;
}

.our-people .uk-icon-button {
	width: 50px;
    background: #303030;
    height: 50px;
    color: #fff;
}

.our-people-intro {
	font-size: 18px;
	color: #000;
	text-align: left;
	margin: 20px 0;
}

.our-people-img {
	width: 200px;
	display: block;
	margin: auto;
}

/* Advisors */
.advisors {
	background: #f7faff;
}

.advisors h1 {
	color: #1876d2;
	font-size: 44px;
	position: relative;
}

/* Read more text */
.read-more {
	max-height: 110px;
    overflow: hidden;
}

/* Company Logo */
.company-logos {
    background: #d8e5f8;
}

.company-logos h1 {
	color: #1876d2;
    font-size: 44px;
    position: relative;
}

.company-logo img {
	max-height: 80px;  
}

@media only screen and (max-width: 639px) {
	
	header {
		height: 70px;
	}
	
	.what-we-do-intro {
		font-size: 20px;
	}
	
	.community-brand {
		padding-left: 0;
	}
	
	.corporate-header-image {
		background-position: right;
	}
	
	.section-tabs .uk-tab li.uk-active {
		height: 50px; 
		padding: 0; 
	}
	
	h1.background-slider-heading {
		font-size: 24px;
	}
	
	h3.background-slider-heading {
		margin-top: 0;
	}
	
	.header-image-content h1 {
		font-size: 30px;
	}
	
	.welcome-header {
		height: 100vh;
	}
	
	.company-logos h1,
	.our-people h1,
	.advisors h1 {
		text-align: center !important;
	}
}