@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:1025px) {

	*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



/* -----BODY-----  */
body {
	font-family: 'Libre Baskerville', serif;
	width:100%;
	background-color:#FFF;



}

body h1{
	font-size:2.4em;
}
body h2{
	font-size:1.6em;
}
body h3{
	font-size:1.1em;

}
body h4{
	font-size:.8em;
}
body h5{
	font-size:.4em;
}


/*------LINKS------*/


/*unvisited link*/
a:link {
	color:#DAA520;
	text-decoration:none;
}


/* mouse over link */
a:hover {
	color:#333;
	text-decoration:underline;
}

/*visited link*/
a:visited {
	color:#daa520;
	text-decoration:none;
}

/* selected link */
a:active {
	color:#333;
    text-decoration:underline;
}


/* ------MAIN CONTAINERS------*/
#container {
	min-width:1025px;


}

.content_container{
	width:100%;
	height:auto;
	float:right;
	overflow:hidden;
	font-family:"Baskerville Old Face";

}

header {
	width:100%;
	height:auto;
	padding:5px;
	background-color:#fff;
	clear:both;
}


#social_sidebar{
	width:26%;
	height:70px;
	padding-top:1em;
	background-color:#9cbcbc;
	float:right;
	text-align:center;

}

.sidebar{
	width:26%;
	min-height:100%;
	float:right;
	background-color:#9cbcbc;
	text-align:center;
	padding-left:2em;
	padding-right:2em;
	color:#fff;

}

.main_content{
	width:68%;
	float:left;
	background-color:#fff;
	color:#daa520;

}


.slider_container{
	max-width:700px;
	height:auto;
}

.footer{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:.5em;
	font-size:14px;
	background-color:#ccc;
}

/*------IMG BOXES------*/
#logo_box{
	width:15%;
	float:left;
	background-color:#fff;
}

#logo_box img{
	max-width:180px;
	width:100%;
	height:auto;


}



#img_box1{
	text-align:center;
	width:50%;
	padding:2em;
	float:left;
}
#img_box1 img{
	max-width:260px;
	width:100%;
	height:auto;
}

#img_box2{
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

/*------TEXTBOXES------*/
#title{
	width:100%;
	padding:1em;
	background-color:#9cbcbc;
	float:left;

}
/*index main content*/
#textbox1{
	width:50%;
	padding-left:1em;
	padding-right:1em;
	height:auto;
	float:left;
	background-color:fff;
	padding-top:6em;
}

#textbox2{
	width:80%;
	margin:10%;
	height:auto;
	text-align:center;
	background-color:#9cbcbc;
	font-size:16px;

}

#textbox3{
	width:50%;
	height:auto;
	padding:1em;
	text-align:center;
	float:left;
	margin-bottom:5%;
	font-size:18px;
	color:#000;

}
#textbox4{
	width:80%;
	height:auto;
	float:left;
	margin-left:15%;
	text-align:center;
	color:#000;
	font-size:18px;


}
#textbox5{
	width:74%;
	height:auto;
	float:left;
	margin-left:15%;
	text-align:center;
	font-size:18px;
}


#quotebox_left{
	float:left;
	margin-left: 20px;

}

#quotebox_right{
	float:right;
	margin-right: 20px;

}


/*  ------BUTTONS------  */
#button {
	border:none;
	width:35%;
	height:auto;
	margin-right:35px;
	margin-top:2em;
	padding-bottom: .5em;
	padding-top:.5em;
	float:left;
	text-align:center;
	background-color:#FC0;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

/*unvisited link*/
#button a:link {
	color:#333;
	text-decoration:none;
}


/* mouse over link */
#button a:hover {
	color:#FFF;
}

/*visited link*/
#button a:visited {
	color:#333;
	text-decoration:none;
}

/* selected link */
#button a:active {
    text-decoration:line-through;
}



#button_container {
	width:100%;
	color:#000;
}


#button2 {
	border:none;
	width:90%;
	height:auto;
	margin-left:5%;
	margin-top:1em;
	padding-bottom: .5em;
	padding-top:.5em;
	float:inherit;
	text-align:center;
	background-color:#FC0;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#000;
	font-size:16px;
	font-weight:bold;

}

/*unvisited link*/
#button a:link {
	color:#333;
	text-decoration:none;
}


/* mouse over link */
#button2 a:hover {
	color:#FFF;
}

/*visited link*/
#button2 a:visited {
	color:#333;
	text-decoration:none;
}

/* selected link */
#button2 a:active {
    text-decoration:line-through;
}


#button_container2 {
	text-align:center;
	height:160px;
	width:50%;
	margin-left:20%;
	color:#000;

}


/*------NAVIGATION------*/


#nav_container {
	float:left;
	text-align:center;
	width:85%;
	max-height:35%;
	border-top:solid #ccc 3px;
	border-bottom:solid #ccc 3px;
	padding-top:1em;
	padding-bottom:1em;


}

.mobile_menu {
   display:none;
}

.panel{
	display:none;
}

nav select {
  display: none;
}
nav {
	background-color: #fff;
	}
nav ul li {
	float: left;
	border: none;
	background-color: #fff;
	padding-left:1em;

			}
nav ul li a {
	float: left;
	font-size: 1em;
	text-align: center;
	padding: .5em;
	background-color:#fff;
	color: #daa520;
	text-decoration:none;


	}
nav ul li a:hover {
	color: #000
}



/*------BLOG------*/

.blog_sidebar{
	width:14%;
	min-height:100% auto;
	float:left;
	background-color:#daa520;
	text-align:center;
	font-size:15pt;
	color:#fff;
	margin-top: ;
	padding:1%;

}

/*unvisited link*/
.blog_sidebar a:link {
	color:#FFF;
	text-decoration:none;
}


/* mouse over link */
.blog_sidebar a:hover {
	color:#666;
	text-decoration:underline;
}

/*visited link*/
.blog_sidebar a:visited {
	color:#000;
	text-decoration:none;
}

/* selected link */
.blog_sidebar a:active {
	color:#333;
    text-decoration:underline;
}
.blog_sidebar h2{
	color:#000;
}

.blog_main_content{
	width:60%;
	height:auto;
	float:left;
	background-color:#FFF;
	color:#000;

	padding-left:3%;
	padding-right:3%;
	padding-bottom:2%;
	padding-top:0;


}

.blog_main_content img{
	width:95%;
	height:auto;
	padding-left:2.5%%;

}
#blogtitle{
	width:100%;
	text-align:center;
	margin-bottom:1%;
	margin-top:1%;
	padding-top:1%;
	padding-bottom:1%;
	background-color:#666;
	color:#fff;
}

.blogtext{

	font-size:22px;
	padding-right:15%;
	padding-left:15%;
	padding-top:5%;

}

	.blogtext h3{
		text-align:center;
		font-weight:bold;
	}



/*------MAILCHIMP SUBSCRIBE------*/

#mc_embed_signup{
	background:#9cbcbc;
	clear:left;
	width:80%;
	margin:10%;

}
