/* CSS Document */
.navbar-brand img {
    width: 100px !important;
}

body {

   font-family: 'Cormorant Garamond', serif;
}

h1, h2, h3,h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}

p,
span
li{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; /* or 20px */
   
}

p {
    line-height: 30px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center !important;
    }
    .navbar .nav-item .dropdown-menu {
        width: 294px !important;
    }
}

.navbar .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
}


.feature-item {
    height: 100%;
}

.feature-content h4 {
    font-size: 20px;
    line-height: 30px;
}

.about-item-content h5 {
    line-height: 30px;
}

.hero-slider .hero-single{
 background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh; /* ya 700px */
}