﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 36px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a {
    color: black !important;
}

    a:hover {
        color: black !important;
        font-weight: bold;
        text-decoration: none !important;
    }

@media (max-width: 768px) {
    h5 {
        font-size: 1rem !important;
    }
}
#pp {
    width: 7%;
}

.navbar-expand-lg .navbar-collapse {
    width: 100%;
}

.bg-pink {
    background-color: deeppink !important;
}

.carousel-caption{
    color: deeppink !important;
}

.d-none {
    display: block !important;
    bottom: 40% !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9) !important;
}
