/* ==========================================================================
   Custom Stylesheet
   ========================================================================== */

.offsetme {
	margin-top: 160px;
}

.infotext {
	font-size: 250%;
	padding: 4px;
	font-weight: bold;
	margin-top: 8px;
}

img {
	max-width: 100%;
}

.mycontent {
	padding: 30px;
}

ol li {
	padding: 4px;
}

.nav-middle {
	text-align: center;
	padding: 15px;
	background-color: #797979;
}

.nav-middle a {
	font-size: 125%;
	margin-left: 15px;
	margin-right: 15px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-weight: 800;
}

.nav-middle a:hover {
	color: #efefef;
	text-decoration: none;
}

.navbar-brand {
	font-size: 250%;
	font-weight: bold;
}

.brand-image {
	float: left;
	margin-right: 5px;
	padding: 8px;
}

.navbar-header {
	padding: 8px;
}

.cover-h1 {
	margin-bottom: -5px;
}

.slogan-image {
	width: 100%;
	margin: auto;
	max-width: 350px;
	margin-top: -35px;
	margin-bottom: 5px;
}

.intro-image,
.outro-image,
.geek-image,
.contact-man {
	filter: grayscale(100%);
}

.m-link {
	display: none;
}

.intro-image {
	position: absolute;
	width: 300px;
	margin-top: -125px;
}

.outro-image {
	position: absolute;
	width: 300px;
	margin-top: -125px;
	margin-left: 850px;
	transform: scaleX(-1);
}

.line-break {
	display: block;
}

#contact-section .container {
	max-width: 960px;
	margin: auto;
}

.contact-man {
	width: 350px;
}

.text-edits {
	font-weight:800;
	margin-bottom:10px;
	text-decoration:underline;
	text-underline-offset: 5px;
}
.price {
	font-weight:800;
	font-size:110%;
    background: white;
    padding: 6px 12px;
    color:#f55800;
	}

/* Contact */
.contact-form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

.contact-form input,
.contact-form textarea {
	width: 80%;
	max-width: 95%;
	margin: auto;
	margin-bottom: 5px;
	font-size: 120%;
}

.contact-form textarea {
	height: 200px;
}

/* Extra */
body {
	font-family: "Lato";
}

.navbar {
	margin-bottom: 0px;
	border: 0;
}

.navilink {
	float: left;
}

.navwrap {
	display: inline-block;
	text-align: center;
}

.icon-bar {
	width: 100%;
	height: 2px;
	background-color: white;
}

.jumbotron {
	padding-top: 36px;
	margin-bottom: 0px;
	background-size: cover;
	background-color: #ff6600;
	color: white;
	font-size: 125%;
	text-align: left;
}

.bg01 {}

.bg03 {
	background-image: none;
	background-color: #ff6600;
	color: white;
}

.bg04 {
	background-image: none;
	background-color: white;
	color: #ff5252;
	font-size: 250%;
	font-weight: bold;
}

.bg05 {
	background-image: none;
	background-color: #efefef;
	color: #000000;
	font-size: 150%;
}

.bg06 {
	background-color: #efefef;
	color: #000000;
	font-size: 125%;
}

.topblock {
	text-align: center;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 40px;
	margin-bottom: 40px;
	font-size: 225%;
	font-weight: bold;
}

.farmer {
	font-size: 60%;
	color: #bbbbbb;
}

.services-home {
	margin-left: -30px;
}

.services-home li {
	font-size: 125%;
	margin-bottom: 15px;
	list-style-type: none;
	line-height: 150%;
}

.services-home li:before {
	content: '✓ ';
}

.tab-content {
	font-size: 125% !important;
	line-height: 175%;
	background: #f55800;
	border-radius: 10px;
	padding: 32px;
}

.main-color {
	color: #ff6600;
}

.blue-link {
	color: #b8e9fe;
	text-decoration: none;
}

.blue-link:hover {
	text-decoration: none;
	color: white;
}

.user-form {
	width: 400px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
	margin: auto;
}

.user-form input,
.user-form select,
.user-form textarea {
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 100%;
	margin-bottom: 12px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #cccccc;
	font-weight: bold;
}

.comment-area {
	height: 200px;
}

.form-button {
	color: white !important;
	background-color: #ff6600;
	border: none !important;
	font-size: 120% !important;
}

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

.notification {
	background-color: green;
	padding: 12px;
	font-size: 150%;
	text-align: center;
	color: white
}

