@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
  width: 100%;
  height: 100%;
  font-family: 'Poppins', Courier, monospace;
  color: #222;
  background-color: transparent !important;
  overflow: hidden;
}

.italik{
  font-size: medium;
  align-content: flex-end;
}

.obrazek {
  width: 100%;
  background-size: cover;
  background-clip: border-box;
  background-repeat: no-repeat;
  background-image: url(Gangsta2.png);
}

.prvnibox p{
font-size: xx-large;
position: absolute;
top: 35%;
left: 45%;
align-items: center;
transform: translate(-50%, -50%);
}

.prvnibox a{
  color: red;
  text-decoration-color: white;
  }
  .prvnibox a:hover{
    color: darkred;
  text-decoration-color: white;
  }

.fixed-bottom{
left: 15%!important;
font-size: x-large;
}

.prvnibox B{
font-size: xxx-large;
text-decoration: underline;
}

.navbar{
  padding: 1rem;
}

.navbar-nav li{
  padding-right: 10px;
}

.nav-link{
  font-size: 1.2em;
}

.carousel-inner img{
  width: 100%;
  height: 100%;
}

.carousel-caption h1{
  text-transform: uppercase;
  text-shadow: 2px 2px 15px black;
}

.carousel-caption h3{
  text-transform:none;
  text-shadow: -6px -5px 25px black;
}

.btn-danger{
  background-color: transparent;
  border: 1px solid whitesmoke;
}
.btn-mid{
  background-color: whitesmoke;
  
}

.jumbotron{
  padding: 1rem;
  background-color: transparent !important;
}

.welcome{
  width: 75%;
  margin: auto auto;
}

.welcome hr{
  width: 95%;
  border-top: 5px solid #fff;
}

.light{
  width: 100%;
  border-top: 2px solid gainsboro;
}


/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixované pozadí --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: fixed;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: transparent;
    transition: background-color 1.0s ease-in-out;
    z-index: 1;
    text-decoration: none;
  }

  header.scroll {
    background-color: black;
    z-index: 1;
    opacity: 80%;
  }
  nav {
    padding: 0;
    margin: 5px;
    width: 100%;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
  }
  
  li {
    display: inline-block;
    margin-right: 20px;
  }
  
  li a {
    display: block;
    color: #fff !important;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none !important;
  }

 .obrazeklogo {
    width: 50px;

    padding-bottom: 10px;
 }

 .lead {
  color: white !important;
 }

 p {
  color: white; 
 }

 .video_text{
  color: white;
 }

 .footer body{
  margin:0;
  overflow-x:hidden;
  }
  
  .footer{

  padding:30px 0px;
  text-align:center;
  }
  
  .footer .row{
  width:100%;
  margin:1% 0%;
  padding:0.6% 0%;
  color:gray;
  font-size:0.8em;
  }
  
  .footer .row a{
  text-decoration:none;
  color:gray;
  transition:0.5s;
  }
  
  .footer .row a:hover{
  color:#fff;
  }
  
  .footer .row ul{
  width:100%;
  }
  
  .footer .row ul li{
  display:inline-block;
  margin:0px 30px;
  }
  
  .footer .row a i{
  font-size:2em;
  margin:0% 1%;
  }
  
  @media (max-width:720px){
  .footer{
  text-align:left;
  padding:5%;
  }
  .footer .row ul li{
  display:block;
  margin:10px 0px;
  text-align:left;
  }
  .footer .row a i{
  margin:0% 3%;
  }
  }

/*RECENZE*/

*{
  margin: 0px;
  padding: 0px;
  font-family: poppins;
  box-sizing: border-box;
}
a{
  text-decoration: none;
}
#recenze{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width:100%;
}
.testimonial-heading{
  letter-spacing: 1px;
  margin: 30px 0px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.testimonial-heading span{
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-heading h4{
  color: #fff;
  letter-spacing: 2px;
}

.testimonial-box-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}
.testimonial-box{
  width:500px;
  box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
  background-color: #ffffff;
  opacity: 90%;
  padding: 20px;
  margin: 15px;
  cursor: pointer;
}
.profile-img{
  width:50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.profile{
  display: flex;
  align-items: center;
}
.name-user{
  display: flex;
  flex-direction: column;
}
.name-user strong{
  color: #3d3d3d;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
.name-user span{
  color: #979797;
  font-size: 0.8rem;
}
.reviews{
  color: #f9d71c;
}
.reviews b{
  color: black;
}
.box-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.client-comment p{
  font-size: 0.9rem;
  color: #4b4b4b;
}
.testimonial-box:hover{
  transform: translateY(-10px);
  transition: all ease 0.8s;
}

@media(max-width:1060px){
  .testimonial-box{
      width:45%;
      padding: 10px;
  }
}
@media(max-width:790px){
  .testimonial-box{
      width:100%;
  }
  .testimonial-heading h1{
      font-size: 1.4rem;
  }
}
@media(max-width:340px){
  .box-top{
      flex-wrap: wrap;
      margin-bottom: 10px;
  }
  .reviews{
      margin-top: 10px;
  }
}

#kokot {
  opacity: 0;
}

#clock {
  max-width: 600px;
}

.hodiny {
  text-transform: uppercase;
}

.shop_bt {
  margin-left: 20rem;
}

h1 {
  color: white !important;
}