body {
    font-family: 'Roboto', sans-serif;
}

.hero .title, .hero .subtitle {
    font-family: 'Raleway', sans-serif;
}

.about-us h2, .thumbnail p, .box h3, .read-more-container a, .view-more-container a {
    font-family: 'Roboto', sans-serif;
}
.hero {
    background: url('/_assets/images/hero-background.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align:center!important;
}
.hero .title {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.9);
    margin:0 auto;
    margin-top:10px;
    padding-bottom:20px;
    /**opacity:0.8;**/
}
.hero .subtitle {
    font-size: 1.25rem; /* Reduced font size */
    color: rgba(255, 255, 255, 0.8);
    margin:0 auto;
    font-weight:200!important;
}
.about-us {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.about-us h2 {
    margin-top: 0;
    align-self: flex-start;
}
.about-us img {
    width: 40%;
    margin-left: 80px; /* Further increased margin */
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.about-us p {
    margin-left: 0; /* Remove indent */
}
.thumbnail {
    text-align: center;
    position: relative;
    padding: 0; /* Remove padding */
}
.thumbnail img {
    max-width: 100%;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.read-more-container {
    text-align: right;
    margin-top: 15px;
}
.view-more-container {
    text-align: center;
    margin-top: 15px;
}
.box {
    background: none;
    border: none;
    box-shadow: none;
}
.section-border {
    border-bottom: 1px solid #f5f5f5;
    width: 60%;
    margin: 0 auto;
}

.hero.is-medium {
    height: 40vh; /* 25% of the full viewport height */
}

.hero.is-medium .hero-body {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer {
    background: #f5f5f5;
    padding: 20px 0;
    padding-bottom:0!important;
    margin-top:80px;
}

.footer .footer-logo img {
    max-width: 200px; /* Smaller logo size */
    margin-bottom: 20px;
    margin-top:50px;
}

.footer .columns {
    margin-top: 20px;
}

.footer .column p {
    margin: 5px 0;
}

.footer-bottom {
    background: #333;
    padding: 10px 0;
    color: white;
    font-size:0.8em;
    margin-top:80px;
}

.footer-bottom p {
    margin: 0;
}
.navbar-item.active {
    font-weight: bold;
    color: #3273dc; /* This color should match your brand's primary color */
}

.section h2 {
    padding-top: 60px;
}

.section img {
    margin-bottom: 20px;
}

.section:after {
    content: "";
    display: table;
    clear: both;
}
.section img {
    margin-bottom: 20px;
}

.section .columns {
    margin-top: 20px;
}

.section:after {
    content: "";
    display: table;
    clear: both;
}

.map-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form {
    margin-top: 20px;
}

.site-list {
  list-style-type: square; /* This changes the bullets to squares */
  margin-left: 20px; /* This indents the list */
}

.site-list li {
  margin-bottom: 0; /* No extra space between list items */
}
.hero.is-medium .hero-body .container {
    margin-top:-3.5rem!important;
}

.product-list {
    list-style-type: square; /* Square bullets */
    columns: 3; /* Create 3 columns */
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 20px; /* Gap between columns */
    margin-left: 20px; /* Indent the list */
    padding-left: 0; /* Remove default padding */
}

.product-list li {
    margin-bottom: 0; /* No extra space between list items */
}

        .hero.is-large .hero-body {
            padding: 14rem 6rem;
        }

        .hero.is-large {
            background-image: url('/_assets/images/hero-background.jpg');
            background-size: cover;
            background-position: center bottom 30%; /* Position the bottom of the image 20% from the bottom */
        }


        .hero-body {
            display: flex;
            align-items: flex-end; /* Align items to the bottom */
        }