.nav-middle-2 {
	display: inline-block;
	padding: 4px;
	visibility: hidden;
	width: 100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.logo-image {
	padding: 22px 11px;
	height: 100px;
	margin-top: -5px;
}

.nav-tabs span {
	cursor: pointer;
	font-size: 120%;
	margin-right: 5px;
	margin-left: 5px;
	padding: 10px 25px;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid white;
	border-bottom: 0px;
	font-weight: 800;
}

.nav-tabs span:hover {
	background-color: #666666 !important;
}

.nav-tabs,
.tab-content {
	max-width: 1140px;
	margin: auto;
}

.tab-content {
	margin-top: 9px;
	border-top: 1px solid white;
	font-size: 100%;
	text-align: left;
}

.nav-tabs {
	border: none;
}

.nav-tabs>li {
	width: 20%;
}

.geek-image {
	width: 100%;
	border-radius: 50%;
	max-width: 500px;
	margin: auto;
}

.autome {
	margin: auto !important;
}

.copyright {
	background-color: #797979;
	padding: 16px;
	color: #efefef;
	font-size: 125%;
}

#wp-special {
text-align:center;
background:#963c00;
color:white;
padding:12px;
font-size:36px;
font-weight:bold;
word-spacing: 0.5rem;
}

.addpad {
padding-right:200px;
}

.font-225 {
font-size:225%;
}
/* Responsive */
@media (min-width: 768px) {

	.nav-middle,
	.navbar-right {
		display: block !important;
	}

	.collapse {
		visibility: visible;
	}

	#navbar {
		min-height: 48px;
	}
}

@media (max-width: 1170px) {

	.intro-image,
	.outro-image {
		width: 250px;
		margin-top: -51px;
		margin-left: -75px;
	}

	.outro-image {
		margin-left: 770px;
	}

	.nav-tabs span {
		font-size: 90%;
		padding: 10px 20px;
	}

	.image-holder {
		max-height: 400px;
		overflow: hidden;
		margin-bottom: 40px;
	}

	.intro-image,
	.outro-image {
		width: 190px;
		margin-top: 40px;
		margin-left: -80px;
	}

	.outro-image {
		margin-left: 615px;
	}

	.contact-man {
		width: 200px;
	}
}

@media (max-width: 999px) {
	.nav-tabs span {
		font-size: 110% !important;
	}

	.tab-content {
		font-size: 100% !important;
	}
	
	#about-section.jumbotron {
	padding-top: 10px;
	}
}

@media (max-width: 768px) {
	.nav-middle {
		display: none;
	}

	.offsetme {
		margin-top: 190px;
	}

	.infotext,
	.address,
	.navbar-right {
		display: none;
	}

	.navbar-toggle {
		display: block;
		background-color: gray;
		margin-top: 5%;
	}

	.navilink {
		width: 100%;
		float: none;
		padding: 8px;
		border-bottom: 0.5px dotted #efefef;
	}

	.brand-image {
		width: 250px;
	}

	.intro-image,
	.outro-image {
		display: none;
	}

	.line-break {
		display: inline-block;
	}

	.nav-tabs span {
		display: block;
		width: 100%;
		border: 1px solid white;
		border-bottom: 0px;
	}

	.tab-content {
		margin-top: 1px !important;
	}

	.logo-image {
		width: 60%;
		height: auto;
		float: left;
	}

	.slogan-image {
		float: left;
		max-width:300px;
		margin-left: 10px;
		margin-top: -30px;
	}

	.nav-tabs span {
		margin-left: 0px;
	}

	.tab-content {
		border-radius: 0px 0px 10px 10px;
	}
}

@media (max-width: 700px) {
	.m-link {
		display: inline-block;
	}
	#wp-special {
		font-size:24px;
	}
}

@media (max-width: 600px) {
	
	.paypal_form { margin-top:0px !important; }
	.paypal_form .form-label { float:none; width:100%; text-align:center; margin-bottom:10px !important;  }
	.paypal_form input { width:100%;  }
	.pp-img { margin-top:5px; }
}

@media (max-width: 500px) {
	.navbar-brand {
		font-size: 150%;
		font-weight: bold;
	}

	.logo-image {
		width: 70%;
	}

	.navbar-toggle {
		margin-top: 8%;
	}

	.nav-tabs span {
		padding: 6px;
		margin-left: 0px;
	}
}

.navbar, .jumbotron {
    background: #0f1b57;
}

.main-color {
color: #0f1b57;
}

#main-content, #contact-section {
background: #dfdfdf;
}

.tab-content {
    background: #cf4b01;
}

.copyright {
background: #0f1b57;
}

.nav-middle, .form-button, .copyright, #wp-special {
background: #bf4c00;
}

.form-button:hover {
background: #a24100;
}

.nav-tabs span:hover {
    background-color: #cf4b01 !important;
}

@media (max-width: 768px) {
.nav-tabs>li {
	width: 50%;
}
.nav-tabs>li:last-child {
width:100%;
}
}

@media (max-width: 450px) {
.jumbotron {
font-size:90%;
}
#about-section h2 {
font-size:180%;
}
#about-section h3 {
font-size:140%;
}
.navbar-toggle {
margin-right:0px;
margin-top:6%;
}
.breaker {
display:block;
}
.copyright {
font-size:90%;
}
}
