body {
    background: lightgrey;
}
.navbar {
    margin-bottom: 40px;
}

.nav > li {
    text-align: right;
}

.content-container {
    margin-bottom: 40px;
}

.img-container, .page-content {
    margin-top: 40px;
}

.img-wrapper {
    display: inline-block;
    padding-left:0;
    padding-right:0;
    z-index: 1;
}

.photo-details .img-wrapper {
    cursor: pointer;
}

.info-wrapper {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    z-index: 1;
    background: #fff;
}

.photo-details.landscape .info-wrapper {
    padding-left: 10%;
}

.info-wrapper figcaption {
    font-weight: 600;
    margin: 20px 0;
}


figure {
    background-color: #fff;
    z-index: 10;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.btn.btn-primary.black-btn-primary {
    background-color: black;
    border-color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn.btn-primary.empty-btn-primary {
    background-color: transparent;
    border-color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: 1px;
    border-radius: 0;
    color: black;
}
ul {
    padding-left: 0;
}

li {
    list-style: none;
}

.comments {
    background-color: #fff;
    padding: 3% 10%;
}

form {
    background-color: #fff;
    padding: 6% 10%;
}

.form-control {
    border-radius: 0;
}

.likes-count {
    margin: 20px 0;
}
.err-msg {
    margin: 20px 0;
}
h2 {
    color: #fff;
    display: inline-block;
}
.photo-author {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 11px;
}

.modal-dialog {
    width: 80%;
}
.modal-content {
    border-radius: 0;
}

.modal-content button.close {
    background: black;
    opacity: 1;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 18px;
    font-weight: 500;
}
.pagination .fas.fa-chevron-right,
.pagination .fas.fa-chevron-left{
    color: black;
    font-size: 11px;
}

@media (max-width: 767px) {
    .info-wrapper {
        padding: 10px 10px 40px 10px;
        background: #fff;
    }
    .photo-details.portrait .info-wrapper {
        padding-left: 10%;
    }

}

