﻿nav.navbar {
    height: 5rem !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}

.navbar-item > img {
    max-height: 2.75rem !important;
}

.social-media {
    margin-top: 30px;
}

    .social-media a {
        margin-right: 10px;
    }


.hero.is-fullheight {
    min-height: calc(100vh - 6.5rem - 40px);
}