html {
    scroll-padding-top: 5rem;
}


/* Navbar style */
.nav-bg-custom {
    background-color: rgb(5, 0, 0);
    color: white;
}

.navbar-nav .nav-link {
    color: white;
}

.navbar-nav .nav-link:hover{
    color: red;
}

.navbar-nav .nav-link.active {
    color: red;
}

.card-style {
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}

.card-style h5:hover,h4:hover,h3:hover,h2:hover,h1:hover{
    color: red;
}


.card-header {
    color: white;
    background-color: rgba(0, 0, 0, 0.85);
}

.card-body {
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
}

.card-footer{
    color: white;
    background-color: black;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    max-width: 100%;
    width:100%;
    left: 0;
}

footer a {
    color: white;
}

.website {
    background: #ddd;
}

.card-contact {
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow: hidden;
    border-radius: 15px;
    background-color: black;
    color: white;
}

.card-contact a {
    color: white;
    text-decoration: none;
}

.card-contact a:hover {
    color: red;
}

.card-contact:hover .img-contact2 img {
    border-color: red;
    transition: .7s;
}

.img-contact1 img{
    height: 200px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
}

.img-contact2 img{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50px;
    border: 7px solid #fff;
    margin-top: -80px;
}

.card-contact-text {
    padding: 30px 0;

}

.card-contact-text h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 20px;
}
.carousel-caption  h5 {
    font-weight: bold;
}