*{
    font-family: "Cormorant Garamond", serif;
}

.navbar .navbar-brand{
    color: #868686;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1.2;
    color:#000
}

.font-family-sans{
    font-family: serif;
    font-size: inherit;
}

.footer a{
    text-decoration: none;
    color: #868686;
}

.footer a:hover{
    color: #000;
}

.footer-div{
    display: flex;
}

.footer-div p{
    display: inline-block;
}

.footer-div span{
    margin-right: 1rem;
}

#carouselExampleCaptions h3{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.2;
    color: #fff;
    transform: translateY(-2rem);
}

.font-lato{
    font-family: "Lato", sans-serif;
}

.category-card{
    overflow: hidden;
    position: relative;
    border: none;
    align-items: center;
    border-radius: none;
    background-color: transparent;
    cursor: pointer;
}

.category-card a{
    border: none;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    line-height: 2.4rem;
    font-size: 0.9rem;
    min-width: 8rem;
    text-align: center;

    box-sizing: border-box;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    outline-color: rgb(255,255,255);
    outline-style: none;
    outline-width: 0px;
    text-decoration: none;
}

.category-card a:hover{
    color: rgb(255,255,255);
    background-color: rgb(0, 0, 0);
    cursor: pointer;
}

.newsletter-subscribe h2{
    font-weight: 600;
}

.intro p{
    color: #868686;
}

.newsletter-subscribe form {
    justify-content:center;
}

.newsletter-subscribe form .form-control {
    background:#eff1f4;
    border:none;
    border-radius:3px;
    box-shadow:none;
    outline:none;
    color:inherit;
    text-indent:9px;
    height:45px;
    margin-right:10px;
    min-width:250px;
    width: 300px;
    margin-right: 0px;
}

.newsletter-subscribe form .btn {
    border:none;
    color: #fff;
    background-color: #000;
    box-shadow:none;
    text-shadow:none;
    opacity:0.9;
    text-transform:uppercase;
    font-weight:bold;
    font-size:13px;
    letter-spacing:0.4px;
    line-height: 2rem;
    height: 45px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: translateX(-2%);
    margin: 0px;
    padding: 6px 12px;
}

.newsletter-subscribe form .btn:hover {
    opacity:1;
}

.about-us p{
    font-size: 1.2rem;
    font-family: "Lato", sans-serif;
    color: #868686;
}