.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 20%;
  }
  #index-banner .section {
    top: 10%;
  }
}

#index-baner {
  top: 0;
}

#specialLink {

}

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

.card .card-action {
    border-top: 0;
}

.mniej {
    margin-bottom: 0 !important;
}

p {
    font-size: 18px;
}

a:link#specLink {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}

a:visited#specLink {
    color: white;
}

/* mouse over link */
a:hover#specLink {
    color: #dab9b9;
    text-decoration: underline;
}

/* selected link */
a:active#specLink {
    color: #dab9b9;
}

#logoImage {
    max-width: 100%;
    max-height: 300px;
    height: auto;
    width: auto\9; /* ie8 */
}

.waves-button-input {
    line-height: 33px;
}

#smallHeader {
    text-transform: uppercase;
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}