/* Custom CSS overrides */

/* Reduce the UIKit header sizes */
.uk-heading-small {
    font-size: 1.5rem;
}
.uk-heading-medium {
    font-size: 2rem;
}
.uk-heading-large {
    font-size: 2.5rem;
}
.uk-heading-xlarge {
    font-size: 3rem;
}
.uk-heading-2xlarge {
    font-size: 3.5rem;
}

/* Change input boxes */
input.uk-form-width-xsmall {
    width: 60px;
}

/* General Adjustments */
.nav-padding {
    padding: 0 20px;
}