html{
	height: 100%;
}

body{
	height:100%;
	padding-bottom: 50px;
}

body.custom-background{
	background-color:#D5D08F;
}

h1{
	font-size: 64px;
}

h1 small{
	color: #5c5c5c;
	font-size: 70%;
}

h1 small{

	color: #5c5c5c;
	font-size: 70%;
}
@media (max-width: 700px) {
		h1{font-size:50px;}
		h1 small{color: #5c5c5c;}
}
@media (max-width: 500px) {
		h1{font-size:40px;}
		h1 small{color: #3c3c3c;}
}
a{
	color: #ffffff;
	text-shadow: .1px .1px #ffffff;
	text-decoration: underline;
}

a:hover{
	color:#ffffff;
	font-size: 18px;
}

a:active, a:visited {
	color:#ffffff;
}

footer{
	margin-top: 50px;
	min-height: 50px;
	width: 100%;
	position: relative;
    bottom: 0;
    left: 0;
	background-color: #93AED0;
    font-size: smaller;
    padding: 20px 50px;
}

.jumbotron{
	background-color: #93AED0;
	color: #ffffff;
	margin-bottom: 0px;
	padding: 0px 15px;
}

#cameo{
	width: 50%;
	height: 50%;
}

@media (max-width: 533px) {
  #cameo {
	display: none;
  }
}
@media (max-width: 560px) {
  #cameo {
    width: 25%;
    height: 25%;

  }
}
@media (max-width: 768px) {
  #cameo {
    width: 40%;
    height: 40%;
    padding-top:25px;
  }
}
@media (max-width: 992px) {
  #cameo {
    width: 60%;
    height: 60%;

  }
}
#canvas{
	background:url(../images/liveOakIV.jpg) 50% 50% / cover repeat;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center ;
	min-height: 200px;
	margin: auto;
}
.container {
	background-color: #d2c799;
	background-color: rgba(109, 115, 95, .3);
	min-height: 50px;
	padding-top: 10px;
	color: #ffffff;
	border-radius: 4px;
	
}

.greeting{
	font-size: 22px;
	font-weight: bold;
}


.transparent-container{
	background-color:transparent;
}

.spacer1{
	height: 100px;
}

#tagline{
	color: #684f5d;
	/*color: #535466;*/

}
#tagline h1 {
	line-height: 2.0;
}

.thumbnail{
	background-color: #d2c799;
	background-color: rgba(109, 115,95, .3);
	min-height: 175px;
	color: #ffffff;
	font-size:16px;
}

.thumbnail-Lg{
	background-color: rgba(109, 115, 95, .3);
	min-height: 175px;
	color: #ffffff;
}

.thumbnail:hover{
	background-color: rgba(109, 115, 95, .3);
	/*color: #000000;*/
}
.thumbnail-banner{
	background: #d2c799;
	width:100%;
	height:12px;
	color: #ffffff;

}

.thumbnail .caption{
	color: #ffffff;
}


.label{
	display: inline-block;
}

.line1{
	background:#a5d5de;
	background-image: -webkit-linear-gradient(left, #a5d5de, #ffffff, #a5d5de);
    background-image: -moz-linear-gradient(left, #a5d5de, #ffffff, #a5d5de);
    background-image: -ms-linear-gradient(left, #a5d5de, #ffffff, #a5d5de);
    background-image: -o-linear-gradient(left, #a5d5de, #ffffff, #a5d5de);
}

.farewell{
	color:#ffffff;
	line-height: 35px;

}
a.collab{
	color:#337ab7;
	text-decoration: none;
	text-shadow: none;

}
a.collab:hover,a.collab:active,a.collab:visited{
	color:#337ab7;
	text-decoration: none;
	text-shadow: none;
	font-size: 12px;
}
