/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

.page-section {
  padding: 2rem 0;
}

@media (min-width: 992px) {
.page-section {
  padding: 5rem 0;
}
}

p {
	margin-top: 0;
    margin-bottom: 1.5rem;
}

h3, .h3 {
	font-size: 1.5rem;
	color: #1e70a6;
}
/* header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
} */

/* header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
} */

/* header .container {
  position: relative;
  z-index: 2;
}
 */
/* header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
 */
@media (pointer: coarse) and (hover: none) {
  header {
    background-image: url("../images/backgroundfix.jpg");
  }
  header video {
    display: none;
  }
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #054067;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  padding: 0px 200px 50px 0px;
  background-image: url("../images/logo-computer-services2.png");
  background-size: 180px 34px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #c8c8c8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
}

@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: rgba(0, 155, 255, 0.5);
  }
  #mainNav .navbar-brand {
  padding: 0px 320px 60px 0px;
  background-image: url("../images/logo-computer-services2.png");
  background-size: 300px 56px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #5ea2cc;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #054067;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #054067;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #dde6ec;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
  }
  
  
}


header.masthead {
position: relative;
  background-color: black;
  min-height: 500px;
  width: 100%;
  overflow: hidden;

} 

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

header.masthead .container {
  position: relative;
  z-index: 2;
}

header.masthead video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text h1 {
	padding-top: 15px;
	font-size: 2.8rem;
	margin: 0px;
}

 header.masthead .intro-text h2 {
    font-size: 1.2rem;
  }

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 125px;
    padding-bottom: 70px;
  }
  
  header.masthead .intro-text h1 {
	font-size: 4.5rem;
  }
  
   header.masthead .intro-text h2 {
    font-size: 2rem;
  }
  
}


.servicescards {
	/* padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0.7rem; 
    min-height: 50px;*/
   
}

.servicescards .card {
  margin: 1.6rem auto auto auto;
  min-height: 420px;
  max-width: 300px;
  border: none;
  border-radius: 0.7rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.4);
}

.servicescards .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.7rem);
  border-top-right-radius: calc(0.7rem);
}
.servicescards p {
	font-size: 0.85rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.servicescards hr {
  margin: 1.5rem 0;
}

.servicescards .btn {
  font-size: 70%;
  margin-top: 20px;
  border-radius: 0.7rem;
  letter-spacing: .1rem;
  padding: 0.8rem;
  opacity: 0.7;
  transition: all 0.2s;
  
}

.servicescards .card-title {
	/* margin: 0.5rem 0 1rem; */
	font-size: 0.9rem;
	font-weight: bold;
}

@media (min-width: 1200px) {
	.servicescards .card-title {
		/*margin: 0.5rem 0 1rem;*/
		font-size: 1.0rem;
		font-weight: bold;
	}
	
	.servicescards p {
	font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 1rem;
	}
}



/* Hover Effects on Card */
@media (min-width: 992px) {
  .servicescards .card:hover {

    margin: 1.35rem auto auto auto;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .servicescards .card:hover .btn {
    opacity: 1;
  }
}

/* section#about { */
  /* background-color: #054067; */
  /* background-image: url("../images/services-bg.jpg");  */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
/* }  */

.btn-xl {
	margin-top: 20px;
    font-size: 18px;
    padding: 20px 40px;
}


section#contact {
  background: #aad1ec;
  background-image: url("../images/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact h3 {
  color: black;
}
section#contact .form-check-label {
    margin-bottom: 0.2rem;
	color: black;
}
section#contact label {
	color: black;
}
section#contact p {
	color: black;
}
section#contact a {
	color: black;
}

.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:400px;
  width:98%;
}

/*Services page */
.bg-image-full {
  background: no-repeat center center scroll;
  background-size: cover;
    animation: fadeIn 3s;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: fadeIn;
	

}

@keyframes fadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.035);
		transform: scale(1.035);
	}
	
	75% {
    opacity: 1;
	}
	
	100% {
    -webkit-transform: scale(1);
    transform: scale(1);
	}	
}

section#pohoda {
  background-color: #f5f6f7;
  /* background-image: url("../images/services-bg.jpg"); */
  background-repeat: no-repeat;
  background-position: center;
}

section#pohoda .pohodabooks {
	padding-bottom: 30px;
}
section#pohoda h2 {
	color: black;
}

section#pohoda p {
	color: black;
}

.logo-background {
	background-image: url("../images/logo_kulate2-obrys2_static.png");
	opacity: 0.15;
	margin-left: -200px;
	margin-top: -60px;
	height: 500px;
	background-repeat: no-repeat;
	width: 500px;
	position: relative;
	z-index: -1;
}
.aboutwrapper {
	margin-top: -430px;
	margin-bottom: -30px;
	min-height: 400px;
}

@media(min-width: 992px) {
	.logo-background {
		background-image: url("../images/logo_kulate2-obrys2_big.png");
		opacity: 0.3;
		margin-left:-500px;
		margin-top: -440px;
		height: 1000px;
		background-repeat: no-repeat;
		width: 1001px;
		position: relative;
		z-index: -1;
		animation: rotate 3s;
		animation-duration: 230s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		animation-play-state: running;
		animation-name: rotate;
	}
	.aboutwrapper {
		margin-top: -600px;
		margin-bottom: -170px;
		min-height: 400px;
	}
}

@keyframes rotate {
	0% {
		opacity: 0.3;
		-webkit-transform: scale(1.035);
		transform: rotate(0deg);
	}
	
	75% {
    opacity: 0.3;
	}
	
	100% {
    -webkit-transform: scale(1);
    transform: rotate(360deg);
	}	
}

/* Kruh
@media (min-width: 992px) {
#mainNav .navbar-nav .nav-item .nav-help {
    color: rgba(0, 255, 255, 0.7);
	padding: 0px 320px 60px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
	background-image: url("../images/kruh.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
}
 */
 
.footermenu {
	padding-top: 10px;
	padding-bottom: 10px;
}
 
.footermenu p {
	font-size: 0.9rem;
	color: white;
	margin-top: 0;
	margin-bottom: 0rem;
}
.footermenu a {
	display: block;
	color: white;
	font-size: 0.9rem;
	text-decoration: none;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0rem;	
}

.footermenu a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.submenu {
	padding-top: 6.5rem;
}

section#progressbar {
}
.progressbar {
  margin: auto;
  width: 150px;
  height: 150px;
  position: relative;
}

.referencelist {
}
.referencelist p {
	margin-top: 0;
	margin-bottom: 0rem;
}

section#itsourcing p.citace {
	font-size: 1.12rem;
	font-style: italic;
	color: #1e70a6;
}

/* Carousel */
section#carousel {
background-color: #e9ecef
}

section#carousel h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}

section#carousel h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}

section#carousel .col-center {
	margin: 0 auto;
	float: none !important;
}
section#carousel .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
section#carousel .carousel .item {
	color: #999;
	font-size: 1.0rem;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
section#carousel .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
section#carousel .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
section#carousel .carousel .testimonial {
	padding: 30px 0 10px;
}
section#carousel .carousel .overview {	
	font-style: italic;
}
section#carousel .carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
section#carousel .carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}

section#carousel .carousel-control i {
    font-size: 28px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

section#carousel .carousel-indicators {
	bottom: -40px;
} 

section#carousel .carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}

section#carousel .carousel-indicators li {	
	display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
	background: #999;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
section#carousel .carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/* End of Carousel */


