html,
body {
    width: 100%;
    height: 100%;
    margin: auto;
    /* overflow: scroll; */
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    background-image: url("./assets/images/background.jpg");;
}

#material-icons-menu {
    font-size: 4rem;
    color: white;
}

.sidenav {
    background-color: rgb(255, 220, 206);
}

.user-view {
    background-color: white;
}

#menu_image {
    height: 7rem;
    width: 7rem;
}

#menuFont {
    font-size: 1.5rem;
    margin-bottom: 2.5%;
}

#headerFont {
    margin-bottom: 5rem;
    font-family: 'Poiret One', cursive;
    font-size: 7rem;
    color: white;
    text-shadow: 1px 3px 0 #666666, 1px 13px 5px #666666;
}

#headerContainer {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

#mainBody {
    margin-bottom: none;
    padding: 3rem;
    border-top: 1px solid rgb(0, 255, 242);
    background-color: rgba(148, 147, 147, 0.603);
    transform: skewY(3deg);
}

#mainBodyPic {
    transform: skewY(-3deg);
}

#churchPic {
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgb(255, 215, 156);
    /* box-shadow: 10px 36px 32px 0px rgba(46, 46, 46, 0.75); */
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#mainFont {
    font-family: 'Poiret One', cursive;
    color: black;
    padding: 3rem;
}

#mainFont2 {
    font-family: 'Poiret One', cursive;
    font-size: 3rem;
    color: black;
}

#secMainBod{
    margin-bottom: 25rem;
    padding: 7rem;
    border-bottom: 2px solid rgb(0, 255, 242);
    background-color: rgba(255, 255, 255, 0.911);
    color: rgb(79, 130, 161);
    font-family: monospace;
    transform: skewY(3deg);
}

#contactInfo {
    transform: skewY(-3deg);
}

#aboutUsCont {
    background-color: rgba(165, 178, 190, 0.952);
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
}

.parallax-container {
    border-top: 1px solid rgb(1, 140, 158);
    /* height: 1200px; */
}

.page-footer {
    background-color: rgba(245, 193, 191, 0.733);
}

iframe {
    margin-top: 10%;
}

.fb-like {
    filter: hue-rotate(320deg);
}