@import url(https://fonts.googleapis.com/css?family=Lobster+Two:700italic);
@import url(navbar.css);

body {
	background-color: #ADD8E6;
}
/*#d6d6c2 DarkSeaGreen*/
/* also change 
.tb-front-image (below) 
SpryTabbedPanels .TabbedPanelsContentGroup background-color
*/
.section {
  padding: 4rem 0 7rem;
}

.big_title {
  font-family: 'Lobster Two', cursive;
  font-size: 400%;
  margin-top: 30px;
  text-align: center;
  text-shadow: 4px 4px 4px #aaa;
}

.stts_title {
  font-size: 200%;
	text-align: center;
	margin-bottom:20px;

}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    }



.tb-front-image { 
   width: 100%;
   align: center;
/*   background-color: #ccad00;*/
}

.actc-front-image { 
   width: 50%;
    display: block;
    	margin-left: auto;
	  margin-right: auto;

     }

.stts-image { 
	width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    }

}

.tb-front-image-caption { 
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}
.stts-front-image-caption { 
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

.stts-back-image-caption { 
	text-align: center;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2em;
}

.actc-front-image-caption { 
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

.reg-rules-box {
    border: .2em solid black;
  padding: 1em;
  background-color: #eee;
  margin: 5em 1em;
  border-radius: 1em;
}

.discount-box {
    border: .2em solid black;
  padding: 1em;
  background-color: #eee;
  margin: 5em 1em;
  border-radius: 1em;
}

.strong {
  font-weight: bold;
}

.tb-page-title { 
  background-color: #00875a; /* #00875a */
  padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .2em;
    padding-top: .2em;
    width: 100%;
    border-radius: .2em;
    color: #fff;
    font-weight: bold;
}

.stts-footer { 
  background-color: black; /* #00875a */
  padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .2em;
    padding-top: .2em;
    width: 100%;
    border-radius: .2em;
    color: white;
    font-size: 1.2rem;
}


@media (max-width: 750px) {
 .tb-page-title { 
     width: 90%;
  }
}

.tb-section-header {
    background-color: #00875A;
    color: #fff;
    border-radius: .2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: .2em;
    padding-top: .2em;
/*    text-align: center; */
    margin: auto;  /* Centers element */
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem;
}

.tb-route-note { 
   font-size: 1.2rem;
   font-style: italic;
}

.tb-website-note { 
   font-size: 1.2rem;
   font-style: italic;
   margin-left: 1em;
}


.center {
  margin: auto;
}

.tb-faq-q {
  margin-top: 1em;
  margin-bottom: 0em;
  font-weight: bold;
}

.tb-faq-a {
  margin: 0 0 0 0;
}

.tb-reg-status {
  font-weight: bold;
}