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

h1,h2,h3,h4,h5{
  font-family: 'IBM Plex Serif', serif;
}

#topnav li a{
  color:#666;
}

#index-banner{
  background:  url(img/il001.jpg) no-repeat;
  margin-top:2px;

  padding: 0px !important;
  height: 500px !important;
  margin-bottom: 0px !important;
  background-position: top center !important;
  background-size:100% !important;
}
  #index-banner .container{
    height:100%;
  }
  #index-banner .container h2{
    width:100%;
    text-shadow: 4px 3px 15px rgba(250,250,250,0.77);
  }

.section.zelena{
  background: #5CA292 url(img/listek-light.svg);
  background-repeat: no-repeat;
  /*background-size: 50%;*/
  background-size: contain;
  background-position: center;
  background-position: 75% -100px;
}
  .section.zelena ul li, .section.zelena p, .section.zelenalight p{
    line-height:2em;
  }
.section.zelenalight{
  background-color:#EEF6F4;
}

.top15{
  margin-top:15px;
}
.odrazit{
  border-left:1px solid #e2e2e2;
  padding-left:10px;
}
.koinfo h2{
  padding:0px;
  margin:0px;
}
.koinfo h4{
  padding:0px;
  margin:0px;
  margin-top:5px;
}
.koinfo h2 img{
  height:60px;
}
.koinfo h4{
  color:#5CA292;
}

footer{
  background-size: contain;
  background:  url(img/listek-dark.svg) right top no-repeat;
}
footer a {
  font-weight: bold !important;
  text-decoration: underline !important;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

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

.card.horizontal{
  width:300px;
}
.card-image img{
  height:75px;
  width:75px;
  margin: 8px 0px 0px 8px;
  border:3px solid #5CA292;
  /*border:2px solid red;*/
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.underline{
  text-decoration: underline;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 992px) {
  #index-banner{
    height: 175px !important;
  }
  /*
  .odrazit{
    border:none;
  }
  /
}
@media only screen and (min-width: 992px) and (max-width: 1110px) {
  #index-banner{
    height: 300px !important;
  }
}
@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;
  }
}