/*
Theme Name: <Insert your site name here> Child Theme
Description: A child theme for Uikit Theme
Author: Rebecca Chapman
Template: Uikit Theme
*/

/* Write custom css here */
.uk-navbar {
    background:#1833c3;
    color:#fff;
}

.uk-navbar li a {
    color:#fff;
    font-weight:bold;
}

.uk-navbar li a:hover {
    color:#fff;
}

.uk-navbar-nav > li.uk-active > a {
    color:#fff;
}

.underline {
    border-bottom:solid 1px #ccc;
    padding-top:10px;
    font-weight:bold;
}

.undernav {
    padding: 5px;
    background: linear-gradient(#81ccff, #35abfb);
    color: #000;
    font-weight: bold;
    height: 20px;
}

    .centerallyalign {
    text-align: center;
    padding: 12px;
    }
    
a{
    color:#444;
}

#footersidebar{
    background:#65C2FF;
}

.uk-panel-title{
    color:#fff;
}

.uk-panel-space{
  padding:0px!important;
}

@media screen and (max-width: 900px){
    .undernav{
        display:none;
    }
}