@charset "utf-8";
/* CSS Document */
/* testimonal styling */
a {
  color: #153540;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #153540;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.custom blockquote {
	background-color: #fffae9;
	padding: 0.5em 10px;
	border-left: 5px solid #a49056;	
	font-size: 12px;
	min-height: 150px;
	margin-bottom:auto;
	margin-top:auto;
}

/* breathing room on the right column */
div.span3 .moduletable {
	padding-right: 1em;
}

/* navigation styling */
.navbar-default {
    *font-family: "Brush Script MT", Mistral, "Comic Sans MS", "Marker Felt","Edwardian Script ITC", "Lucida Handwriting", fantasy;
	font-family: 'Marmelad', sans-serif;
	font-style:italic;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	background-color: none;
    border-color: #153540;
	border:none;
	position: relative;
}


.navbar-nav {
display: table;
float: none;
margin: 0 auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    font-size: 24px;
    background-color: none;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
    font-size: 24px;
    background-color: none;
	text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Brush Script MT", Mistral, "Comic Sans MS", "Marker Felt","Edwardian Script ITC", "Lucida Handwriting", fantasy; 
  font-weight: 500;
  line-height: 1.1;
  color: #50B1BD;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
    font-family: 'Marmelad', sans-serif; 
	font-size: 50px;
	color: #153540;
	font-style:italic;
}
h2,
.h2 {
    font-family: 'Marmelad', sans-serif;
	font-size: 40px;
	color: #153540;
	font-style:italic;
}
h3,
.h3 {
    font-family: 'Marmelad', sans-serif;
	font-size: 30px;
	color: #153540;
	font-style:italic;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

ul {
    padding: 0;
    list-style-type: none;
}

.article-content h1{
    font-family: 'Asul', sans-serif;
	font-size: 40px;
	color: #000000;
}

.article-content h2{
    font-family: 'Asul', sans-serif;
	font-size: 25px;
	color: #FFB400;
 }

.t3-copyright {
  background-color: #000000;
  border-color: #6BA7AE;
  }
.t3-header {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
    background-image: url("headersmall.jpg");
	background-repeat: no-repeat;
    background-size: 100% 100%; 
}

@media screen and (min-width: 768px) {
	
.t3-header {
  padding-top: 0px;
  padding-bottom: 20px;
  width: 100%;
  height: 270px;
  position: relative;
  *background: #ffffff;
  background-image: url("header.jpg");
	background-repeat: no-repeat;
    background-size: 100% 100%;  
}

.logo {
    text-align: center;
    padding-top: 20px;
  }
  
.headtop {
 background-image: url("mainnav.jpg");
 background-repeat: no-repeat;
 background-size: 100% 100%; 
 height: 20px;
}
.headtop-slogan {
 font-family: 'Balthazar', serif;
 color:#ffffff;
 font-size:60px;
}
.headtop-text {
	font-family: 'Marmelad', sans-serif;
	font-style:italic;
	font-weight: 500;
	font-size: 2opx;
	color: #FFFFFF;
}
  
.t3-mainnav {
 background-image: url("mainnav.jpg");
 height:50px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}
}

.t3-copyright {
  border-top: none;
  font-size: 12px;
  padding: 40px 0 80px;
  color: #FFFFFF;
  *text-align: center;
   background: transparent; 
 }
 
.t3-copyright a {
  text-decoration: none;
  color: #FFFFFF;
 }
 
.t3-copyright a:hover{
  text-decoration: underline;
  color: #FFFFFF;
 }
 
.t3-footer {
  margin-top:70px;
  padding-top:50px;
  background: url(footer.png) no-repeat; 
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  color: #fff;
  font-size: 18px;
  *zoom: 150%;
}

.slide-desc-bg-default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}
  