/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


body {
    font-size: 14px;
    color: #313148;
}

.social-links a {
    margin-right: 15px;
    color: #333;
}

.social-links a:hover {
    color: #01a4e1;
}


#logo img  {
    padding-top: 10px;
}


.beyond-classroom-cab {
    background:URL("../images/beyond-classroom.png") no-repeat bottom center #01a4e1;
    height: 700px;
    color: #fff;
}

.beyond-classroom-cab h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
}

.beyond-classroom-cab p {
    font-size: 18px;
}

button.trinity-btn-blue {
    background: #01a4e1;
    color: #fff;
    border: 1px solid #01a4e1;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 700;
}

button.trinity-btn-blue:hover {
    background: #000;
    border: 1px solid #313148;
}

button.trinity-btn {
    background: #313148;
    color: #fff;
    border: 1px solid #313148;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 700;
}

button.trinity-btn:hover {
    background: #000;
}
/*.news-events-wrap {
    padding: 50px 0 0 0;
    
}*/

.news-events-wrap h3 {
    font-size: 24px;
    margin: 0 0 5px 0;
    padding: 0;
}


.news-events-wrap p.lead {
    font-size: 14px;
    margin: 0 0 30px 0;
    padding: 0;
}

.event-title {
    font-size: 16px;
    margin: 10px 0 5px 0;
    font-weight: 700;
}

.underline:after {
	content: '';
	display: block;
	margin-top: 10px;
	width: 180px;
	border-top: 2px solid #32c660;
}

#footer  {
    background: #fff;
}


ul.tick-list {
    margin: 0;
    padding: 0;
}

ul.tick-list li {
    list-style: none;
    padding: 0 0 0 30px;
    background: URL("../images/tick.png") no-repeat 0 10%;
    line-height: 24px;
}



.autumn {
    background: #f57926;
   width:80%;
  height: 100%;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
}

.winter {
    background: #3693cb;
  width:80%;
  height: 100%;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
}

.spring {
    background: #77be6e;
  width:80%;
  height: 100%;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
}

.summer {
    background: #daaf03;
  width:80%;
  height: 100%;
  line-height: 200px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto ;
}

.feature-box h3 span.subtitle {
    line-height: 18px;
}

.creame-bg {
    background: #f9fee8;
    margin: 30px 0 0 0 !important;
}

.no-bg {
    background: #fff;
    margin: 0 !important;
}

.counter {
    background: #01a4e1;
    color: #FFF;
}

.counter h5 {
    color: #fff;
}

.universe h2 {
    font-family: Comic Sans MS !important;
    font-weight: 300  !important;
    text-transform: none;
    font-size: 24px !important;
}

.top-links li > a {
    text-transform: none !important;
}

@media only screen and (max-width: 600px) {

#myModal button.trinity-btn-blue {
    margin-bottom: 10px;
    text-align: center !important;
    width: 100%;
}
}











