@charset "UTF-8";
/* CSS Document */

*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto Slab';
  font-size: 12px;
  font-weight: 300; 
  }
  


.container-fluid {margin: 0 auto;}

.bg-black {background:rgba(0,0,0,1);}
.btn-dark {background:rgba(0,0,0,1);}

p {font-size: 1.5em;}
a {color: #fff; text-decoration: none;}
a:focus,a:hover {color:#fff;text-decoration:none}

h1 {font-size: 8.2em;text-transform: uppercase; font-weight: 100;color: black;}
h2 {font-size: 2.1em;padding-top: 20px;color: black;font-weight: 400;}
h3 {font-size: 1.5em;text-transform: normal; font-weight: 300;color: black;}
h4 {font-size: 28px;text-transform: uppercase;font-weight: 300;color: rgb(255, 255, 255);}
h5 {font-size: 5.8em;font-weight: 300;padding-top: 20px;color: black;}
h6 {font-size: 2.5em;font-weight: 300;line-height: 35px;color: black;}


.title {
  font-size: calc(3.525rem + 1.3vw);
}

.o-0 { opacity: 0; }
.o-25 { opacity: .25; }
.o-50 { opacity: .5; }
.o-75 { opacity: .75; }
.o-100 { opacity: 1; }

@media (min-width: 900px) {
  .title {
    font-size: 7rem;
  }
}

.big {
  color: rgb(255, 255, 255);
  background-image: url("../images/jumbo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}



.big-dodavatel {
  color: rgb(255, 255, 255);
  background-image: url("../images/dodavatel.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    height: auto;
}

.big-image {
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
		
        }

.logo.is-transparent {
  opacity: 0.6;
}

.logo.is-transparent:hover {
  opacity: 1;
	
}

.big-liner {
            background-position: center center;
            background-repeat: no-repeat;
          
		
        }

.predajca, h2 {
  color: rgb(255, 255, 255);
 font-size: 25px; font-weight: 700; padding-bottom:  8px
}
.predajca, p {
  color: rgb(255, 255, 255);
  font-size: 15px; font-weight: 100;
}


