﻿body {
	font-family: "Montserrat", sans-serif;
}

.as_inv {
	display: none;
}

h1 {
	color: #6a6562;
	text-transform: uppercase;
	font-size: 1.7rem;
	padding-bottom: 1rem;
}

.decorate > span {
	border-top: 2px solid #6a6562;
	padding-top: 0.5rem;
}

h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #83b264;
	font-weight: 500;
	padding-bottom: 0.5rem;
}

p {
	font-size: 0.90rem;
	color: #6a6562;
}

.form-control {
	border: 1px solid #83b264;
}

.btn-primary {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #83b264;
	border-color: #83b264;
}

.btn-primary:hover {
	color: #fff;
	background-color: #6a6562;
	border-color: #6a6562;
}


#header .navbar-brand img, 
#footer .navbar-brand img {
	max-width: 4.5rem;
	height: auto;
}

#header .nav-link, 
#footer .nav-link {
	border-top: 2px solid white;
	font-size: 1.35rem;
	color: #83b264;
	font-weight: 500;
}

#main-nav {
	text-transform: uppercase;
}

#header .nav-link:hover,
#header .nav-link.active
#footer .nav-link:hover,
#footer .nav-link.active {
	border-top: 2px solid black;
	color: #6a6562;
}

#main_carousel .carousel-caption {
	bottom: 50%;
	top: 50%;
}

#main_carousel .slider-text {
	font-size: 2.5rem;
	font-weight: 300;
	color: white;
}

#main_carousel h2 {
	font-size: 2.5rem;
	font-weight: 600;
}

#sluzby .sluzby-img {
	min-height: 3rem;
	padding-bottom: 1rem;
}

#sluzby .sluzby-text {
	min-height: 4rem;
	min-width: 9.5rem;
	color: #83b264;
	font-weight: 500;
}

#rekli .rekli-img {
	min-height: 3rem;
	padding-bottom: 1.5rem;
}

#rekli .rekli-text {
	min-height: 4rem;
	min-width: 14rem;
	color: #6a6562;
	font-size: 0.80rem;
}

#rekli .rekli-jmeno {
	padding-top: 0.5rem;
	color: #83b264;
	font-weight: 500;
}

#realizace .realizace-nadpis {
	height: 3.96rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

#realizace .realizace-img {
	min-height: 3rem;
	padding-bottom: 1.5rem;
}

#realizace .realizace-text {
	height: 3.25rem;
	overflow: hidden;
	min-width: 14rem;
	color: #6a6562;
	font-size: 0.9rem;
}

.modal-body img {
	min-width: 16rem;
	max-width: 20rem;
}

.kontakt-text {
	font-size: 1rem;
	font-weight: 600;
	color: #83b264;
}

#footer {
	padding-top: 8rem;
	padding-bottom: 5rem;
}

.line-1 {
	min-height: 12.5rem;
	background-image: url("/images/line-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.line-2 {
	min-height: 12.5rem;
	background-image: url("/images/line-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.up-footer-line {
	min-height: 6.06rem;
	background-image: url("/images/forest-line.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

@media (max-width: 400px) {
	h1 {
		font-size: 1.5rem;
	}
}

@media (min-width: 992px) {
	#header .navbar-brand,
	#footer .navbar-brand {
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 50%;
		right: 50%;
		bottom: -3.6rem;
		
		width: calc(9rem * 1.45);
		height: calc(9.625rem * 1.45);
		
		background-color: white;
		border-radius: 50%;
		
		transform: translate(-50%);
		z-index: 99999;
	}

	#header .navbar-brand img,
	#footer .navbar-brand img {
		max-width: initial !important;
		width: 9rem;
		height: 9.625rem;
	}
		
	#header .left-side .nav-link,
	#footer .left-side .nav-link {
		margin-right: 3rem;
	}
	
	#header .right-side .nav-link,
	#footer .right-side .nav-link {
		margin-left: 3rem;
	}

	.kontakt-text {
		font-size: 1.25rem;
		font-weight: 600;
		color: #83b264;
	}
}