/* Front page styles
---------------------------------------------------------------------------------------------------- */

.front-page.full-width-content .content {
  width: 100%;
}

.front-page .site-inner {
  max-width: 100%;
  padding: 0;
}

.front-page-2,
.front-page-4 {
    background-color: #fff;
}

.front-page-1 {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size:    cover;
  background-size:         cover;
}

.front-page-1 .widget-area{
  height: 400px;
}

.front-page-3 {
    background-color: #fff;
}

.front-page .widget-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.front-page-1 h1 {
  font-size: 5rem;
  font-size: 50px;
}

.front-page-3 .widget-first,
.front-page-3 .widget-last {
  text-align: center;
}

.front-page .button {
  background-color: #0073e5;
}

.front-page .button:hover {
  background-color: #333;
}

.fa-3x,
.fa-4x {
    color: #0073e5;
    margin-bottom: 20px;
  }

/*front-page-2 Programs Section Styles*/

.front-page-2 .flexible-widgets .wrap{
  display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    height: auto


}

.front-page-2 img {
  position: relative;
  border-radius: 50%;
  width: 200px;
  z-index: 100;
  text-align: center;
}

.front-page-2 .textwidget{
  text-align: center;
}

.front-page-2 .widgettitle {
  display: none;
}


.program-blurbs{
  position: relative;
  top: -80px;
  z-index: 0;
  border-radius: 30px;
  padding: 100px 30px 30px;
  color: #fff;


  }


.program-blurbs p a{


}
.front-page-2 .textwidget .program-blurbs p{
  text-align: left;
}

#school-blurb{
  background-color: #58cbf5;
}

#community-blurb{
  background-color: #93c83e;
}

#camp-blurb{
  background-color: #faa21b;
}


/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.front-page .flexible-widgets {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	padding-top: 60px;
}

.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.front-page .flexible-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
}



.flexible-widgets.widget-fourths .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget {
  width: 100%;
}

.flexible-widgets .widget:last-of-type {
	margin-bottom: 0;
}

.flexible-widgets.widget-halves .widget:last-of-type {
	margin-bottom: 40px;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

.flexible-widgets.widget-fourths .widget {
	width: 25%;
  width: calc(100% / 4);
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
  width: calc(100% / 2);
}

.front-page-2 .flexible-widgets.widget-halves .widget {
	width: 50%;
  width: calc(100% / 3);
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
  width: calc(100% / 3);
}
}
