/* DEFAULT */
html, body {
  background: #000;
  font-family: "Comfortaa", Helvetcia, arial, sans-serif; 
}

body {
  background: url(../images/metal-bg.jpg) repeat;
}

a {
  -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

h1,h2,h3,h4,h5,h6,
.uk-h1, .uk-h2, .uk-h3, .uk-h4
 {
  font-family: "Comfortaa", Helvetcia, Arial, sans-serif;
}

.s-text-shadow {
  text-shadow: rgba(3, 3, 3, 0.7) 1px 1px 4px;
}

.text-thin {
  font-weight: 300;
}

.text-white {
  color: #fff !important;
}

.uk-text-medium {
  font-size: 1.2rem;
}

.line-height-large {
  line-height: 1.8;
}

.about-photo {
  max-width: 250px;
}

.text-area > :last-child {
  margin-bottom: 0;
}

/* BUTTONS */
.uk-button-outline {
  background: transparent;
  border: 1px solid #fff;
}

.uk-button-outline:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.uk-button-dark {
  background: #333;
  color: #fff;
}

  .uk-button-dark:hover {
    background: #222;
  }

.uk-button-vdark {
  background: #111;
  color: #fff;
}

  .uk-button-vdark:hover {
    background: #222;
  }

.uk-button:disabled,
.uk-button[disabled] {
  background: #222;
  color: #888
}

/* HEADER */
.uk-logo img {
  max-height: 30px;
  opacity: 0;
  -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
}

.uk-navbar ul li a {
  font-size: 1.2rem !important;
  font-family: "Comfortaa", Helvetcia, Arial, sans-serif !important;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: #ddd 1px 1px 0;
}

.uk-navbar ul li.uk-active a {
  color: rgba(0, 0, 0, 0.7);
}

.uk-navbar-transparent {
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

.uk-navbar-transparent.uk-active {
  background: #000;
}

.uk-navbar-transparent.uk-active .uk-logo img {
  opacity: 1;
}

.uk-navbar-transparent.uk-active .uk-navbar ul li a {
  color: #fff;
  text-shadow: none;
}

.uk-navbar-transparent.uk-active .uk-navbar ul li.uk-active a {
  color: rgba(255, 255, 255, 0.9);
}


#home-cover {
  background-position: left top;
}

/* OFF CANVAS NAV */
.uk-offcanvas-bar .uk-nav li a {
  color: #fff;
  font-size: 1.4rem;
}

/* FOOTER */
.footer {
  background: #000;
}

/* COVER */
.uk-overlay-primary {
  background: rgba(0, 0, 0, 0.4);
}

.cover-strapline {
  color: rgba(0, 0, 0, 0.7);
  text-shadow: #ddd 1px 1px 0;
  font-size: 1.4rem;
}

.cover-logo {
  max-height: 150px;
}

/* CARDS */
.uk-card.v-icon i {
  font-size: 4.5rem;
  color: #aec08b;
}

.uk-card.v-icon h3 {
  font-size: 2rem;
}

/* SECTIONS */
.uk-section-secondary {
  background: rgba(50,50,50,0.7);
}

.uk-section-secondary p {
  color: rgba(255,255,255,0.7);
}

.uk-section-default h2 {
  color: #fff;
}

.uk-section-primary {
  background: rgba(0,0,0,0.7);
}

.uk-section-primary .feature {
  color: rgba(255,255,255,0.5)
}

.uk-section-primary .feature h3 {
  color: #fff;
}

/* GALLERY */
ul.gallery li a img {
  border: 10px solid rgba(0,0,0,0.4);
}

/* CONTACT FORM */
form label.error {
  padding: 5px;
  background: #222;
  display: block;
} 

/* MEDIA QUERIES */
/* Phone and Small Devices */
@media (max-width: 639px) {
  body {
    background-position: center center;
  }
  .uk-navbar-transparent {
    background: #000;
  }
  .uk-logo img {
    max-height: 30px;
    opacity: 1;
  }

  #home-cover .cover-strapline {
    font-size: 1.4rem;
    padding: 20px;
  }
  #home-cover .cover-strapline br {
    display: none;
  }

  .uk-text-medium {
    font-size: 1rem;
  }

  .uk-h1 {
    font-size: 2rem;
  }

  #contact-form .uk-button {
    width: 100%;
  }

  .uk-text-center-ss {
    text-align: center;
  }

  .about-photo {
    display: none;
  }

}
/* Tablet Devices */
@media (max-width: 960px) {
  .uk-text-center-ss {
    text-align: center;
  }
}


