* {font-family: 'Roboto', sans-serif;}
h1 { font-size: 40px; font-family: 'Montserrat', sans-serif;}
h2 {font-size: 25px; font-family: 'Montserrat', sans-serif;}
h3 {font-size: 20px; font-family: 'Montserrat', sans-serif; font-weight: 700;}
h5 {font-size: 25px; font-family: 'Montserrat', sans-serif;}

.card-content h3 {
  color: white;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 1.7rem;
}

nav {
  background-color: #fff;
}

/*
nav ul a {
  padding: 0px 5px;
}

nav ul li a.active {
  border-radius: 20px;
  background-color: #f5a623;
}
*/

nav ul li a.active {
  background-color: rgba(0,0,0,0.1);
}

#top-parallax h1, #top-parallax h5 {
  text-shadow: 0px 0px 10px #000;
}

.sidenav-trigger {
  color: #f5a623;
}

.parallax-container {
  /*min-height: 450px;*/
  padding: 80px 0;
  line-height: 0;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

td, th {
    padding: 8px 4px;
  }

/* MObile css */
@media only screen and (max-width : 992px) {
  #content-parallax {
    min-height: 700px;
  }
  a.btn {
    margin-bottom: 10px;
  }
}

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

footer.page-footer {
  margin: 0;
}

#pulse-povprasevanje .btn-floating {  
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0px 30px;
  text-transform: uppercase;
}

#pulse-povprasevanje .btn-floating i {
  font-size: 14px;
  line-height: 40px;
  margin-left: 10px;
}

footer h5 {
  border-bottom: 1px solid rgba(160,160,160,0.2);
  padding-bottom: 10px;
}
.dropdown-content li>a, .dropdown-content li>span {
  color: #000;
}
#form-response .success,
#form-response .error {
  display: none;
  margin-top: 30px;
}
#form-response .success {
  color: #4CAF50;
}
#form-response .error {
  color: #F44336;
}
#izracunmodal {
  margin-top: 30px;
}
#forma-povprasevanje-dmv .wsf-field-wrapper input.wsf-field {
  height: 26px;
  width: calc(100% - 20px);
}
#forma-povprasevanje-dmv .wsf-field-wrapper .wsf-field:focus {
  outline: none !important;
  box-shadow: none !important;
}