html { 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5
}

body {
    background-color: #F9F9F9;
}

.bg-hw-gray {
    background-color: #efefef;
}

.text-hw-orange {
    color: #F26E0D;
}

.text-hw-white {
    color: #F9F9F9;
}

.text-hw-gray {
    color: #B9B9B9;
    ;
}

.text-hw-green {
    color: #7BAD4A;
    ;
}

.hover\:text-hw-orange:hover {
    --tw-border-opacity: 1;
    color: #F26E0D;
}

.bg-hw-orange {
    background-color: #F26E0D;
}

.bg-hw-darkGray {
    background-color: #1E1E1E;
}

.grid-cols-hw-footer {
    grid-template-columns: 4fr;
}

.font-industry-header {
    font-family: 'industry', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.font-industry {
    font-family: 'industry', sans-serif;
}  

.outdoor-edu-grid {
    /* background: repeating-linear-gradient(transparent 0 150px, #E5E5E5 150px 300px); */
    /* background: repeating-linear-gradient(transparent 0 180px, #E5E5E5 180px 360px); */
    background: repeating-linear-gradient(transparent 0 160px, #E5E5E5 160px 320px);
    justify-content: space-evenly;
}

.outdoor-edu-grid .flex.flex-col.justify-between {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 100px;
    width: 210px;
}

.section-top-padding {
    padding-top: 150px;
}

.section-bottom-padding {
    padding-bottom: 75px;
}
