body, a, p {
  color: #000; font-size: 15.5px !important;
}
input {
  font-size: 13px !important;
}
.md-form {
  margin-top: 15px;
  margin-bottom: 15px;
}
.md-form label {
  margin-bottom: 5px;
  top: .3rem;
}
.card {
  min-height: 375px !important;
}
.intro-2 {
    background: url("MORUSE.jpg")no-repeat center center;
    background-size: cover;
}
.top-nav-collapse {
    background-color: rgba(0,0,0,0.75) !important;
}
.navbar:not(.top-nav-collapse) {
    background: rgba(0,0,0,0.6) !important;
}
.mt {
  margin-top: 25px !important;
}
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: rgba(0,0,0,0.75) !important; color: #000;
    }
    h2 {
      font-size: 20px;
    }
    .mt {
      margin-top: 0px !important;
    }
}
/*
.hm-gradient .full-bg-img {
    background: -webkit-linear-gradient(45deg, rgba(83, 125, 210, 0.4), rgba(178, 30, 123, 0.4) 100%);
    background: -webkit-gradient(linear, 45deg, from(rgba(29, 236, 197, 0.4)), to(rgba(96, 0, 136, 0.4)));
    background: linear-gradient(to 45deg, rgba(29, 236, 197, 0.4), rgba(96, 0, 136, 0.4) 100%);
} */
.card {
    background-color: rgba(255, 255, 255, 0.75);
}

 .md-form .prefix {
    font-size: 1.5rem;
    margin-top: 0;
}
.md-form label {
    color: #000;
}
h6 {
    line-height: 1.7;
}
@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 1280px;
    }
    .navbar-brand img {
      height: 50px;
    }
}

/*

body, html {
    height: 100%;
}
.bg {
     The image used
    background-image: url("vila_uvodna.jpg");

   Full height
    height: 100%;

     Center and scale the image nicely
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1030px) {

.bg { height: 85%; }

}

@media screen and (max-width: 769px) {

.bg { height: 50% !important; }

}

@media screen and (max-width: 699px) {

.bg { height: 65% !important; }

}

@media screen and (max-width: 480px) {

.bg { height: 37.5% !important; }

} */
