.container h1{
	font-family: "Century Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.navbar-default{
	background-color:black;
	max-width:1070px;
	color:white;
	border:none;
}

#top_line{
    height:3px;
    margin-bottom:10px;
    background: -webkit-linear-gradient(left, black , gray, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, black , gray, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, black , gray, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, black , gray, black); /* Standard syntax (must be last) */
}

footer{
    font-size: 10pt;
    bottom:0;
	color:white;
	background-color:black;
	
      
}
#footer_total{
max-width:1070px;
margin:0 auto;
width:90%;
}
#footer_left{
    float:left;
    display:inline-block;
   
}
#footer_right{
    float:right;
    display:inline-block;
}
#footer_right a{
    color:white;
}

.navbar-collapse collapse{
width:1070px;
}

#site-branding{
	
	width:100%;
	max-height:250px;
	height:100%;
}
.custom-header-image{
	max-width:350px;
	width:80%;
	
	
}
header.content-header{
	background-color:black;
	
	max-height:30px;
}
.content-header h1 {
	font-size:25px;
    
    
}
.page-title{
	padding-bottom: 25px;
}
#primary{
	width:100%;
}

#about_text{
  color:white;
}


#about_text p{
   color:white;
}
#about_text a{
    color:#ff6a00;
    text-decoration:none;
}
#about_text a:hover{
    color:#ff0000;
}

#cystic_left{
   
    display:inline;
 
}

#cystic_right{
    display:inline-block;
	padding-left:5px;
}

.container{
	max-width:1070px;
	
}
#logo{
	
	padding-right:20px;
}

		.navbar-default .navbar-nav>.active>a,
		.navbar-default .navbar-nav>.active>a:hover,
		.navbar-default .navbar-nav>.active>a:focus{
			color:white;background-color:black
			}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: black;
    color: white;
}
.navbar-nav{
	padding-top:10px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: black;
}
.dropdown-menu{
	background-color:#101010;
	color:white;
	font-size:10pt;
}
.dropdown-menu > li > a{
	color:white;
}
.dropdown-menu > li > a:hover{
	background-color:#101010;
	color:#404040;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: black;
    color: white;
    width:100%;
	margin:0 auto;
	
}
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
 
  border: #AFEEEE solid 2px;
}

.wpcf7 input[type="submit"] {
    color: white;
    background-color: gray;
    border-color: white;
}

div.wpcf7{
	margin-right:auto;
	margin-left:auto;
	padding-left:10%;
	padding-right:10%;
}
#song{
	color:white; 
	text-align:right;
	
	font-size:9pt; 
	color:#777;
	margin-top:0
}
#song a{color:#777;}
#song a:hover{color:#9E9B9B;}
.content-area {
    padding-top: 10px;
	
}
.content-area h1{
	margin-top:10px;
	font-size:1.8em;
}

.content-area {
    padding-bottom: 5px;
}