body {
    overflow-x: hidden;
    font-family: 'Readex Pro', sans-serif;
    color: #222120;
}

p,ol,ul,a {
    font-size: 16px;
}

h2 {
    color: #222120;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

.btn {
    background-color: #94B850;
    color: #222120;
    border: black solid 1px;
}

.btn:hover {
    background-color: #FFFFFF;
    border: black solid 1px;
    color:#94B850;
}

.line {
    border: 0;
    clear:both;
    display:block;
    width: 100%;               
    background-color:#609966;
    height: 5px;
}

.margin-100 {
    margin: 100px;
}

#headeroutput{
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: rgba(255,255,255,0.8);

}

#top-box {
    width: 100%;
    z-index: 1;
}


#header-box {
    display: flex;
    justify-content: center;
    width: 100%;
}


#top-box a {
    color: black;
    font-weight: 900;
}

#top-box a:hover {
    color:#94B850;
}

.top-section {
    display: flex;
}

.logo-image {
    height: 80px;
}

.logo-image:hover {
    cursor: pointer;
}


#logo-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#nav-row {
    display: flex;
    justify-content: space-around;
}

#nav-container {
    display: flex;
    justify-content: end;
}

header .nav-link:hover {
    color: #94B850;
}

@media (max-width: 575px) {
    .dropdown-menu {
        display: block;
    }
}

#link-box {
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.menu-item {
    color:black;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#background-image-box {
    position: fixed;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* top: 80px; */
    width: 100%;
}

#background-image-box h1{
    color: #609966;
    font-weight: 900;
    font-size: 3vw;
}

#background-image {
    width: 100%;    
    top: 0px;
    position: absolute;
    z-index: -1;
}

.hidden {
    visibility: hidden;
}

#picture-text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 44%;
}

#wave {
    top: -94px;
    position: absolute;
    z-index: -1;
}

#title-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 768px) {
    #background-image-box {
        top: 80px;
    }
}


#title-box hr {
    width: 30%;
    border: 5px solid #C8D869;
}

#picture-logo-box {
    width: 96%;
    display: flex;
    justify-content: end;
}

/* @media (max-width: 768px) {
    #title-box{
        justify-content: flex-start;
    }
    #picture-logo-box {
        display: none;
    }
} */




#main-image-container {
    display: flex;
    width: 100%;
    height: 220px;
    position: relative;
    top: 470px;
    justify-content: center;
}

.centered-heading {
    text-align: center;
}

main {
    position: relative;
    background-color: white;
    /* filter: drop-shadow(0 1mm 1mm #222120); */
    top: 80px;
}



.content-box {
    background-color: #C8D869;
    border-radius: 20px;
}

.image {
    width: 100%;
    border-radius: 20px;
}

.half-image {
    width: 50%;
}

.image-shadow {
    filter: drop-shadow(0 1mm 1mm #222120);
}

.rounded-image {
    border-radius: 20px;
}

.shade-background {
    background-color: #E1E7CC;
}

.craft-box {
    display: flex;
    flex-direction: column;
}

.craft-box-button {
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    align-items: end;
}

#testimonials-logo {
    width: 10vw;
}

.carousel-inner {
    height: 430px;
    display: flex;
    align-items: center;
}

.carousel-box {
    width: 80%;
    margin-left: 10%;
}

.carousel-image-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.carousel-text-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.carousel-image {
    height: 320px;
    border-radius: 20px;
}

.quote {
    font-size: 1.2vw;
    font-style: italic;
}

.carousel-textbox {
    width: 100%;
}
@media (max-width: 992px) {
    .quote{
        font-size: 2vw;
    }
    .carousel-textbox {
        width: 50%;
    }
    #testimonials-logo {
        width: 30vw;
    }
    .carousel-inner {
        height: 730px;
    }
    .carousel-text-container {
        padding-top: 20px;
        padding-left: 0px;
    }
}

#contact-box {
    background-color: #C8D869;
}

/* About page */
.about-text {
    font-size: 20px;
}

/* Why page */
.end-box {
    display: flex;
    align-items: end;
    flex: 1;
}

.why-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* Partner Page */
#partner-image {
    top: 0px
}

#partner-main{
    background: rgba(0,0,0,0);
}

#partner-main p {
    font-size: 20px;
}

#partner-main h6 {
    font-size: 25px;
}

#partner-container{
    background-color:#FFFFFF;
    border:#222120 solid 2px;
    filter: drop-shadow(0 1mm 1mm #222120);
    position: relative;
    margin-bottom: 50px;
}

#partner-location {
    top: 80px;
    position: relative;
}

#partner-image-box {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100px;
}

#partnership-location {
    position: absolute;
    z-index: 1;
}

/* Partners and clients page */
#vivid-logo {
    width: 15%;
}
@media (max-width: 768px) {
    #vivid-logo {
        width: 50%;
    }
}


/* Team page */
.team-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}


/* Contact Page */
.contact-image {
    position: fixed;
}

#contact-heading-box {
    top: 10%;
    position: absolute;
    left: 10%;
    color:#C8D869;
    width: 30%;
}

@media (max-width: 768px) {
    #contact-heading-box {
        width: 80%;
    }
}

#contact-heading-box h2 {
    color: #FFFFFF;
}

.contact-box {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}


/* Exhibition page */
.exhibition-text {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.exhibition-text p {
    padding: 20px;
    font-size: 20px;
}

#exhibition-text-box {
    position: absolute;
    top: 50%;
    color: #222120;
    background-color: #C8D869;
    border: #222120 solid 2px;
    border-radius: 20px;
    width: 50%;
    left: 25%;
}

#exhibition-text-box h1 {
    padding: 5px;
    font-size: 2.8vw;
}

#exhibition-main-image-box {
    position: relative;
    text-align: center;
}

.exhibition-image {
    width: 80%;
    border-radius: 20px;
}
#exhibition-line {
    display: none;
}


@media (max-width: 992px) {
    #exhibition-text-box {
        width: 90%;
        left: 5%;
    }
    #exhibition-text-box h1 {
        font-size: 4vw;
    }
    .exhibition-image-box {
        padding: 10px;
    }
    #exhibition-line {
        display: block;
    }
}

@media (max-width: 1199px) {
    .exhibition-image {
        width: 100%;
    }
}




footer {
    position: relative;
    background-color: #94B850;
    color: #222120;
    top: 80px;
}

#footer-box {
    width: 100%;
    padding: 10px 100px;
}

#footer-box h6 {
    margin-top: 20px;
    font-weight: 700;
}

.qr-code {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #footer-box {
        padding: 10px;
    }
}

.nav-link {
    color: #222120;
}

footer a {
    color: black;
    text-decoration: none;
    padding: 5px;
}

footer a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}







