@charset "UTF-8";
/* CSS Document */

/* Catering Page */

.catHero {
    width: 100%;
    background-color: darkgray;
    min-height: 600px;
    background-image: url("../images/catering/catHero.jpg");
    position: relative;
    background-size: cover;
    background-position: center;
    top: 0px;
}
.catHero div {
    width: 50%;
    position: relative;
    top: 150px;
    margin-left: 25%;
    margin-right: 25%;
    background-color: rgba(230,41,48, 0.75);
    padding: 4em;
    border-radius: 1em;
    font-family: "germania one";
    font-size: 1em;
}
.catSection {
    display: flex;
    justify-content: space-around;
    margin: 25px 20%;
}
.redContainer {
    width: 100%;
    background-color: rgba(230,41,48,1);
    padding: .2rem;
    margin-bottom: 20px;
}
.blackContainer {
    width: 100%;
    background-color: rgba(0,0,0,1);
    padding: .2rem;
    margin-bottom: 20px;
}
.catHero img {
    width: 100%;
    min-height: 400px;
}
.hero img {
    width: 100%;
    min-height: 400px;
}
.catForm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 980px) {
.catHero {
    width: 100%;
    background-color: darkgray;
    min-height: 300px;
    postion: relative;
    background-image: url("../images/catering/catHero.jpg")
}
.catHero div{
    width: 80%;
    top: 75px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 1em;
    min-height: 200px;
}
}