/*
Theme Name: Gail Boenning
Theme URI: http://www.michaelramsburg.com
Description: A custom child theme for Gail Boenning.
Author: Michael Ramsburg
Author URI: http://www.michaelramsburg.com
Version: 0.1.0
Template: tesseract-free-theme
*/

@import url("../tesseract-free-theme/style.css");

body {
	
}

p {
	font-size: 18px;
	line-height: 200%;
	padding-bottom: 15px;
}


a {
	color: #9e1c2e;
}

h1 {
	letter-spacing: 3px;
}

h2 {
	letter-spacing: 2px;
}

.the h2 {
	letter-spacing: 6px;
}

.about {

}

.main-content {
	margin-top: -25px;
}

.slogan {
	margin-top: ;
}

.scroll {
	margin-top: 5%;
}


#square {
	height: 220px;
	width: 220px;
	background: #d0d0d0;
	opacity: 0.1; 
	align-content: right;
	margin-left: -40px;
}

#shape {
	height: 150px;
	width: 150px;
	background: #d0d0d0;
	opacity: 0.1; 
	align-content: right;
	margin-left: -40px;
}

.explore-button {
	background: white;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.explore-button h1 {
	font-size: 20px;
}

.explore-button h2 {
	font-size: 18px;
	margin-top: -10px;
}

hr {
	display: block;
    	border: 0;
    	border-top: 1px solid #9e1c2e;
	width: 80px;
    	margin: 0 auto;
    	padding: 0; 
}

.explore-button h1 {
	font-size: 20px;
}

.explore-button h2 {
	font-size: 18px;
	margin-top: -10px;
}

body{
	background-color: #ffffff;
}




/*BLOG
=================================================================*/

#secondary {
	display: none;
}

#primary {
	width: 100%;
}




/* HEADER 
==========================================================*/

#masthead {
	margin-top: 0px;
	background-color: #222224;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 999;
}

.header-container {
	width: 80%;
	margin: 0 auto;
}

.site-name {
	position: relative;
	float: left;
	background-color: #222224;
	z-index: 9999;
}

.site-name h2 {
	color: #000000;
}

.navmenu {
	float: right;
	margin-top: -90px;
	background-color: #222224;
}

.site-name p {
	font-size: 30px;
	margin: 10px 0px 0px 0px;
	color: #ffffff;
}

label.show-menu {
	background-color: #222224;
}


/*Drop Down Menu
----------------------------*/
.navmenu { width: 100%; text-align: center; background-color: #222224;}
	#menu {
  		background-color: #222224;
  		padding: 10px 0; 
	}

/*Strip the ul of padding and list styling*/
	#menu ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0;
    	text-align: right;
	}

/*Style for menu links*/
	#menu a {
    	display: block;
    	color: #ffffff;
		font-size: 20px;
    	padding: 0px;
		font-family: "Raleway", serif;
		letter-spacing: 4px;
	}
    
	#menu a:hover {
		color: #ffffff;
		text-decoration: underline 1px solid #660000;
	}

	nav#nav-main a:hover {
    	color: #ffffff; 
	}

/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		font-family: "Raleway", serif;
		text-decoration: none;
		color: #ffffff;
		background-color: #222224;
		text-align: right;
		margin: 20px 0;
		display: none;
	}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

	 ul#menu {
		position: static;
		display: none;
	}

	/*Create vertical spacing*/
	#menu li {
    border-right: none;
	}


#menu li:before {
 	content : "";
 	position: absolute;
 	left: 0;
 	bottom: 0;
  	height: 1px;
  	width: 100%;  /* or 100px */
 	border-bottom: 1px solid #ededed;
}


	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

/* FOOTER
==========================================================*/

.footer {
		border-top: 1px solid #ededed;

}

ul li {
	display: inline-block;
}

.site-footer {
	padding: 20px 20px 40px 20px;
	border-top: 1px solid #ededed;
	background-color: #124B00;

}

.bottom-menu li {
	display: inline-block;
	margin: 0 2px;
}

.bottom-menu li h1 {
	font-size: 11px;
}

.social-bottom li {
	display: inline-block;
	margin: 0 15px;
}

.copyright h1 {
	margin-top: 40px;
	font-size: 14px;
	color: #ffffff;
}

.social i {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.social-2 i {
	color: #c3af86;
	margin-left: 10px;
	margin-right: 10px;
}

.social i:hover {
	color: #c3af86;
}

.social-2 i:hover {
	color: #ffffff;
}

.site-creation h1 {
	margin-top: 20px;
	font-size: 11px;
	color: #ffffff;
}

.site-main {
	margin-top: 85px;
}

ul.bottom-menu li a {
	display: inline-block;
}


/* CONTACT
==========================================================================*/
.contact-form {
	font-family: "Crimson Text", serif;
	font-style: italic;
}

.submit-button {
	font-family: "Raleway", serif;
	font-style: normal;
}

/* MAP SCROLL PREVENTION 
==========================================*/
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:250px; /* your iframe height */
   top:250px;  /* your iframe height */
   margin-top:-250px;  /* your iframe height */
}



#boxes {
	margin: 0;
	padding: 0;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

h3 {
	letter-spacing: 3px;
}

h4 {
	color: c3af86;
	letter-spacing: 1px;
	font-size: 13px;
}

#navbox {
}