html{background-color: #E3E3E3;}
body{
max-width:1920px;
margin: 0 auto !important;}
#main-menu{
    background: rgba(51, 51, 51, 0.8);
    top: 0px;
}

header {
  width: 100%;
  height: 90vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../images/pozadi.jpg);
}

a.fcbk, a.fcbk:hover{
color: #000000;}

a.fcbk{
text-decoration: underline;}

a.fcbk:hover{
text-decoration: none;}


.float-menu {
    position: fixed;
    top: 0px;
    border-top: 1px solid transparent;
    background: rgba(34,34,34,0.8);
    z-index: 99999;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    transition: 0.25s easy-in-out;
    -webkit-animation: mymove 1s 1;
    animation: mymove 1s 1;
}

@-webkit-keyframes mymove{from{top:-440px;}
to{top:0px;}
}
@keyframes mymove{from{top:-440px;}
to{top:0px;}
}

h1::before, h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 50px;
    max-width: 90%;
    background-color: #FDC103;
}

h1, h2, h3{
    position: relative;
}

h3{
    font-size: 1.5rem !important;
}

span.whoami{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ccc;
    line-height: 1;
}

span.offer, span.offer-1{
    position: absolute;
    color: #FDC103;
    text-transform: uppercase;
    font-weight: 700;
    display:block;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}

span.offer{
    top: 150px;
    left:-10px; 
}

span.offer-1{
    top: 75px;
    left:-30px;
}
ul li{
   list-style-type: none; 
}

.about{
    margin-left: auto;
    margin-right: auto;
}

img.photo{
    border: 12px solid #E6E6E6;
    z-index: 1;
}

.yellow{
    width: 320px;
    height: 130px;
    background-color: #FDC103;
    bottom: 0px;
    right: 0px;
    z-index: 0
}

.services, .gallery{
    background-color: #F0F0F0;
}

.services-1, .services-2, .services-3{
    padding-top: 170px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
}

.services-1{
    background-image: url(../images/skladacka.gif);
}

.services-2{
    background-image: url(../images/klic.gif);
}

.services-3{
    background-image: url(../images/stopky.gif);
}

.box-adresa, .box-telefon, .box-mail{
    height: 260px;
    background-color: #FDC103;
    padding-top: 170px;
    background-position: 50% 30px;
    background-repeat: no-repeat;
}

.box-adresa{
    background-image: url(../images/adresa.gif);
}

.box-telefon{
    background-image: url(../images/telefon.gif);
}

.box-mail{
    background-image: url(../images/mail.gif);
}

footer{
    background-color: #4D4D4D;
}

.copy, .copy a{
    font-size: small;
    color: #999;
    text-decoration: none;
}

.copy a:hover{
    text-decoration: none;
    color: #999 !important;
}

.gallery-box a {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.gallery-box a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.navbar-nav {
    position: relative;
    margin: 0px 0px 0px auto;
}

form{
    margin: 0px auto;
}

.navbar-toggler{
    position:relative;
    right: 0px;
    top: 0px;
    left: auto;
}

.navbar-toggler {
    right: 0px;
    position: relative;
    left: auto;
    margin: 0px 0px 0px auto;
}

.show a.nav-link{
    text-align: right;
}
/* ********************************* DOTAZY  ******************************************* */
@media all and (min-width:320px){
.about{
    max-width: 100%;
}

form{
    width: 100%;
}

.motto{
    font-size: 2rem;
    font-weight: 300;
    top: 100px;
    width:90%;
}
}


@media all and (min-width:520px){

}


@media all and (min-width:650px){
.about{
    max-width: 70%;
}

form{
    width: 90%;
}

.motto{
    font-size: 2.5rem;
    top: 150px;
}
}


@media all and (min-width:1000px){
.about{
    max-width: 55%;
}

.motto{
    font-size: 3rem;
    width:45%;
}

form{
    width: 70%;
}
}

