@import url('https://fonts.googleapis.com/css?family=Oswald:400,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');

body{ font: 16px/1.6 'Oswald', sans-serif;  }
body p{ font: 16px/1.6 'Lato', sans-serif; }
h1{ font-size: 28px; margin: 15px 0 15px; }
h2{ font-size: 24px; margin-top: 0; }
h3{ font-size: 20px; margin-top: 0; }
h4{ font-size: 18px; margin-top: 0; }

div#home #navhome,
div#about #navabout {
	color: #1E90FF!important;
}

.navbar {
	float: left!important;
	width: 100%;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 5px solid #1E90FF;
	background: #1C1C1C!important;
}
.navbar a {
	float: left!important;
	text-align: left!important;
	text-transform: uppercase;
}

.navbar a {
	color: #fff!important;
}
.navbar a:hover {
	color: #1E90FF!important;
}

#home {
	float: left;
	min-width: 100%!important;
	min-height: 100%!important;
	border-bottom: 8px solid #1E90FF;
}
#about {
	float: left;
	margin-top: 25px;
	min-width: 100%!important;
	min-height: 100%!important;
	border-bottom: 3px solid #333;
}
#services {
	float: left;
	margin-top: 25px;
	min-width: 100%!important;
	min-height: 100%!important;
	border-bottom: 3px solid #333;
}
#blog {
	float: left;
	margin-top: 25px;
	min-width: 100%!important;
	min-height: 100%!important;
	border-bottom: 3px solid #333;
	margin-bottom: 25px!important;
}
#contact {
	float: left;
	margin-top: 25px;
	min-width: 100%!important;
	min-height: 100%!important;
	border-bottom: 3px solid #333;
	margin-bottom: 25px!important;
}

.service-list {
	float: left;
	width: 100%!important;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.service-item {
	float: left;
	width: 320px;
	height: auto;
	margin-right: 25px;
	text-align: center;
	margin-top: 10px;
	border-right: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.blog-list {
	float: left;
	width: 100%!important;
	height: auto;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}
.blog-item {
	float: left;
	width: 46%;
	height: auto;
	margin-right: 25px;
	text-align: left;
	margin-top: 10px;
	background: #f4f4f4;
	border: 2px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.button {
	background: #1E90FF;
}
.button2 {
	background: #008080!important;
}
.button2:hover {
	background: green!important;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

img {
	margin-bottom: 15px!important;
}

.p-contact {
	float: left;
	width: 100%;
	height: auto;
}
.contact-form {
	float: left;
	width: 42%!important;
	max-width: 100%!important;
	height: auto;
	margin-bottom: 20px;
	margin-right: 3%!important;
}
.contact-form form {
	background: #333;
	padding: 20px;
	margin-bottom: 20px;
}
.contact-form form label {
	color: #fff;
}
.contact-form form input, .contact-form form select, .contact-form form textarea {
	border-radius: 0!important;
}
.contact-form .spn-form, .contact-info .spn-form {
	padding: 20px;
	float: left;
	color: #fff;
	width: 100%;
	height: auto;
	background: #000;
	margin-bottom: 10px;
}
textarea {
	padding-bottom: 50px;
	max-width: 100%;
	min-width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 300px;
}

.contact-info {
	float: left;
	width: 52%!important;
	max-width: 100%!important;
	height: auto;
	margin-bottom: 20px;
	background: #333;
}
.contact-info .infos {
	text-align: left;
	color: #fff;
}
.contact-info .infos p {
	margin-left: 10px;
}

.top-msg {
	float: left;
	text-align: center;
	background: orange;
	width: 100%;
	height: auto;
	padding: 3px;	
	border-bottom: 3px solid darkorange;	
	color: #000!important;
}	

@media screen and (max-width: 1000px) {
	img {
		float: left;
		min-width: 100%!important;
		margin-right: 0px!important;
	}

	.service-item {
		min-width: 100%!important;
		border-right: none;
		border-bottom: 2px solid #ccc;
	}

	.blog-item {
		min-width: 100%!important;
	}

	.contact-form, .contact-info {
		min-width: 100%!important;
	}
}