﻿#header, #header-sticky-wrapper {
    /*    height: 100px !important;*/
    background-color: #F5DEB3;
}

    #header .logo img {
        max-height: 70px !important;
    }

.nav-menu a {
    color: #40103D;
}

    .nav-menu a:hover {
        color: #40103D;
    }

.nav-menu .drop-down ul {
    background-color: #F5DEB3;
}
    .nav-menu .drop-down ul a {     
        color: #40103D;
    }

    .nav-menu .drop-down ul a:hover {
        color: #ac17f1 !important;
    }
.about {
    background-color: #40103D;
}
.content h2 {
    color:#ac17f1;
}
.content p {
    color: white;
    font-size: 20px;
}
.content h3 {
    color: white;
}
.section-title span {
  color:#ac17f1
}