section.header {
    height: 700px;
    width: 100%;
    background-image: url('../img/header.jpg');
    background-size: cover;
    background-position:center;
    position: relative;
    .uk-container {
        padding: 0;
    }
    h1 {
        font-weight: bold;
        font-size:50px;
        color:$white;
        margin:30px;
    }
    .table-display {
        display: table !important;
    }
    .table-display, .row-display, .cell {
        height: 100%;
        width: 100%;
    }
    .header-search {
        width: 500px;
        margin:0 auto;
        float: none;
        height: 50px;
        @media #{$maxSmall} {
            width: 300px;
        }
    }
    .uk-search-default {
        display: block;
        width: 100%;
        height: 50px;
        border:1px solid rgba($white, .5);
        input {
            background-color: rgba($white, .15);
            height: 50px;
            width:calc(100% - 50px);
        }
        .uk-search-icon {
            color:$mainColor;
            background-color:$white;
            width: 50px;
            height: 50px;
        }
    }
}