a {
    color: #babdb6;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

body {
    background-color: black;
    color: white;
}

#main-photo-view {
    color: white;
}

#photo-details-container {
    color: white;
}

.grey-blue {
    color: white;
}

.social-media-button {
    color: white;
}

.image-thumb-author-name {
    background-color: #999;
    color: black;
}

#photo-meta-container .social-media-button {
    color: white;
}

#copy-link-button.photo-copy-link-button {
    background-color: white;
    color: white;
    padding-bottom: 3px;
}

#copy-link-button {
    background-color: white;
    color: black;
}

.photo-tag {
   background: rgba(255,255,255,.15);
   color: white;
}


.photo-exif-text {
    color: white;
}

.photo-exif-container {
    background: rgba(255,255,255,.15);
    border: 3px solid rgba(0,0,0,.10);
}

#copy-link-button.photo-copy-link-button {
    background: white;
    color: black;
}

.photo-comments-divider {
    background-color: white;
    height: 5px;
}

.photographer-name-image {
    color: black;
    background-color: #999;
}


#photo-main-title {
    color: white;
    text-shadow: none;
}

#next-prev-container a {
    color: white;
}


path.logo-letter {
    fill: white;
}

.width-23 {
    color:white;
}

#gallery-main-title {
    text-shadow: none;
}

.image-thumb-author-name:hover {
	background-color: #999;
}

.black-button {
    background-color: rgba(255,255,255,.2);
}
