body {
	font-family: Verdana;
	font-size: 16px;
	color: #606060;
	background-color: #E2EFF8;
	height: 100%;
	margin: 0;
	min-height: 75rem;
}

a, a:hover {
	text-decoration: none;
}

h2 {
	font-size: 2.2rem;
	font-variant: small-caps;
}
			
h3 {
	color: #606060;
	background-color: #82d5f2;
	font-size: 1.8rem;
	text-transform: uppercase;
	border-top: 2px solid #95c0e1;
	border-bottom: 2px solid #95c0e1;
}	

h4 {
	color: #0A58CA;
	font-size: 1.4rem;
}

header {
	color: #FAFAFA;
	background-color: #558da7;
	height: 3rem;
	line-height: 3rem;
	position: fixed;
	width: 100%;
	z-index: 999999;	
}

header a, header a:hover {
	color: #FAFAFA;
	text-decoration: none;
}

header .row {
	color: #FAFAFA;
	background-color: #558da7;	
}

.feature {
	background-color: #FAFAFA;
	padding: 1rem;
	border-radius: 10px;
	min-height: 325px;
}

.feature-icon {
	font-size: 2.5rem;
	color: #0A58CA;
	margin: 1rem;
}	

.form-select, .form-control, .input-group .form-control {
	background-color: #ffffcc;
	padding: 8px;
}
			
.form-control:hover {
	background-color: #ffffcc;
}

footer {
	color: #FAFAFA;
	background-color: #606060;
}

footer h4 {
	color: #FAFAFA;
}

footer a, footer a:hover {
	color: #FAFAFA;
	text-decoration: none;
}

/* Parallax settings */
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-content {
	text-align: center;
}

.bgimg-1 {
  background-image: url("../images/bgimg-1.jpg");
	background-position-y: top;
  min-height: 400px;
}

.bgimg-2 {
  background-image: url("../images/bgimg-2.jpg");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("../images/bgimg-3.jpg");
  min-height: 400px;
}

.caption {
	font-size: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #FAFAFA;
  padding: 0.8rem;
  letter-spacing: 0.2rem;
	border-radius: 0.5rem;
}

.button-arajanlat {
	font-size: 2.5rem;
	border: 2px solid #111;
	text-transform: uppercase;
}

.button-arajanlat:hover {
	font-size: 2.5rem;
	border: 2px solid #FAFAFA;
	color: #FAFAFA;
	background-color: #0d6efd;
}

@media only screen and (min-width: 992px) {
	.caption { padding-left: 5rem; }
	.caption-cegnev { font-size: 2.5rem; text-transform: uppercase; }  
	.klima-logo { text-align: left; }
	.klima-kep { text-align: center; }
	.klima-leiras { text-align: left; }
}

@media (max-width: 991.98px) {
	.bgimg-1, .bgimg-2, .bgimg-3 { background-attachment: scroll; }
	.caption { text-align: center; }
	.caption-cegnev { font-size: 2rem; text-transform: uppercase; }  
	.klima-logo { text-align: center; }
	.klima-kep { text-align: center; }
	.klima-leiras { text-align: center; }
}

