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

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}*/


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* 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;
  background-color: #fff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* 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;
  }
}
	#bubblebox {
		width: 100%;
		margin:50px auto; 
		border:1px solid #AAA;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 25px;
	}
	#bubbles {
		width: auto;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 20px;
	}
	#bubbles > div {
		display: inline-block;
		width: 15px;
		height: 7px;
		margin: 24px 2px 0px 2px;
		background: rgba(0,0,0,.1);
		text-align: center;
		border: 1px solid #999;
		border-radius: 100%;
		font-size: 17px;
		text-decoration: none;
		transition: background 2s ease-in-out;
		cursor: pointer;
	}
	#bubblecontent {
		margin: 0px auto;
		transition: background 2s ease-in-out;
		transition-duration: 4s;
		font-family: Arial;
	}
	#bubblecontent > h2{ 
		text-align:center; 
		color:#7EA800;	
	}
	#bubblecontent > p{
		font-size:17px; 
		line-height:1.5em; 
		padding:20px 50px; 
		color:#777;
	}
	#bubblebox2 {
		width: 100%;
		height: 550px;
		margin:50px auto; 
		border:1px solid #AAA;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 25px;
	}
	@media (min-width: 480px) {
	  #bubblebox2 {
		height: 350px;
	  }
	}
	
	#tbub {
		width: auto;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 20px;
	}
	#tbub > div {
		display: inline-block;
		width: 15px;
		height: 7px;
		margin: 24px 2px 0px 2px;
		background: rgba(0,0,0,.1);
		text-align: center;
		border: 1px solid #999;
		border-radius: 100%;
		font-size: 17px;
		text-decoration: none;
		transition: background 2s ease-in-out;
		cursor: pointer;
	}
	#bubblecontent2 {
		margin: 0px auto;
		transition: background 2s ease-in-out 0s;
		transition-duration: 4s;
		font-family: Arial;
	}
	#bubblecontent2 > h2{ 
		text-align:center; 
		color:#7EA800;
	}
	#bubblecontent2 > p{
		font-size:17px; 
		line-height:1.5em; 
		padding:20px 50px; 
		color:#777;
	}
	.calendarwidth {
		width: 300px;
	}
	#slidebox {
		width: 100%;
		height: 95%;
		border: none;
		margin:50px auto; 
		padding-left: 15px;
		padding-right: 15px;
	}
	#slidebubbles {
		width: auto;
		margin: 0px auto;
		text-align: center;
		padding-bottom: 20px;
	}
	#slidebubbles > div {
		display: inline-block;
		width: 15px;
		height: 7px;
		margin: 24px 2px 0px 2px;
		background: rgba(225,225,225,.3);
		text-align: center;
		border: 1px solid #999;
		border-radius: 100%;
		font-size: 17px;
		text-decoration: none;
		transition: background 2s ease-in-out;
		cursor: pointer;
	}
	#slidecontent {
		margin: 0px auto;
		transition: background 2s ease-in-out 0s;
		transition-duration: 4s;
		font-family: Arial;
		padding-bottom: 60px;
	}
	#slidecontent  > h2{ 
		text-align:center; 
		color:#7EA800; 
	}
	#slidecontent  > p{
		font-size:17px; 
		line-height:1.5em; 
		padding:20px 50px; 
		color:#777;
	}
	#map {
        height: 175px;
		width:275px;
		position: relative;
     }
	
	@media  screen and (min-width: 480px) {
		.calendarwidth {
			width: 500px;
		}
		#slidebox {
			height: 95%;
			border:1px solid #AAA;
		}
		#map {
			height: 300px;
			width:550px;
		}
	}
	
	
	
	
	
	.drop{
		margin-top: 40px;
	}
	.pdrop{
		padding-top: 20px;
	}
	.fbpadding {
		padding-bottom: 40px;	
	}
	.twpadding {
		padding-bottom: 10px;	
	}
	.tcenter{
		text-align:center;
	}
	.tleft{
		text-align:left;
	}
	.bltext {
		color: #000000;
	}
	.smallfont{
		font-size: .8em;
		font-weight: lighter;
	}
	.smallfontx{
		font-size: .8em;
	}
	.events{
		font-size: 1.1em;
	}
	.list{
		list-style-type: none;
	}
	.center{
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.front-text{
		font-size:16px;
		text-align:left;
	}
	.frame {
		box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
		padding: 5px;
		border: 5px rgba(220, 109, 109, 0.5) outset;
	}
	.decorate-top {
		background-image: url('../images/graphic-1.png');
		background-size: 100%;
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	.superspace {
		padding-bottom:280px;
		padding-top:80px;
	}
	.allpadding {
		padding: 5px;
	}
	.numbers{
		padding:2px 5px;
		background-color: #CCC;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.indent{
		text-indent:50px;
	}
	.strong{
		font-weight: bolder;
	}
	.imgwidth{
		width:198px;
	}
	.update{
		padding: 5px;
		background-color: #CCC;
		border: 1px solid #000;
		border-radius: 5px;
		width:175px;
		margin-top:-15px;
	}
	.mainimage {
		width:175px;
		float:left;
		position:fixed;
		top:10px;
	}
	.inplace{
		position: fixed;
		z-index: 2147483647;
		display: blocked;
	}
	.lower{
		margin-top:75px;
	}
	.topname{
		color: #b2afa7;
		font-size: 50px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: 100;
		line-height: 1.0;
		background-color: transparent;
		margin: 0px;
		padding: 0px 50px 0px 50px;
		position: absolute;
		top: 15px;
		left: 130px;
		text-decoration: none;
		background-repeat: no-repeat;
		box-sizing: border-box;
		text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
		float: left;
	}
	.radius {
		border-radius: 25px;
	}
	.border {
		border:1px solid #AAA;
	}
	.radiussp {
		border-radius: 25px 25px 0px 0px:
	}
	.bottomsp{
		margin-bottom: 25px;
	}
	.bottomsplg {
		margin-top: 50px;
	}
	.bottompadsp{
		padding-bottom: 25px;
	}
	.xspace{
		padding: 0px;
	}
	.number {
		color: white;
		margin:15px 10px;
		width: 100px;
		float:right;
	}
	.resources {
		font-family: Georgia;
		font-size: 1.7em;
		color: #000080;
	}
	.white {
		background-color: white;
	}
	.blue {
		background-color: #00094e;
		color: white;
	}
	.black {
		background-color: #000000;
	}
	body {
		background-color: white;
		-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
		-webkit-animation-duration: 15s; /* Safari 4.0 - 8.0 */
		animation-name: example;
		animation-duration: 115s;
		animation-direction: alternate;
		animation-iteration-count: infinite;
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes example {
		0%   {background-color: white;}
		25%  {background-color: #b2afa7;}
		50%  {background-color: black;}
		100% {background-color: #b2afa7;}
	}

	/* Standard syntax */
	@keyframes example {
		0%   {background-color: white;}
		25%  {background-color: #b2afa7;}
		50%  {background-color: black;}
		100% {background-color: #b2afa7;}
	}
		