﻿header a.logo img {
    max-height: 165px;
}
.bg-deep-pink {
    background-color: #373435;
}
.footer-logo {
    max-height: 165px;
}
a:hover, a:active {
    color: #000000;
    text-decoration: none;
}
@media (max-width: 767px) {
    .title-large {
margin-top:200px;
    }
}
.bg-light-gray1 {
    background-color: #000000;
}
.list-style-2 li:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #f9f9f9;
    position: absolute;
    top: 12px;
    left: 0;
}