body{
    overflow-x:hidden;
	margin:15px;
}
p{
	font-size:17px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 30%;
	margin: auto;
}
.txtnav{
	position:relative;
	bottom:40px;
	left:60px;
	font-size:18px;
}
/*Webkit(Chrome, Safari,Opera,Android*/
@-webkit-keyframes jumb {
    from{opacity:0.1;/*All browsers except Internet Explorer*/filter: alpha(opacity=10); /* For IE8 and earlier */}
    to {opacity:1.0;/*All browsers except Internet Explorer*/filter: alpha(opacity=100); /* For IE8 and earlier */}
}
@keyframes jumb {
    from{opacity:0.1;/*All browsers except Internet Explorer*/filter: alpha(opacity=10); /* For IE8 and earlier */}
    to {opacity:1.0;/*All browsers except Internet Explorer*/filter: alpha(opacity=100); /* For IE8 and earlier */}
}
.jumbotron {
  background-image:url('scoutbanner3.jpg');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity:1;
  -webkit-animation-name: jumb; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 5s; /* Chrome, Safari, Opera */
  animation-name: jumb; /*Internet Explorer, Firefox*/
  animation-duration: 5s; /*Internet Explorer, Firefox*/
}
.jumbotron .container {
  position: relative;
  top:100px;
}
.jumbotron h1 {
  color: #E6E6E6;
  font-size: 52px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;  
  padding:10px;
 }
.jumbotron p {
  font-size: 22px;
  color: #E6E6E6;
  padding-left:40px;
}
.container{
	top:1600px;
	left:15px;
	margin-top:25px;
	padding-top:25px;
}
.attention{
	font-size:20px;
}
.topblurb{
	margin-left:auto;
    margin-right:auto;
	margin-top:15px;
    width:88%;
	font-size:20px;
	font-weight:bold;
}
.questions {
	margin-left:15px;
	position:relative;
	top:30px;
}
.joinus{
	position:relatie;
	left:30px;
	height:375px;
	width:455px;
}
.information{
	position:relative;
	top:5px;
	margin:15px;
}
h3{
	font-size:29px;
	color:#B80000;
}
.threeandfour{
	position:relative;
	top:60px;
}
.threeandfour iframe{
	margin:5px;
}
.whatsupport {
	margin-left:15px;
	margin-bottom:5px;
	position:relative;
	top:10px;
}
.examplepicandsix{
	position:relative;
	top:108px;
}\
.gmaps{
	position:relative;
	top:125px;
	margin:25px;
	padding:25px;
}
.gmaps a{
	position:relative;
	top:25px;
	font-size:28px;
}
.examplephoto{
	margin-left:15px;
}
img{
  opacity:1;
  -webkit-animation-name: jumb; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
  animation-name: jumb; /*Internet Explorer, Firefox*/
  animation-duration: 3s;/*Internet Explorer, Firefox*/
}