/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */




.uk-offcanvas-bar {
    width: 80%;
    max-width: 100%;
    background: #000000;
  
}



h3 {
    letter-spacing: 3px;
}


 h3{
    margin: 0 0 0px 0;
   
}



.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 90px;
    padding: 0 12px;
    line-height: 90px;
    font-size: 13px;
    font-family: 'Josefin Sans';
    font-weight: 300;
}


div[class*='su-heading-style-'] .su-heading-inner {
    font-weight: 400;
    letter-spacing:0px;
}



.mainheading-wrapper h1 {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0px;
}


.uk-panel-box-primary {
    background-color: #00aeef;
    color: #699eb3;
}


.uk-panel-box-secondary {
    background-color: #ffffff;
    color: #444444;
}


.image-before:before, .image-after:after {
    content: attr(data-alt);
    top: 50%;
    position: absolute;
    color: white;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .3s ease;
    background: #00aeef;
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}


.uk-panel-box-primary {
    background-color: #00aeef;
    color: #ffffff;
}
.uk-panel-body {
    padding: 78px;
}


.uk-margin-top {
    margin-top: 20px !important;
    font-size: 20px;
    font-weight: 100;
    line-height: normal;
}


.features-wrapper .uk-container h3 {
  
  
      color: #ffffff;

}


.toolbar-wrapper {
    background: #00aeef;
    color: #666666;
    position: relative;
    max-height: 55px;
    z-index: 1010;
    box-shadow: inset 0px -1px rgba(0, 0, 0, 0.05);
}


.su-section-content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
     padding: 0px 0px; 
}

