@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url("../fonts/TrajanPro-Regular.otf") format("opentype");
}

h1, h2, h3, h4, h5, h6 {
}

p {
	line-height: 22px;
}

ul {
	line-height: 26px;
}

body {
	background-repeat:no-repeat;
	background-size: cover;
	background: url(../img/bgp2.jpg) !important;
	color: #30302F;
}

.heady {
	margin: 50px auto;
}

/* LOGO */
.logo {
}

.logo img{
}

/* PHONE */
.phone {
	float: right;
	color: #54463a;
}

.phone a{
	text-decoration: none;
	color: #54463a;
	font-weight: bold;
}

.homeban {
	/*background-color: #eedccc;*/
	background-color: rgba(238, 220, 204, 0.65);
	min-height: 400px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.homebaninside {
	position: relative;
 	top: 10px;
}

.homebaninside img{
	margin-top:2px;
}

.quote {
	color: rgb(65, 51, 38);
    width: 95%;
    margin-top: 30px;
    font-weight: bold;
    line-height: 22px;
	min-height: 60px;
    border-bottom: solid 1px rgba(65, 51, 38, 0.3);
}

.quotebig {
	margin-top: 30px;
	font-size: 22px;
	line-height: 30px;
}

.bancon {
	position: relative;
    top: 15px;
    width: 95%;
}

.bancon h1{
	font-family: 'TrajanPro-Regular';
   	color: #54463a;
    font-size: 30px;
}

.bancon p{
	 color: #54463a !important;
}

.homecon {
	position: relative;
	top: 35px;
}

.homecon a{
	text-decoration: none;
	font-style: italic;
	color: #84BBF3;
}

.bottomsocial ul{
	list-style: none;
	position: relative;
	text-align: center;
	padding: 0;
}

.bottomsocial li{
	display: inline;
	padding: 0 8px;
}

.social ul{
	list-style: none;
	float: right;
	position: relative;
	top: 130px;
}

.social li{
	display: inline;
	padding: 0 8px;
}

.fb a {
	background: url(../img/facebook.png);
    width: 16px;
    height: 16px;
	display: inline-block;
}

.fb a:hover{
	background: url(../img/facebookp.png);
}

.twit a {
	background: url(../img/twitter.png);
    width: 16px;
    height: 16px;
	display: inline-block;
}

.twit a:hover{
	background: url(../img/twitterp.png);
}

.insta a {
	background: url(../img/instagram.png);
    width: 16px;
    height: 16px;
	display: inline-block;
}

.insta a:hover{
	background: url(../img/instagramp.png);
}

.pint a {
	background: url(../img/pinterest.png);
    width: 16px;
    height: 16px;
	display: inline-block;
}

.pint a:hover{
	background: url(../img/pinterestp.png);
}

.about img {
	width: 100%;
}

.threeblock {
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	border: 2px solid rgba(188, 189, 191, 0.33);
	text-decoration: none !important;
}

.noline {
	text-decoration: none !important;
}

footer {
	text-align: center;
	font-size: 9px;
	text-transform:uppercase;
	letter-spacing: 1px;
	color: rgba(35, 31, 32, 0.8);
	margin: 10px auto;
}

.butto input[type="submit"], .contact_form input[type="button"], .contact_form input[type="reset"] {
    padding: 14px 28px 13px 28px !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    border: 1px solid transparent!important;
    color: #fff !important;
    background-color: #84BBF3 !important;
    margin-top: 15px;
}

.photgal {
	padding: 5px 11px;
}

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 10%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/* footer */

footer {
	margin: 50px 0px 50px 0px;
}

footer a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.rounded {
	border-radius: 15px;
	margin-bottom: 10px;
}

.brownbut {
	text-indent: 0px !important; 
	border-top: 0px !important;
}

/* Group */
.sg {
		text-align: center;
		margin: 0 auto;
	}
	.sg img {
		height: 193px;
	}

/* Navigation */

/* Visibliity set up on phone */
@media only screen and (max-width:767px)
{
.heady {
	margin: 0 auto;
}

nav li {
    background-color: transparent; 
}

nav li:hover, nav li:active {	
	background-color: transparent;
}

nav a:hover, nav a:active {	
	color: #84BBF3;
}

.logo img{
	max-width: 100%;
}

/* PHONE */
.phone {
	margin: 10px 0px;
}

.bancon {
    top: 0px; 
}

.social ul{
	top: 20px;
	padding: 0;
    list-style-type: none;
	float: none;
	text-align: center
}

.social li {
    padding: 0 28px;
}

.homespace, .indexspace {
	padding: 35px 30px;
}

.threeblock {
	padding: 35px 30px;
}
.quote {
    margin-top: auto;
    font-size: 12px;
}
}
