*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: sans-serif
}
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand
{
    color: currentColor !important;
    font font-weight: 600;
}
.navbar-nav li
{
padding: 0 10px;
}

.navbar-nav li a
{
    color: black !important;
    font font-weight: 600;
}
.fa-bars 
{color: black;
 font-size: 30px !important;}
.navbar-toggler
{
    outline: none !important;
}

.promo-title
{font-size: 40px;
font-weight: 600;
margin-top: 100px;
}

.email-link
{
    color: black;
    text-decoration: none;
}

.space
{
    padding-top: 100px;
    width: 100%;
    height: auto
    
}

.bloglink
{font-size: 40px;
font-weight: 600;
margin-top: 100px;}

.gallery
{
    padding: inherit;
    padding-bottom: 10px;
    width: 100%;
    height: auto
}

.aboutme
{font-size: 30px;
font-weight: 400;
margin-top: 100px;}