/* Example CSS file */ 
.uk-background-primary {
    background-color: #38abc7;
}

.uk-bacground-primary {
    background-color: #38abc7;
}

.uk-logo img {
    width: 120px;
}

#nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

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

.uk-border-primary {
    border: 1px solid #38abc7;
    border-radius: 9px;
}

.align_center {
  display: block;
  margin-left: auto!important;
  margin-right: auto!important;
}

.uk-offcanvas-bar {
    --uk-inverse: light;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #1e87f0!important;
    overflow-y: auto;
}

.uk-offcanvas-bar a {
    color:#fff!important;
}