﻿body {

}

.nav-item {
    border-right: 1px solid white;
}

.nav-item:last-of-type {
    border-right: 0;
    margin-right: 75px;
}

.nav-item:nth-last-of-type(1){
    border-right: 0;
}

.navbar-brand {
    /*margin-right: 20%;*/
}

.brutopia-address {
    margin-top: -60px;
    margin-bottom: 20px;
    z-index: 100;
    position: relative;
}

.social-media-icons {
    max-width: 32px;
    width: 32px;
}

.splash-details {
    padding-left: 15px;
    padding-right: 15px;
}

.slogan-details {
    font-family: Garamond;
    font-size: 24px;
}

.slogan h2 {
    font-family: "GaramondItalic";
    font-weight: bold;
}

h2 {
    font-family: GaramondItalic;
    font-size: 36px;
    line-height: 1;
}

/* Tablets and Smaller */
@media (max-width: 991px) {
    .slogan h2 {
        font-size: 24px;
    }
    .slogan-details {
        font-size: 18px;
    }
    .splash-details {
        margin-top: 220px;
    }
}