@charset "utf-8";
body {
	margin:0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-size:18px;
}

h1 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 800;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
    margin-top: 10px;
}

h2 {
	font-size: 36px;
    font-weight: 700;
    color: black;
    line-height: 60px;
    padding-left: 85px;
}

#top {
	background-color: #1a99d5;
}

.top {
	width: 1170px;
	margin:auto;
	display:inline-block;
}

.top1 {
	position:absolute;
}

.top2 {
    float: right;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    padding: 15px 0;
}

.top2 p {
	margin: 0;
}

#header {
	background-image:url(images/header.jpg);
}

.header {
	padding: 18px 0;
}

#content {
	background-color: #1a99d5;
	font-size: 18px;
}

.content {
	width:990px;
	margin:auto;
	padding: 20px 0;
}

.content p {
	line-height: 30px;
}

.services {
	width:1170px;
	margin:auto;
	color:#1a99d5;
	padding-bottom: 30px;
    padding-top: 10px;
}

.service:before {
	content: "";
    display: table;
}

.service:after {
	clear: both;
}

.services1 {
	width: 50%;
	float:left;
	text-align: left;
	display: inline-block;
}

.services1 h2 {
    background-image: url(images/icon1.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
	margin-bottom: 0;
}

.services2 {
	width: 50%;
	text-align: left;
	display:inline-block;
}

.services2 h2 {
    background-image: url(images/icon2.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
	margin-bottom: 0;
}

ul {
	padding-left: 30px;
}

li {
	line-height:30px;
}

#contact {
	background-color: #f7f7f7;
	color: black;
}

.contact {
	width:990px;
	margin:auto;
	padding: 20px 0 40px;
}

.contact h1 {
	border-color:black;
}

input {
	font-size: 16px;
    padding: 10px 20px;
    width: 300px;
    margin-bottom: 17px;
    border: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1)
}

.button {
	font-size:18px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#1a99d5;
	box-shadow: none;
	width:340px;
}

.button:hover {
	background-color:#006699;
	cursor:pointer;
}

#footer {
	background-image:url(images/footer.jpg);
	font-size: 36px;
	font-style:italic;
	background-size: cover;
   	background-position: center;
}

.footer {
	padding:135px 0;
	width:990px;
	margin:auto;
	
}

#copyright {
	background-color:black;
	padding: 25px 0;
	font-size:14px;
}

/* RESPONSIVE */
@media (max-width: 1170px) {
    .top, .header, .content, .services, .contact, .footer, #copyright {
		width:100%;
	}
	
	.top1 {
		margin-left: 30px;
	}
	
	.top2 {
		margin-right: 30px;
	}
	
	#content, #contact, #footer {
		padding: 0 30px;
	}
}

@media (max-width: 870px) {
	.tagcloud {
   		width: 90%;
   		height: auto;
    	padding: 5%;
	}
	
	.services1, .services2 {
		width: 96%;
		float: none;
		padding: 0 2%;
	}
	
	#footer {
		font-size: 24px;
	}
}

@media (max-width: 600px) {
	.top1 {
		width: 30%;
	}
	
	.top2 {
		font-size: 20px;
    	line-height: 20px;
	}
	
	.logo {
		width: 100%;
		height: auto;
	}
	
	input {
		width: 90%;
    	padding: 10px 5%;
	}
	
	.button {
		width: 100%;
	}
}