.blogfeaturename {
    font-size: 1.3em;
    line-height: 1.2em;
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
}


.featurebar {
    width: 100%;
    position: relative;
    height: 7px;
    background: #676B6C;
    display: block;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

.box {
    position: relative;
    flex: 1 1 calc(24% - 16px); /* Adjusting for the width of the text */
    margin: 5px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.rotated-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: white;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    font-size: 1.2em;
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
    font-weight: 600;
}




#signupspan{
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
background:#0c3205;
display:block;
padding:20px 10px 20px 10px;
    line-height: 1.1em;
font-size:1.6em;
color: #fff;
}


#signupspangreen{
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
background:#7f889f;
    line-height: 1.1em;
font-size:1.6em;
display:block;
padding:20px 10px 20px 10px;
color: #fff;
}


#signupbottom{
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
background:#7f889f;
    line-height: 1.1em;
font-size:1.6em;
display:block;
padding:10px;
color: #ffffff;
}

a.btndesigner {
font-size: 1.2em;
    padding: 0px 21px 6px 20px;
    border: 1px solid;
    text-decoration: none;
    color: #fff;
font-family: Garamond-regular, Verdana, Geneva, Arial, Helvetica;
}

a.btndesigner:hover {
background:#dddddd;
}

#newh1{
letter-spacing: 1.3px;
    font-size: 1.8em;
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
line-height: 1.0em;
}

#newh1white{
letter-spacing: 1.2px;
    font-size: 1.5em;
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
color:#ffffff;
}


#newh1sub{
letter-spacing: 10px;
    font-size: 2.5em;
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
line-height: 1.0em;
}

#newh1whitesub{
letter-spacing: 10px;
    font-size: 2.5em;
font-family: Garamond-regular,Verdana,Geneva,Arial,Helvetica;
font-weight: 100;
color:#ffffff;
}




@media (max-width: 768px) {
#newh1{
font-size:1.5em;
}

#newh1white{
font-size:1.5em;
}


}



#flexA{
margin:5px;
background:#7f889f;
color:#ffffff
}

#flexB{
margin:5px;
background:#ffffff;
}


#flexC{
margin:5px; 
background:#585F69;
color:#ffffff;
}

#flexD{
margin:5px; 
background:#DCD8CF;
color:#ffffff;
}

#flexE{
margin:5px; 
background:#9C9791;
color:#ffffff;
}


#flexSHOP{
margin:0px; 
background:#ffffff;
padding:0px;
border:0px solid #ffffff;
    flex: 1 1 calc(24% - 16px);
}

#flexSHOPinsta{
margin:0px; 
background:#ffffff;
padding:0px;
border:2px solid #ffffff;
    flex: 1 1 calc(24% - 16px);
}


.flexlink{
text-decoration:none;
}



#flexSHOPhost{
margin:0px; 
background:#ffffff;
padding:0px;
border:2px solid #ffffff;
    flex: 1 1 calc(24% - 16px);
}

p#flexSHOPhost{
font-size:14px;
}


.featureimage {
            width: 100%;
    height: 79%;
            object-fit: cover; 
        }


.container {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

.image-container, .color-container {
    width: 100%; /* Set both divs to 100% width by default */
    box-sizing: border-box; /* Include padding and border in the width calculation */
}

.image-container {
    width: 60%; /* Set specific width for larger screens */
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.color-container {
width: 40%;
    background-color: #ffffff; /* Set your desired background color */
padding: 60px;
}



#blogteaser {
margin-left:auto;
margin-right:auto;
display:flex;
font-family: "Montserrat-Regular", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica;
}



@media only screen and (max-width : 768px) {

#flexA,#flexB,#flexC,#flexD,#flexE,  .image-container, .color-container {
margin-left:0px;
margin-right:0px;
width: 100%; 
    }


#blogteaser {
display:grid;
}

#flexSHOP{
flex: 1 1 calc(100% - 0px);
}

.rotated-text{
writing-mode: revert;
transform: rotate(0deg);
}



}



#white{
color:white;
}

#colpadding10{
margin:10px;
}


a#linkwhite {
color:white;
}







        .gvfaq {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
        }
        .gvfaq label {
            display: block;
            text-decoration: none;
            font-weight: bold;
            color: #333;
            padding: 10px;
            background: #f9f9f9;
            border-radius: 5px;
            cursor: pointer;
        }
        .answer {
            display: none;
            padding: 10px;
            background: #eef;
            border-radius: 5px;
        }


        input[type="radio"] {
            display: none;
        }

/*
        input[type="radio"]:checked + .answer {
            display: block;
        }
*/


.faqspan {
    float: right;
    font-size: 3em;
    transition: opacity 0.3s ease;
}


input[type="radio"] + label .faqspan::before {
    content: "+";
}


/* Hide the "+" when the corresponding input is checked */
input[type="radio"]:checked + label .faqspan::before {
content: "-";
}


/* Show the answer when the radio input is checked */
input[type="radio"]:checked + label + .answer {
    display: block;
}



/* Contact button */
a.contact-link {
    position: relative !important;
    display: inline-block !important;
    padding: 12px 25px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    color: black !important; /* Default text color */
    text-decoration: none !important;
    border: 1.5px solid black !important;
    overflow: hidden !important;
    transition: color 0.4s ease-in-out !important;
    background-color: white !important; /* Ensures text is visible initially */
}

/* Background animation */
a.contact-link::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background-color: black !important;
    transition: left 0.4s ease-in-out !important;
    z-index: -100 !important; /* Ensures background stays behind text */
}

/* Ensure text is always on top */
a.contact-link {
    position: relative !important;
    z-index: 200 !important; /* Text stays above background */
}

/* Move black background in on hover */
a.contact-link:hover::before {
    left: 0 !important;
}

/* Change text color to white on hover */
a.contact-link:hover {
    color: white !important;
}



/* Container to hold both divs */
.containerw {
    display: flex;
    flex-wrap: wrap;
}




/* Left div takes 25% of the width */
.leftw {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 10px 10px 0px 10px;
}

/* Right div takes 75% of the width */
.rightw {
    width: 73%;
    padding: 10px;

margin-left: 57px;
    margin-right: 57px;
}

/* Image is aligned to the bottom */
.leftw img {
    max-width: 100%;
    height: auto;
    align-self: flex-end;
}

/* Media query for screens smaller than 500px */
@media (max-width: 800px) {
    .leftw, .rightw {
        width: 100%;
    }
    
    .leftw img {
        max-width: 100%;
        height: auto;
    }
}







