body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: century-gothic, sans-serif;
}

.red-color,
.red-color:hover {
    color: #FF0038;
}

.light-gray {
    color: #A6A6A6;
}

.light-gray a:hover {
    color: #FF0038;
}

.dark-gray {
    color: #545454;
}

.navbar {
    background: #fff;
    padding: 0;
    padding-left: 24px;
    /* Top Left corner */
}

.nav-link,
.navbar-brand {

    font-family: century-gothic, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 3px;

}

.nav-link {
    margin-right: 1em !important;
}

/*.nav-item:hover {
    background-color: #FF0038;
    color: #ff0038;
}
*/
.navbar .navbar-collapse .navbar-nav li a:hover {
    color: #FF0038;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FF0038;
}

.navbar-collapse {
    justify-content: flex-end;
}

.description {
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    text-align: center;
}

.description h1 {
    color: #A6A6A6;
}

.description p {
    color: #A6A6A6;
    font-size: 1.3rem;
    line-height: 1.5;

}

.carousel-caption {
    top: 60%;
    transform: translateY(-50%);
    bottom: initial;
    text-align: left;
}

.carousel-caption:hover {
    color: #FF0038;
}

.carousel-caption hr {
    height: 1px;
    background-color: #FFFFFF;
    border: none;
    text-align: left;
    margin-left: 0;
    width: 450px
}

.contact-us-link a {
    color: #A6A6A6;
    list-style-type: none;
    /*margin: 0 12px;*/
}

.contact-us-link a:hover {
    color: #FF0038;
    /*margin: 0 12px;*/
}

.contact-us-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 0.5;
}

/*footer*/
footer {
    background-color: #FFFFFF;
    margin-top: 40px;
    margin-left: 13px;
    /* bottom left corner */
}

footer ul {
    list-style-type: none;
    padding: 0px;
}

footer li {
    display: inline;
}

footer li a {
    color: #A6A6A6;
    margin: 0 12px;
}

footer li a:hover {
    color: #FF0038;
    margin: 0 12px;
}

.d-flex li {
    display: inline;
}


.letter-spacing {
    letter-spacing: 3px;
}

/*mobile screen logo */
@media(max-width:768px) {
    .navbar-brand img {
        width: 100%;
        max-width: 100%;
    }
}