﻿/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,600italic,700italic,800italic,400,800,700,600,300');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic,700italic,700');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush');

html {
  position: relative;
  min-height: 100%;
}
#Main img{
	max-width:100% !important;
	height:auto !important;
	box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.7), 0px 0px 3px 1px rgba(0, 0, 0, 0.7);
}

@media(max-width:768px) {
	#Main img{
		float:none !important;
		display:block !important;
		margin-left:auto !important;
		margin-right:auto !important;
}
}

 
body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;	
}

#docbody {
	background-image:url(/tempimg/background.png);
	background-attachment:fixed;
	
}
h1, h2, h3, h4 {
	font-family: 'Playfair Display SC', serif;
}
.logo-hold {
	padding-top:60px;
	padding-bottom:80px;
	color:white;
}

.logo-title {	
	font-size:90px;
	line-height:90px;
	position:relative;
	font-family: 'Alex Brush', cursive;
	text-shadow:0px 0px 5px black;
	

}
.logo-box {
	position:relative;
	height:5px;
	background-color:white;
	box-shadow:0px 0px 5px 0px black;
	margin-bottom:10px;
}
.logo-slogan {	
	font-size:44px;
	line-height:44px;
	position:relative;
	font-family: 'Playfair Display SC', serif;
	text-align:right;
	text-shadow:0px 0px 5px black;

}
.banner {
	position:absolute;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	top:0px;
	background-color:#62121A;
	height:400px;
	width:100%;

	margin:auto;
	border-bottom:8px #62121A solid;
	box-shadow:inset 0px 0px 5px 0px black, 0px 0px 5px 2px black;
	
}
@media(max-width:768px) {
	.banner {
		background-position:left top;
	}
	.logo-hold {
	padding-top:40px;
	padding-bottom:60px;
	color:white;
}
}
@media(max-width:430px) {
.logo-hold {
	padding-top:20px;
	padding-bottom:20px !important;
	color:white;
}	
}

.hero {
	position:relative;
 	margin:auto;
	max-width:1920px;
	overflow:hidden;
	
}
.hero-sizer {
	width:160%;
	position:relative;
	left:-30%;	
	
}
.hero-inner {
	max-width:1920px;
	margin:auto;
	position:relative;
}
.hero-inner > img {
margin:auto;
  height: auto;
}

#Main{
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
 	background-color:#62121A;
	box-shadow:0px 0px 5px 0px black;
	color:white;
}
.fItem  {
	float:left;
	margin-right:15px;
	white-space: nowrap;
}
.flogohold {
	text-align:center;
	width:100%;
	max-width:250px;
	margin:auto;
}
.flogo {
	width:90%;
	max-width:220px;
	margin:auto;
	margin-top:-20%;
	
	

}
.flogo img{
	
	max-width:100%;
	box-shadow:0px 0px 10px 0px black;
}
.fspace {
height:14px;
clear:both;
}	
.fItem i {
	padding-right:6px;
}
.fFirst {
	padding-left:0px;
}
.fItem a {
	color:white;
	text-decoration:none;
	font-size:14px;
}
.fadd {
	font-size:14px;
}
.MakerMark {
	position:absolute;
	right:15px;
	bottom:25px;
}

.fpLast {
	text-align:left;
}


