.site-main
{
	padding: 60px 0;
}

.homePageContent {
	padding: 60px 0;
    width: 100%;
    min-height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-image: url('/wp-content/uploads/2022/12/desktop2.jpg');
    background-size: cover;
    background-position: center;
	text-align: center;
}

.homePageContent ul#menu-primary {list-style: none;}

.homePageContent ul#menu-primary li {
    display: inline-block;
    padding: 10px 30px;
    font-size: 30px;
    margin-bottom: 60px;
}

.homePageContent img {padding: 20px;}

span.fl-heading-text {
    color: #f2f2f2;
    font-size: 30px;
    margin-top: 10px;
    display: block;
}

.homePageContent h3 {
	    font-family: "Vujahday Script", cursive;
    font-weight: 400;
    font-size: 50px;
    line-height: 0.3;
    letter-spacing: 0.1px;
    text-align: center;
	color: white;
	display: block;
	margin-bottom: 30px;
}

.skip-link {
	display: none;
}

.homePageContent ul#menu-primary li a {
    color: black;
    font-weight: 700;
}

a[role="button"] {
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    background: #7c7c56;
    padding: 10px 60px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none !important;
    margin-bottom: 15px;
}

a[role="button"]:hover {
    background: #acb889;
}

#masthead {
    top: 0;
}

#hero img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

#hero {
    position: relative;
}

.product-type-simple {
    padding: 60px 0;
}

section#hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

.entry-title{
    margin-bottom: 5px;
    font-size: 40px !important;
    line-height: normal;
}


@media (max-width: 428px) {
    .hometext h3 {
    color: #ffffff !important;
        font-size: 22px;
    }

    .entry-title{
        margin-top: 25px;

    }
}


@media (max-width: 1280px) {
    .hometext h3 {
    color: #ffffff !important;
        font-size: 22px;
    }
}

@media screen and (max-device-width: 800px) and (orientation: portrait) {
    .hometext h3 {
    color: #000 !important;
        font-size: 22px;
    }
}


.home .ast-container {
    max-width: 100%;
}