@import url(https://fonts.googleapis.com/css?family=Changa:200,300,regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);

body{
  overflow-x: hidden;
  font-family: Rubik;
}

p{
  font-size: 17px;
}

h1, h2, h3{
  font-family: Changa;
}

/* Navbar */
.logo{
    width:  50px;
    height:  auto;
    padding-right:  10px;
  }

  /* Jumbotron */
  .jumbotron{
    background-image: url("../img/jumbotron.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

  /* Main */
.padding{
  padding-top:20px;
}

.text-right{
  padding-left: 30px;
}

@media(max-width:768px){
  .sm{
    padding-top: 35px;
  }
  p{
    padding-left: 30px;
    padding-right: 30px;
  }
  h3{
    padding-left: 30px;
  }
  h1{
    padding-left: 30px;
  }
  .button{
    padding-left: 30px;
  }
} 


.round{
  border-radius: 50%;
  align-items: center;
}


  /* Galerie */
  .carousel-item { 
    height: 500px; 
    min-height: 200px; 
    background: no-repeat center center scroll; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
  } 
h5{
  text-shadow: 3px 3px 6px #000;
}


/* Formulář*/
input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fdb90d;
  border-radius: 8px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 8px;
  resize: vertical;
}

input[type=text]:focus-visible, input[type=email]:focus-visible, select:focus-visible, textarea:focus-visible{
  outline: none;
  border: 2px solid #fdb90d;
}

input[type=submit] {
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  background-color:#fdb90d;
  border-color:#fdb90d;
  color: #fff;
}

input[type=submit]:hover {
  background-color: #b58711;
  color: #fff;
}

#odeslat{
  width: 100%;
}

.i-footer { 
  color: #098baf; 
} 


.form-control.shadow-0:focus { 
  box-shadow: none; 
} 


/* Footer*/
.list-inline-item{
  padding-left: 20px;
  padding-top: 25px;
  height: 5px;
}

.mb-2{
  text-decoration: none;
}

.item{
  padding-left: 90px;
}

.bg{
  background-color: #eeeeee;
}

.bg-color{
  background-color: #098baf;
  border-color: #098baf;
}

.color{
  color: #098baf;
  border: #098baf;
}

.border{
  border: 1px solid #098baf;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgb(163, 162, 162);
  color: white;
  border: none;
  border-radius: 30%;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  margin-right: 25px;
  font-size: small;
}

.scroll-to-top:hover {
  opacity: 0.8;
}