/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    position: relative;
    padding-bottom: 40px;
    color: #5a5a5a;
}

h1.header-divider {
    margin-top: 200px;
    padding-bottom: 50px;
    font-family: 'Ceviche One', cursive;
}

h2 {
  text-align: center;
  font-family: 'Ceviche One', cursive;
  font-size: 130px;
  color: #d22d2d;
  border-bottom: solid 4px black;
}

h3 {
  text-align:center;
  font-family: 'Ceviche One' , cursive;
color: #d22d2d;
  font-size: 80px;
}

h4 {
  text-align:center;
  font-family: 'Ceviche One' , cursive;
border-bottom: solid #d22d2d;
  font-size: 50px;
}

h5 {
  text-align:center;
  font-family: 'Ceviche One' , cursive;
  border: 4px solid #d22d2d;
  font-size: 30px;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;

}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;

}

/* navbar logo */
.navbar-brand {
    color: rgb(90, 90, 90) !important;
    font-weight: bold;
}


/* Center align the text within columns for projects and about */
.about .col-lg-4, .projects .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.about h2, .projects h2 {
    font-weight: normal;
}
.about .col-lg-4 p, .projects .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* My Custom CSS */

.Sunday .col-md-4 {
  text-align: center;
}

.Sunday .col-md-4 {
  text-align: center;
}

.rowsaturday .col-md-4 {
  text-align: center;
}

h1 {
  text-align: center;
  font-family: Ceviche One, cursive;
  font-size: 200px;
  color: #d22d2d;
}

.sat1acts {
  text-align: center;
}

.sat2acts {
  text-align: center;
}

.sat3acts {
  text-align: center;
}

.sun1acts {
  text-align: center;
}

.sun2acts {
  text-align: center;
  background-color: #d22d2d;
}
.sun3acts {
  text-align: center;
}

.col-md-4 {
  padding-bottom: 5px;
}
.col-md-6 {
  padding-bottom: 5px;
}
.col-md-3 {
  padding-bottom: 5px;
}

.eventmap {
  text-align: center;
}

.col-lg-6 {
  text-align: center;
}




/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 480px) {
  h1 {
    text-align: center;
    font-family: Ceviche One, cursive;
    font-size: 100px;
    color: #d22d2d;
  }
  h2 {
    text-align: center;
    font-family: 'Ceviche One', cursive;
    font-size: 65px;
    color: #d22d2d;
    border-bottom: solid 4px black;
  }

  h3 {
    text-align:center;
    font-family: 'Ceviche One' , cursive;
  
    font-size: 50px;
  }

  h4 {
    text-align:center;
    font-family: 'Ceviche One' , cursive;
    border-bottom: solid #d22d2d;
    font-size: 40px;
  }

  h5 {
    text-align:center;
    font-family: 'Ceviche One' , cursive;
    border: 4px solid #d22d2d;
    font-size: 20px;
  }
}
