/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

*{
  font-family: 'PT Sans', sans-serif, serif;
}

a,h1,h2,h3,h4,h5{
  font-family: 'PT Mono', monospace, serif;
}

p strong{
    font-weight:700;
}

nav{
  height:90px !important;
}
.redtxt{
  color:#FBB03F;
}

#topnav li, #topnav li a{
  height:90px;
  line-height:90px;
  color:#161615;
  background:none;
  text-decoration: underline;
  font-weight:bold;
}
#topnav li.active a{
  color:#FBB03F;
}

#index-banner{
  background: url(img/slide01.jpg) center bottom no-repeat;
  background-size: 100%;
  margin-top:3px;
  min-height: 400px;
}
a.active{
  font-weight:bold;
  color:#D3D3D3;
}
span.active{
  color:#FBB03F;
  font-weight:bold;
}

.sidenav-trigger{
  height: 90px !important;
}
  .sidenav-trigger i{
    margin-top: 27px;
  }
#logo-container img{
  height:60px;
  margin-top: 15px;
}

footer{
  position: relative;
}
.footer-copyright{
  /*position:absolute;*/
  bottom:0px;
  width:100%;
}
  .strecha{
    background: url(img/strecha-pata.svg) center 25px no-repeat #161615;
    /*min-height: 490px; soivisí s .strecha .container .row .col */
    background-size: 105%;
  }
  .strecha .container .row .col{
    /*padding-top:120px;*/
  }
  .odkazy a, .odkazy{
    font-size: 1em;
  } 
  .odkazy a{
    /*font-family: 'PT Mono', monospace, serif;*/
    font-weight: bold;
    color: #d3d3d3;
    float:right;
  }
  .odkazy img{
    width: 155px;
  }


#topnav li a{
  color:#666;
}


.brand-logo img{
  height:55px;
}


.underline{
  text-decoration: underline;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 992px) {
  .strecha .container .row .col{
    padding-top:10px;
  }
  #index-banner{
    min-height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
  #index-banner{
    min-height: 300px;
  }
}
/*
@media only screen and (min-width: 1111px) and (max-width: 1330px) {
  #index-banner{
    height: 500px !important;
  }
}
@media only screen and (min-width: 1331) {
  #index-banner{
    height: 500px !important;
  }
}
