@media screen and (max-width: 320px) {
  h3.logo {
    font-size: 34px;  
  }
}

@media screen and (max-width: 966px) {

  h3.logo {
    font-size: 36px;  
  }
}

@charset "utf-8";
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
body {
	background-repeat: no-repeat;
	overflow-x: hidden;
	background-image: url(url), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(62,62,62,1.00) 100%);
	background-image: url(url), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(62,62,62,1.00) 100%);
	background-image: url(url), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(62,62,62,1.00) 100%);
	background-image: url(url), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(62,62,62,1.00) 100%);
}

p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;

}
.CAlogo   {
	position: relative;
	float: none;
	top: 5px;
	left: 10px;
	z-index: 1;
	max-width: 180px;
}
h3.logo   {
	text-decoration: none;
	color: rgba(180,22,4,1.00);
	font-family: 'Great Vibes', cursive;
	text-align: center;
	font-style: normal;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 167px;
font-size: 48px;
transform: Uppercase;
}

#carousel {
background: none;
z-index: 2;
}

nav {
	z-index: 11;
}


.flt_left {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	float: left;
}


.flt_right {
	margin: 0px 10px;
	float: right;
}
.container.well .row h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 2px;

}


#socialmedia ul
		{
	margin: 0 0 10px 0;
		}
#socialmedia {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#socialmedia ul li
		{
			display: inline-block;
			list-style-type: none;
			margin: 0 12px 0 0;
			padding: 0;
		}
 #socialmedia ul li a
			{
	font-size: 38px;
	color: rgba(180,22,4,1.00);
			}
			
#socialmedia ul li a:hover {
	color: #E3E3E3;
}
footer a.scrolltop
		{
			color: rgba(180,22,4,1.00);
			font-size: 38px;
		}
footer {
	background-color: #292929;
}
.container.well {
	border: medium solid #B41705;
}
article.profile {
	margin: 0px 25px 15px 25px;
	padding-left: 10px;
	border-left: 2px solid #3e3e3e;
	border-bottom: 10px solid #3E3E3E;
	padding-top: 10px;
	max-height: 180px;
	height: 180px;
}
.thumbnail {
	margin: 5px auto;
	width: 175px;
	max-width: 99%;
}
.thumbnail :hover {
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -webkit-transform: scale(1.2, 1.2); /* Safari */
    transform: scale(1.2, 1.2);
}
#map {
        height: 400px;
        width: 100%;
}
hr {
	border: 1px dashed #3E3E3E;


}
form {
    margin:0px auto;
    max-width: 85%;
}

label {
    display:block;
    margin-top:15px;
    letter-spacing:2px;
}
input, textarea {
    max-width: 85%;
    background:#efefef;
    border:1px solid #cdcdcd;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
}
textarea {
	height:100px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}