/* Example CSS file */ 
.uk-button-primary {
    background-color: hsl(9, 100%, 62%);
    color: #fff;
    border: 1px solid transparent;
}
  /* Hover */
.uk-button-primary:hover {
    background-color: #fff;
    color: hsl(188, 63%, 7%);
    border: 1px solid hsl(188, 63%, 7%);
}
  /* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #fff;
    color: hsl(188, 63%, 7%);
    border: 1px solid hsl(188, 63%, 7%);
}

.uk-dash img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.uk-enquiry img{ 
  height: 300px;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .uk-dash img {
      height: 250px;
      width: 100%;
      object-fit: cover;
  }
}

.uk-section-hero {
  margin-top: -120px;
}

.uk-icon-nav img {
 object-fit:contain;

}

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

.uk-navbar-nav {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
}

.uk-footer {
  background-image: url('../images/footer2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.uk-about {
  background-image: url('../images/about2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -400px;
}

.uk-section-testemonial {
  background-image: url('../images/testemonial.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.uk-section-proces {
  background-image: url('../images/proces.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.uk-logo img {
    height: 90px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .uk-logo img {
      height: 90px;
      width: 100px;
    }
}

.uk-article img {
  height: 450px;
  width: 100%;
  object-fit:cover;
}

@media only screen and (max-width: 600px) {
.uk-article img {
  height: 350px;
  width: 100%;
}
}

.advice {
    height: 350px;
  width: 100%;  
  object-fit:cover;
}

.uk-text-white {
    color:white!important;
}

.uk-article p {
    margin-top:0px!important;
}

.uk-article h2 {
    margin-bottom:0px!important;
}

.uk-article h3 {
    margin-bottom:0px!important;
}