body, html {
	height: 100%;
	min-height: 100%;
	background-color: #548DD4;
	font-family: "Ubuntu", sans-serif;
	margin:0;
	position:relative;
}

h1, h2 {
	margin: 0;
	padding:0;
}


/* PAGE 1: HOMEPAGE */

.page1-container {
	background-color:#4A83CC;
	width: 100%;
	display:table;
	height:100vh;
	background-image:url('images/background1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
}

.page1-subcontainer {
	width:80%;
	margin:auto;
	overflow: hidden;
	position: relative;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.page1-content {
	color: #ebebeb;
	text-align: center;
	position:relative;
	display:inline-block;
	padding:20px;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
	-ms-transition: all 2s ease;
}

.page1-content h2 {
	color: #ffffff;
	font-size: 55px;
	line-height: 48px;
	margin-bottom: 12px;
}

.diamond-image, .diamond-image2 {
    overflow: hidden;
    text-align: center;
	width:100%;   
	height:23px;
	padding:20px 0px;
}

.diamond-image:before {
	background-color:#fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;	
    margin-left: -50%;
	margin-top:-14px;
	margin-right:-1px;
}

.diamond-image:after {
	background-color:#fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
    margin-right: -50%;
	margin-top:-14px;
	margin-left:-1px;
}

.nav {
	text-align:center;
	margin-top:20px;
	width:100%;
	margin:auto;	
}

.nav .list {
	display:inline-block;
	border-bottom:1px solid #ccc;
	height:30px;
	line-height:30px;
	padding:0px;
	color:#fff;
	margin:0px 30px;
	text-transform:uppercase;
}

.nav .list:hover {
	border-bottom:1px solid #555;	
}


/* PAGE 2: ABOUT US */

.page2-container {
	background-color:#fff;
	min-width:80%;	
	text-align:center;
	min-height:100vh;
}

.page2-subcontainer {
	margin:auto;
	width:100%;	
	padding:40px 0px;
}

.page2-header {
	font-size:13px;
	text-transform:uppercase;
	color:#AAAAAA;
	font-weight:700;	
}

.diamond-image2:before {
	background-color:#AAAAAA;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;	
    margin-left: -50%;
	margin-top:-14px;
	margin-right:-1px;
}

.diamond-image2:after {
	background-color:#AAAAAA;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 30%;
    margin-right: -50%;
	margin-top:-14px;
	margin-left:-1px;
}

.page2-subcontainer h2 {
	font-size:50px;
	color:#548DD4;	
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:40px;
}

.page2-content {
	margin-bottom:30px;
	font-size:18px;
	color:#444;	
}

.team-container {
	text-align:center;
	width:70%;	
	display:inline-block;
}

.team-subcontainer {
	display:inline-block;
	width:300px;
	height:400px;	
	text-align:center;
	margin:0px 10px;
	visibility: hidden;
}

.team-image {
	width:250px;
	height:250px;
	border-radius:250px;
	display:inline-block;
	overflow:hidden;	
	border:1px solid #ccc;
}

.team-container h1 {
	font-size:15px;
	color:#333;
	font-weight:700;
	text-transform:uppercase;
	padding:15px 0px 5px 0px;
}

.team-container h2 {
	font-size:12px;
	color:#aaa;
	font-weight:700;
	text-transform:uppercase;
}


/* PAGE 3: WHO WE WORK WITH */

.page3-container {
	background-image:url('images/background2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	min-height:100vh;
}

.page3-subcontainer {
	width:100%;
	margin:auto;
	text-align:center;
	padding:40px 0px 0px 0px;	
}

.page3-subcontainer h2 {
	font-size:50px;
	color:#fff;	
	font-weight:700;
	text-transform:uppercase;
}

.page3-content {
	width:95%;	
	padding:4% 0;	
	display:inline-block;
}

.page3-content img {
	width:120px;
	height:80px;
	display:inline-block;
	border:1px solid #ccc;
	border-radius:5px;
	margin:4px 10px;
}

.page3-quote {
	font-size:30px;
	color:#fff;
	padding-bottom:20px;
}


/* PAGE 4: CONTACT */

.page4-container {
	background-color:#fff;
	min-width:100%;	
	min-height:100vh;
	position:relative;
	text-align:center;
}

.page4-subcontainer {
	margin:auto;
	width:95%;	
	padding:40px 0px;
	display:inline-block;
}

.page4-header {
	font-size:13px;
	text-transform:uppercase;
	color:#AAAAAA;
	font-weight:700;	
}

.page4-subcontainer h2 {
	font-size:50px;
	color:#548DD4;	
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:30px;
}

.page4-content {
	padding:0px 0px;	
	font-weight:700;
	text-transform:uppercase;
	color:#444;
}

.page4-content h1 {
	font-weight:700;
	text-transform:uppercase;
	color:#bbb;
	font-size:14px;	
	padding-top:30px;
	padding-bottom:10px;	
}

.form {
	text-align:center;
	display:inline-block;	
	vertical-align:top;
	margin:0px 10px;
}

.form-input, .form-input-area {
	padding:10px 10px;
	width:300px;
	margin:5px 0px;	
	border:1px solid #ccc;
	font-size:20px;
}

input, textarea {
	font-family: "Ubuntu", sans-serif;
	font-size:12px;
	font-weight:500;
}

.form-button {
	background-color:#548DD4;
	color:#fff;
	border:1px solid #444;
	height:30px;
	width:100px;
	line-height:30px;
	margin-top:20px;
	cursor:pointer;
	margin-bottom:50px;
}

.form-button:hover {
	background-color:#444;	
}

.footer-container {
	width:100%;	
	background-color:#548DD4;
	position:absolute;
	bottom:0;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:13px;
	border-top:1px solid #aaa;
}

.footer {
	width:100%;
	margin:auto;	
}

.footer a {
	color:#fff;	
	text-decoration:none;
}


@media all and (max-width: 640px) and (min-width: 0px) {
	
	.page1-container {
		background-image:none;
	}
	
	.page1-content h2 {
		font-size: 30px;
		line-height: 35px;
		margin-top:50px;
	}
	
	.team-container {
		width:95%;	
	}
	
	.page3-container {
		background-image:none;
	}
	
	.form-input, .form-input-area {
		width:200px;
	}
	
	.footer-container {
		font-size:10px;
	}
	
}