/* Enter Your Custom CSS Here */

.menu a:hover {
    color: #c91783 !important;
}
#contactInfo a:hover {
    color: #c91783 !important;
    border: none;
}
.menuContainer:first-child {

    width: 30% !important;
}
.menuContainer {
    width: 65%;

}
.menu a {

    font-size: 13px !important;
}

img a:hover, a img:hover, a:hover img {opacity: .8 !important;}

#home-bullets {margin-left: 2em !important; padding-top: 12px !important;}

input[type="text"], input[type="email"], textarea {
    width: 100% !important;

}


@media screen and (max-width: 960px)
{
#title-info {
    float: none;
    width: auto !important;
    margin-top: 5%;
    clear: both;
}
}