.nav-link, .navbar-brand {
    text-decoration: none;
    color: white;
}
.navbar-toggler {
    color: white !important;
}
.dropdown-item {
    text-decoration: none;
}
#mainNav {
    background: black;
}
.website-avatar {
    min-width: 100%;
    height: auto;
}

.post-image-left {
    margin: auto 20px auto auto;
    width: 30%;
    border: 1px solid #cccccc;
    padding: 5px;
    float: left;
}

.post-image-right {
    margin: auto auto auto 20px;
    width: 30%;
    border: 1px solid #cccccc;
    padding: 5px;
    float: right;
}

.post-image {
    margin: 25px auto 25px auto;
    display: table;
    width: 80%;
    border: 1px solid #cccccc;
    padding: 5px;
}

.post-image img, .post-image-right img, .post-image-left img {
    border: 1px solid #cccccc;
    padding: 5px;
    max-width: 100%;
}

.post-image-caption {
    text-align: center;
    margin: 10px 0 0 0;
}
.post-image-feature {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 450px;
    width: auto;
}
.post-image-feature .feature-image {
    display: block;
    margin: 0 auto;
    max-height: 450px;
    width: auto;
    border-radius: 8px
}

.align-right {
    float: right;
}