body,
html {
    height: 100%;
    width: 100%;
}
body {
    background-color: #f7f7f7;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height:1.5em;
    font-family: 'Open Sans', sans-serif;
    
    margin: 0 0 18px 0;
    color: #333333;
}

.page-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
}

.topnav {
    font-size: 14px;
    margin-bottom: 0;
}


.lead {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8em;
    padding: 0 20%;
    color: #777;
    margin-bottom: 40px;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #df4ad2;
    background: url("../img/Egg Hunt 2024 (1).png") no-repeat center center;
    background-size: cover;
    
}

.intro-message {
    position: relative;
    padding-top: 50%;
    padding-bottom: 50%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
    color: #f7f7f7;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h2,
.intro-message > h3{
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    color: #f7f7f7;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.section {
    padding-top:20px;
    padding-bottom: 20px;
}

.odd {
    background: #e5e5e5;
}

.content-section {
    margin-bottom: 20px;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#about i {
    display: inline-block;
    font-size:56px;
    line-height: 56px;
    background: rgb(218, 20, 175);
    border-radius: 75px;
}