.fpLast span {
	border-radius:50%;
	font-size:25px;
	line-height:40px;
	width:40px;
	text-align:center;
	color:black;
	background-color:white;
	margin-left:5px;
	margin-right:5px;
	box-shadow:1px 1px 1px 1px black;
}
.fpLast span:hover {
	box-shadow:1px 1px 1px 3px black;
}
.cwd {
	background:no-repeat center;
	background-image:url(/images/cwdlogoblack.png);
}
.cwd:hover {
	background-image:url(/images/cwdlogoblack.png);
}
@media(max-width:992px) {
.mc-field-group {
	text-align:center;

}
.fp {
	text-align:center;
	padding:10px;
	padding-bottom:0px;

}
.flogo {

	border-radius:50%;
	
}
.fpLast {
	padding-right:0px;
	text-align:center;

}
.fItem  {
	float:none;
	display:inline;
}
}
@media(max-width:768px) {
.fItem  {
	display:block;
}	
}
/*------------------------------NAV------------------------------*/
#MainNav{
	position:relative;
	background-color:#62121A;
	font-family: 'Playfair Display SC', serif;
	margin-top:-5px;
	margin-left:-20px;
	margin-right:-20px;
	border-bottom:ridge white 2px;
	margin-bottom:20px;
}
@media(max-width:768px) {
	#MainNav{
		margin-left:-18px;
		margin-right:-18px;
	}
}
.navbar-header .icon-bar{
	background-color:white;
}
.navbar-toggle{
	border-color:white;
	padding:8px;	
}
.navbar {
	
}
.navbar-custom  {
	padding:0px;
	
}


.navbar-custom  .nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow:none;
	color: white;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;	
}
.navbar-custom .active {
	
	
}
.navbar-custom  .nav li a:hover {	
	color: grey !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;		
}
.itemback a:hover {
background-image:none !important; background-color:none !important;  filter: none; background-color:transparent !important;
}
.itemback a:focus {
	background-image:none !important; background-color:none !important;  filter: none; background-color:transparent !important;
	color: grey !important;
}
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom  .nav li.active a {
	color: grey;		
}
.navbar-nav .dropdown:hover a,
.navbar-custom .navbar-nav .open .dropdown-menu,
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav .open .dropdown-menu>li>a {
    color:grey;	
  }
/*Slide Show */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
#myCarousel {
	position:absolute;
	top:0px;
	
}
.carousel {
  margin-bottom: -5%;
  
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
 
}

/* Declare heights because of positioning of img element */
.carousel .item {
	text-align:center;
}
.carousel-inner > .item > img {
margin:auto;
  height: auto;
}


/* ---------------------*/
.HomeBox {
	position:relative;
	background-color:white;
	border: 3px solid white;
	margin:auto;
	box-shadow:0px 0px 0px 2px #62121A, 0px 0px 0px 10px white, 0px 0px 0px 11px #62121A,  5px 5px 30px 1px #000000;
	margin-bottom:20px;
	padding-bottom:20px;
	
}

.divider {
	border: 0;
	margin: 60px 0;
	height: 4px;
	border-top: #62121A 1px solid;
	border-bottom: #62121A 1px solid;
	text-align: center;
	position: relative;
	clear: both;
}
	.divider.half-margins {
		margin:30px 0;
	}

.divider .fa {
	background: white; /* same as background color */
	text-align: center;
	display: inline-block;
	height: 50px; line-height: 50px;
	text-align: center;
	width: 50px;
	font-size: 20px;
	position: absolute;
	top: -25px; left: 50%;
	margin: 0 auto 0 -25px;
}
		.divider.styleColor .fa {
		color:#62121A;
	}

.divider .hh {
	display: inline-block;
	height: 50px;
	width:100%;
	position: absolute;
	top: -25px; left: 0px;
}
.divider .hh .ha {
	font-family: 'Playfair Display SC', serif;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	margin:auto;
	line-height: 50px;
	text-align: center;
	font-size: 35px;
	background: white; /* same as background color */
}
	/* Blog  */

.blogDateInfo {
	display:none;
}

.post-thumbnail img{
box-shadow: 0px 8px 12px -5px rgba(0, 0, 0, 0.7), 0px 0px 3px 1px rgba(0, 0, 0, 0.7);
}
.post-item h2 {
	border-bottom:0px;
	font-size:20px;
	margin-top:0px;
	margin-bottom:10px;
}
.post-item h2 a{
	color: black;
}
.postcom {
	text-align:justify;
}
.pad-date {
	margin-bottom:30px;
}

a:hover {
	text-decoration:none;
}