.headerOne {
    font-family: Arial Rounded MT;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1;
}

.headerTwo {
    font-family: Arial Rounded MT;
    text-transform: lowercase;
    margin-top: 0px;
    line-height: 1;
}

#homeText {
    padding-top: 226px;
}

#homeTextNew {
    padding-top: 32px;
    animation-delay: 4s;
    opacity: 0;
}

#logo {
    max-height: 330px;
    width: 90%;
    margin-top: -47em;
}

.background {
    /* width: auto; */
    height: 199.6%;
    margin-left: -31.5em;
    z-index: -9999;
    margin-top: -211px;
}

@media screen and (max-width: 800px) {
    #homeTextNew h4 {
        font-size: 1em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        margin-top: -5.5em !important;
        color: white;
    }

    .gallery {
        height: 17em !important;
    }

    .line2:before {
        margin-top: -7.5em;
    }

    .Fresh {
        margin-bottom: 145px;
        color: #fff;
        margin-top: 4.5em!important;
        text-align: center;
    }
    #logo {
        max-height: 330px;
        width: 100%;
        margin-top:-3.5em;

    }

    .Fresh p {
        font-family: 'Roboto', 'sans-serif';
        font-size: 1em;
        font-weight: 300;
        margin-top: 12px;
        line-height: 23px;
        padding-left: 0.8em;
        padding-right: 0.8em;
    }

    .Fresh h4 {
        
        margin-top: 17px;
        font-family: 'Roboto', 'sans-serif';
        font-size: 1.8em;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-left:;
    }

}

#message {
    margin-top: 1em;
    /*width: 400px;*/
    height: 80px!important;
}

.callnow {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    border-radius:5px;
    padding: 10px 30px 10px 30px;
    color: #fff;
    line-height: 3em;
    min-width:200px;

   
}

.cookies {
    padding: 10px;
    background: #f4f5f4;
    font-size: 15px;
    font-weight: 700;
    right: auto;
    left: auto;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cookieButton {
    width: 120px;
    padding-left: 13px;
    color: white;
    background-color: black;
    border-radius: 5px;
    box-shadow: none;
    height: 38px;
    line-height: normal;
    top: 1px;
    position: relative;
    font-size: 12px;
    font-weight: 900;
    margin-left: 10px;
    text-align: center;
}

.main {
    position: fixed;
    left: auto;
    width: 100%;
    text-align: center;
    min-height: 31px;
    margin-bottom: 0.25rem;
    bottom: 0;
}

.navmenu {
    text-align: center;
    margin-right: 15px;
}


.policy {
    font-weight: 300;
    background-color: #ededed;
    padding: 20px 5px 5px 10px
}

.policy p{
    font-size: 0.8em;
}


#grid {
    margin: 0 auto;
    display: grid;
    width: 174.5%;
    grid-template-columns: 50px 1fr;
    text-align: center;
    margin-left: -37%;
    margin-top: -11%;

}


#msgbutton {
    margin-top: 1em;
}


