.margin-as-heading{
	margin-top:13px;
}

header {
background: rgba(217,217,217,1);
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(245,245,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(100%, rgba(245,245,245,1)));
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(245,245,245,1) 100%);
background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(245,245,245,1) 100%);
background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(245,245,245,1) 100%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(245,245,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#f5f5f5', GradientType=0 );
	   
}

	
body {
	background-color:#ffffff;
	color:#000000;
	
}



#container {
	width: 1300px;
	margin: 0 auto;
	background-color:#FFF;

}

a {
  color: #7a003c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #7a003c;
  text-decoration: underline;
}

p {
  font-size: 14px;
}


h1, .h1{
    font-size:32px;
    margin-top:30px;
    color: #7a003c;
}



h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.25em;
}

h5,
.h5 {
  font-size: 1.15em;
}

h6,
.h6 {
  font-size: 1.00em;
}


.content-box-form {
	width: 30%;
	padding: 1%;
	margin: 1%;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	text-align:center;
	
}


.body-back{

background: #ffffff;


}

.body-back2{
	width: 100%;
	padding:0;

}


/*----------- Middle Text-----------*/

.centre-oval{
	background-color:transparent;
	color:#000000;
	width:auto; 
	text-align:center; 
	font-weight:bold; 
	padding:10px; 
	-moz-border-radius:8px; 
	border-radius:8px;
}


.columns{
	background-color: #cccccc;
	color: #000;
	padding-top:5px;
	padding-bottom:5px;
}

.columns-content-div{
	background-color: #000000;
	color: #FFF;

}

.columns-content-div a:link, .columns-content-div a:visited{
	color: #FFF;
}
.columns-content-div a:hover{
	color: #FFF;
}

.cont-columns-frame{
	margin-top:0px;
	height:100%;
}

.columns-frame-div {
	border: 1px solid #000000;
	border-top: 2px solid #000000;
	padding: 1px;
	height:60%;
}

/* =====================          Responsive Image with Caption        =====================*/
section {
    overflow: auto;
}

section figure {
    float: left;
    clear: both;

    position:relative;
    overflow: auto;

    margin: 0 auto;
    padding: 0 0 0 0;
	width: 100%;
    font-size: 30px;
}

section figure img {
    vertical-align: bottom;
}

section figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff; 
    padding: 10px;
}


section {
    padding-bottom: 0px;
}


/* =====================          Responsive You Tube video        =====================*/

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* =====================          CUSTOMIZE THE CAROUSEL        =====================*/

 #myCarousel{
 height: 490px;
 overflow: hidden; 
 }

.carousel .item {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  height: 100%;
}

.carousel .active.left, .carousel .active.right {
  left:0;
  opacity:0;
  z-index:2;
}
.carousel .next, .carousel .prev {
  left:0;
  opacity:1;
  /*z-index:1; */
}

.carousel{
  margin-bottom: 0;
}

.carousel .item {
    transition: opacity 1s ease 0s;
}
.carousel .item{
  background: none;
}
.carousel .item>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.carousel-caption h3{
  color:#ffffff;
  font-size:30px;
  font-family: Arial;
  text-align: center;
}

.carousel-caption{
  left:15%;
  right:15%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.50);
  background: rgba(0, 0, 0, 0.50);
  margin-bottom:15px;
  border-radius:8px;
}


.carousel-indicators{
  text-align: right;
  display: none;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

.carousel-inner {		
    overflow: visible;
	height: 100%;
}



@media (max-width: 1124px) {
 #myCarousel{
    height: 300px;
 }
 .carousel-caption h3 {
    font-size: 20px;
 }
h1 {font-size: 20px; }
}

@media (max-width:  724px) {
 .carousel-inner, .carousel .item, #myCarousel{
    height: 270px;
 }
 .carousel-caption h3 {
    font-size: 16px;
 }
 
 h1 {font-size: 20px; }

}

@media (max-width:  640px) {
 .carousel-inner, .carousel .item, #myCarousel{
    height: 130px;
 }
 .carousel-caption h3 {
    font-size: 16px;
 }

 h1 {font-size: 20px; }
}





/*@media (min-width: 1500px) {
 #myCarousel{
    height: 570px;
 }
}

@media (min-width: 1800px) {
 #myCarousel{
    height: 570px;
 }
}*/ 


/* =====================          NAVIGATION        =====================*/

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #7a003c;
    color: #FFFFFF;
}


.navbar-inverse {
    background-color: #7a003c;
    border-color: #080808;
}


.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}


/* ---------------BLOCKS and BOXES-------------------------------*/ 

.twelve-block > div{
	min-height:175px;
}
.twelve-block h4{
	text-align:center;
	margin-top:4px;
}
.twelve-block .thumbnail{
	margin-bottom:0px;
}
.twelve-block .lightLink{
	width:100%; 
	min-height:150px;
	padding:6px;
}

.twelve-block img{
	width:250px; 
	margin-bottom:2px; 
	border-radius:6px; 
	border:1px solid #666701;
}

.lightLink{
  padding:2px;
  margin:0 0.5rem 1rem 0.5rem;
  background-color:#aeae8c;
  color:#000000;
  line-height:0;
  -webkit-transition:background-color 0.1s ease-out;
  -moz-transition:background-color 0.1s ease-out;
  -o-transition:background-color 0.1s ease-out;
  transition:background-color 0.1s ease-out;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -ms-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px}

.lightLink:hover{
  background-color:#daf2f8;
  COLOR:#000000;
}


/* ---------------Aimee's Noob Box for All in One-------------------------------*/ 

.boxed {
  
  border: 4px solid #06345e;
  width:100%;
  padding: 25px;
  margin: 25px;
}

/*=======================          FOOTER                   ==============================*/

footer{
background:#cccccc;
}

footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

footer h4{
  color: #7a003c;
  text-align:left;
}

footer h5{
  color: #7a003c;
  text-align:right;
  
}

footer ul li a{
  color: #7a003c;
}

footer p a{
  color: #7a003c;
}

footer .featurette-divider{
  margin-top: 20px;
}

footer a {
color: #7a003c;
}

footer a:hover {
     color: #7a003c;
}

blockquote {
    font-size: 14px;
}