@charset "utf-8";
/* CSS Document */

@media only screen and (min-width:601px) and (max-width:1024px) {

<!--PREVENTS PHONE FROM RESIZING IN LANDSCAPE MODE-->
html {-webkit-text-size-adjust: none; 
	}
<!--MAINTAINS BOX SIZE (WITH PADDING AND MARGIN INCLUDED)-->
* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}



/*--------BODY--------*/
body {background-color: #FFF;
	font size: 16px; 
	font-family: 'Libre Baskerville', serif;
	}
	
body h1{
	font-size:2em;
}
body h2{
	font-size:1.4em;	
}
body h3{
	font-size:1.2em;
}
body h4{
	font-size:1em;
}
body h5{
	font-size:.8em;
}

/*------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:601px;
	max-width:1024;


}
.content_container{
	max-width:100%;
	height:auto;
	float:left;	
	overflow:hidden;
	font-family:"Baskerville Old Face";
}

header {
	width:100%;
	height:auto;
	padding:5px;
	background-color:#fff;
	clear:both;
}


#social_sidebar{
	width:100%;
	height:auto;
	min-height:40px;
	padding-top:.5em;
	background-color:#9cbcbc;
	float:right;
	text-align:center;
}
#social_sidebar img{
	max-width:40px;
	width:100%;
	height:auto;
	
}

.sidebar{
	width:70%;
	height:auto;
	background-color:#9cbcbc;
	text-align:center;
	padding:15%;
	color:#fff;
	clear:both;
	
	
}
.main_content{
	width:100%;
	float:left;
	background-color:#fff;
	color:#daa520;
	clear:both;
	background-color:#fff;
	
}

.footer{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:.5em;
	font-size:14px;
	background-color:#ccc;
}


/*------IMG BOXES------*/
#logo_box{
	width:100%;
	float:left;
	text-align:center;
}
#logo_box img{
	max-width:120px;
	width:100%;
	height:auto;
	
	
}

#img_box1{
	text-align:center;
	width:100%;
}
#img_box1 img{
	max-width:100%;
	height:auto;



	
}
#img_box2{
	width:100%;
	height:auto;
	margin-top:1em;
	margin-bottom:1em;
}


/*------TEXTBOXES------*/

#title{
	width:100%;
	margin:3em;
	background-color:#9cbcbc;
	float:left;

}

#textbox1{
	width:100%;
	height:auto;
	background-color:#fff;
	text-align:center;
	padding-top:2em;
	background-color:#fff;
	clear:both;
}

#textbox2{
	width:40%;
	margin-left:30%;
	margin-right:30%;
	height:auto;
	background-color:#9cbcbc;
	color:#fff;
	padding:1em;
	font-size:16px;
}

#textbox3{
	width:70%;
	padding:15%;
	font-size:14px;
}
#textbox4{
	width:70%;
	height:auto;
	float:left;
	margin:15%;
	text-align:center;


}
#textbox5{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:18px;


}

/*------BUTTONS------*/
#button {
	border:none;
	width:50%;
	height:auto;
	margin-left:25%;
	margin-right:25%;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom: .5em;
	padding-top:.5em;
	text-align:center;
	background-color:#FC0;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	color:#333;
	font-size:16px;
	text-decoration:none;
}
/*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%;
	height: auto;
	color:#000;
	

	

		
}
#button2 {
	border:none;
	width:50%;
	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:16pxem;
	text-decoration:none;
	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:100%;		
	margin-left:20%;
	color:#000;

}



  


/*------NAVIGATION------*/


#nav_container {
	float:left;
	text-align:center;
	width:100%;
	max-height:25%;
	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:.5em;
	padding-bottom:1em;
	
			}
nav ul li a {
	float: left;
	font-size: 1em;
	text-align: center;
	padding: 1em;
	background-color:#fff;
	color: #daa520;
	text-decoration:none;
	font-style:bold;
	border:solid #daa520 2px;
	
	
	}
nav ul li a:hover {
	color: #000
	}
	
	
	
/*------BLOG------*/


.blog_sidebar{
	width:20%;
	height:auto;
	float:left;
	background-color:#daa520;
	text-align:center;
	font-size:15pt;
	color:#fff;
	margin-top: ;
	padding-top:1%;
	padding-bottom: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:#FFF;
	text-decoration:none;
}

/* selected link */
.blog_sidebar a:active {
	color:#333;
    text-decoration:underline;
}

.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:60%;
	height:auto;
	padding-left:10%;

}
#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:18px;
	padding-right:1%;
	padding-left:1%;
	padding-top:5%;
	
}


/*------MAILCHIMP SUBSCRIBE------*/
#mailchimp {
	background-color:#ccc;
	width:100%;
	height:auto;
	clear:both;

	
}



