.navbar {
    box-shadow: 0 2px 5px 2px;

}
#profile{
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.navbar-brand{
    font-weight: bold;
    font-size: xx-large;
}

h1{
    color: black;
    margin-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3 {
    color: #fff;
}

.footer-top {
    background-color: #111;
    padding:  80px 0;
}

.segment-one h3{
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;

}

.segment-one h3::before {
    content: '|';
    color: #c65039;
    padding-right: 10px;
}

.segment-one ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.segment-one ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.segment-one ul li a {
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

.footer-bottom-text {
    text-align: center;
    background: #000;
    line-height: 75px;
    color: white;
}