#mainNav {
    opacity: 0.95;
    filter: (opacity(95));
}

#main {
    padding-top: 4.65rem;
}

@media (min-width: 992px) {
    #main {
        height: 100vh;
        min-height: 40rem;
        padding-top: 6rem;
    }
}


header.masthead {
    background: linear-gradient(to bottom, rgba(85, 107, 47, 0.4) 0%, rgba(85, 107, 47, 0.8) 100%),;
    background-size: cover;
}

.kw-bg-primary {
    background-color:  rgba(198,164,71,1.0);
}

#portfolio .container-fluid .portfolio-box .portfolio-box-caption {
    background: rgba(198,164,71,0.9);
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    border-bottom: 2px solid transparent;
    transition: border-bottom .2s, color .2s;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    background: none;
    color: rgba(198,164,71,1.0) !important;
    border-color: rgba(198,164,71,1.0);
    }

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: rgba(198,164,71,1.0);
    border-color: rgba(198,164,71,1.0);
}
    
#mainNav .navbar-nav li.nav-item a.nav-link.active:hover {
    background: none;
    color: rgba(198,164,71,1.0);
}

.intro-section {
    padding: 2rem 0;
}

.to-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.about-color {
    color: white;
}

.about-center-parent {
    position: relative;
}

.about-center {
    margin: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
}

.about-text-center {
    text-align: center;
}

.about-video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.input__container {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.input__container label {
    font-size: 1.6;
}

.input__container input, textarea {
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 1px solid #555;
    resize: none;
}

.button-design {
    align-self: flex-start;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
}

.button-padding-1 {
    padding-bottom: 1rem;
}

.button-padding-2 {
    padding-bottom: 2rem;
}

.button-padding-3 {
    padding-bottom: 3rem;
}

.button-padding-4 {
    padding-bottom: 4rem;
}

.button-padding-5 {
    padding-bottom: 5rem;
}

.button-padding-6 {
    padding-bottom: 6rem;
}

.button-padding-7 {
    padding-bottom: 7rem;
}

.polaroid {
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-shadow: 2px 4px 8px 3px Gainsboro;
    -moz-box-shadow: 2px 4px 8px 3px Gainsboro;
    box-shadow: 2px 4px 8px 3px Gainsboro;
    margin: 2%;
    margin-bottom: 50px;
    float: left;
    -webkit-transition: all .0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s ease;
    z-index: 0;
    position: relative;
}

.polaroid:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 10;
    -webkit-box-shadow: 4px 8px 16px 6px Gainsboro;
    -moz-box-shadow: 4px 8px 16px 6px Gainsboro;
    box-shadow: 4px 8px 16px 6px Gainsboro;
}

.rounded-image {
    border-radius: 25px 25px 0 0;
    border: rgba(198,164,71,1.0);
}

.title-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.quotes {
    font-weight: bold;
    font-size: xx-large;
    /*color: rgba(198,164,71,1.0);*/
    margin-block: 50px 50px;
}

a {
    text-decoration: none;
}

.image-size {
    float: left;
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.image-size2 {
    float: left;
    width: 220px;
    height: 220px;
    object-fit:cover;
}

.img-size {
    float: left;
    width: 300px;
    height: 300px;
    border: 2px solid  #ddd;
    object-fit: cover;
    -webkit-box-shadow: 2px 4px 8px 3px Gainsboro;
    -moz-box-shadow: 2px 4px 8px 3px Gainsboro;
    box-shadow: 2px 4px 8px 3px Gainsboro;
    margin: 2%;
    float: left;
    -webkit-transition: all .0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s ease;
    z-index: 0;
}

.img-size:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 10;
    -webkit-box-shadow: 4px 8px 16px 6px Gainsboro;
    -moz-box-shadow: 4px 8px 16px 6px Gainsboro;
    box-shadow: 4px 8px 16px 6px Gainsboro;
}

.prod-container {
    padding: 64px;
}

.row-prod:after {
    content: "";
    display: table;
    clear: both;
}

.column-60 {
    float: left;
    width: 60%;
    padding: 20px;
}

.column-40 {
    float: left;
    width: 40%;
    padding: 20px;
}

@media screen and (max-width: 1000px) {
    .column-60,
    .column-40 {
        width: 100%;
        text-align: center;
    }
}

.slide {
    display: none;
}

.image-slide {
    width: 100%;
}

.modal-preview {
    width: 100%;
}

.dots {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.previous,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

ol {
    text-align: left;
}

ul {
    text-align: left;
}

li {
    text-align: left;
    padding-left: 50px;
}

.navbarlogo {
    background-image: url("../media/img/Kisasa\ Official\ Logo...jpg");
    width: 80px;
    height: 80px;
    z-index: 1;
    background-color: red;
    position: relative;
}