﻿.hero {
    text-align: center;
    color: var(--font-gray);
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.hero h1 {
    font-size: 60px;
}

.headingLeft {
    display: none;
}

@media (max-width: 1150px) {
    .hero {
        width: 80%;
    }
}

@media (max-width: 850px){
    .fullPage{
        background-repeat: no-repeat;
    }
}

@media (max-width: 600px) {
    .hero {
        width: 90%;
    }

    .fullPage{
        background: none !important;
    }
    
}