
body {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	//font-family: 'Merriweather', serif;
	//font-family: 'Sriracha', cursive;
	//font-weight: bold;
}

h2 {
	font-size: 25px;
}

section {
	padding-top: 150px;
	padding-bottom: 150px;
}

.divider img {
	width: 15%;
	height: auto;
}

.navbar-logo {
	width: 80px;
	height: auto;
}

.scrolled {
	//background-color: black;
	background: rgba(0, 0, 0, 0.9);
	transition: all 1.0s;
}

a.navbar-phone {
	color: #ffffff;
	font-weight: bold;
}

a:hover.navbar-phone {
	font-decoration: none;
}

@media (max-width: 991px) {

	.navbar-collapse{
	    padding: 0;
	    background: rgba(0, 0, 0, 0.9);
	    text-align: center;
	}
}

/* IMAGE HEADER */

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url("../../../images/header_bg5.jpg");
  //background: linear-gradient(45deg, #00C9FF 0%, #92FE9D 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead img {
	width: 30%;
	height: auto;
}

header h1 {
	//text-shadow:1px 1px 30px #fff, 1px 1px 30px #fff;
	color: #fff;
}

header h2 {
	//text-shadow:1px 1px 20px #fff, 1px 1px 20px #fff;
	color: #fff;
}

/* SCROLL ICON */

.scroll-downs {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width :34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


@media (max-width: 425px) {

	.masthead h1 {
		font-size: 30px;
	}

	.navbar-logo {
		//visibility: hidden;
		width: 40px;
		height: auto;
	}

	.navbar-logo-hidden {
		visibility: hidden;
	}


	.masthead img {
		width: 50%;
		height: auto;
	}
}


/* SLUZBY */

#sluzby .card {
	border:0;
	//border-radius: 20px;
	//border-color: #007bff;
	transition: all 0.2s;
}

#sluzby .card:hover {
	//border: 1px solid black;
	//box-shadow: 1px 1px;
	margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

#sluzby .card-icon {
	margin: auto;
	font-size: 40px;
	border: 1px solid black;
	border-radius: 50%;
	width: 63px;
	height: 63px;
}

#sluzby .card-title {
	//font-weight: bold;
}

@media (max-width: 768px) {
	#sluzby .card{
		margin-bottom: 30px;
	}
}

.img-fluid {
	width: 100% !important;
}

/* PRICING */

section.pricing {
//background: #000000;  /* fallback for old browsers */
//background: -webkit-linear-gradient(to top, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
//background: linear-gradient(to top, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background: #007bff;
  //background: linear-gradient(45deg, #00C9FF 0%, #92FE9D 100%);
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card-body {
	min-height: 410px;
}

.pricing .card {
  border: none;
  //border-radius: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  //border-radius: 5rem;
  border-radius: 0.25rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


/* KONTAKT */

#kontakt {
	color: #231f20;
}

#kontakt .card {
	border:0;
	//border-radius: 20px;
	//border-color: #007bff;
	transition: all 0.2s;
}

#kontakt .card:hover {
	//border: 1px solid black;
	//box-shadow: 1px 1px;
	//margin-top: -.25rem;
    //margin-bottom: .25rem;
    //box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

#kontakt .card-icon {
	margin: auto;
	font-size: 25px;
	//border: 1px solid black;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

#kontakt .card-title {
	//font-weight: bold;
}

#kontakt .card-title a {
	font-size: 30px;
	font-weight: bold;
	color: black;
	transition: all 0.5s;
}

#kontakt .card-title a:hover {
	color:#007bff;
	text-decoration: none;
}

@media (max-width: 768px) {
	#kontakt .card{
		margin-bottom: 30px;
	}
}


/* FOOTER */

footer {
	background-color: #231f20;
	color: #A8B1B6;
}

footer i {
	font-size: 50px;
	//padding: 4rem 2rem;
}


footer a {
	color: #A8B1B6;
	transition: all 0.5s;
}

footer a:hover {
	color: #007bff;
}


footer .copyright {
	text-align: center;
	font-size: 12px;
}
