@charset "utf-8";
/* CSS Document */
body {
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color:#878787;
}

a {
	text-decoration: none;
}

.container {
	background-color: #FFFFFF;
	width: 90%;
	max-width: 900px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #ffcc00;
}
.header {
	width: 100%;
	background-color: #001d26;
	overflow: auto;
}
.logo {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 25%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	letter-spacing: 2px;
}
.contact-header {
	float: right;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 2px;
}
.nav-section {
	border-top: 1px solid #001d26;
	width: 100%;
	background-color: #fff;
	overflow: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
/*.nav {
	text-align: center;
	margin-right: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}*/
.nav {
	display: inline;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	overflow: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	transition: all 0.3s linear;
	color: #001d26;
}

.nav a {
	color: #001d26;
	transition: all 0.3s linear;
}

.nav:hover {
	background-color: #001d26;
	color: #FEFEFE;
	cursor: pointer;
}

.nav:hover a {
	color: #FEFEFE;
}

ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.mobile-nav {
	display: none;
}

.main-logo {
	text-align: center;
	font-size: 60px;
	color: #717171;
	font-weight: bold;
	letter-spacing: 4px;
}

.main-logo-blue {
	/*color: #00bbd3;*/
	color: #001b26;
}

.main-logo-yellow {
	color: #ffc000;
}

.sub-logo {
	text-align: center;
	font-size: 14px;
	color: #717171;
	font-weight: bold;
	letter-spacing: 4px;
	padding-bottom: 15px;
}

.photo_title {
	color: #717171;
	text-align: center;
	letter-spacing: 2px;
	font-size: 30px;
}

.pricing {
	background-color: #001d26;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.contact {
	background-color: #fff;
	color: #001d26;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

.contact a {
	color: #001d26;
}

.contact a:hover {
	text-decoration: underline;
}

.images {
	overflow: auto;
}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 0px;
	float: left;
}

.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 565px;
}

.copyright {
	text-align: center;
	background-color: #717171;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer1 {
	background-color: #717171;
	padding-top: 20px;
	padding-bottom: 20PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	text-align: center;
}

.footer_title {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
	font-size: 30px;
}

.button {
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.main-logo-small {
	display: none;
	text-align: center;
	font-size: 8vw;
	color: #717171;
	font-weight: bold;
	letter-spacing: 4px;
	background-color: #fff;
}
.sub-logo-small {
	text-align: center;
	font-size: 14px;
	color: #717171;
	font-weight: bold;
	letter-spacing: 4px;
	padding-bottom: 15px;
}

/* <800 px */
@media (max-width: 750px) {
	.footer_column {
		width: 100%;
	}
}

/* <630px */
@media (max-width: 630px) {
	.container {
		padding-top: 0px;
		padding-top: 0px;
	}
	.nav {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.nav-section {
		padding-top: 1px;
		padding-bottom: 1px;
	}
	#contactdetails {
		display: none;
	}
	.main-logo {
		display: none;
	}
	.sub-logo {
		display: none;
	}
	.main-logo-small {
		display: block;
	}
	.sub-logo-small {
		display: block;
	}
	.logo {
		display: none;
	}
	.header {
		width: 100%;
		text-align: center;
	}
	.logo {
		text-align: center;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.mobile-nav {
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 2px;
		padding-top: 15px;
		padding-bottom: 15px;
		color: #fff;
		background-color: #001d26
	}
}