@font-face {
    font-family: 'Minion Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/Minion Pro Semibold'), url('fonts/MinionPro-Semibold.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/*spacing reset*/

* {
    margin: 0;
    padding: 0;
}


/*element styling*/
html, body{height: 100%; width:100%;}
body {
    font-family: 'Open Sans', sans-serif;
    background: #fffdf8;
}

h1,
h2,
h3,
h4 {
    font-family: 'Minion Pro Semibold', serif;
    color: #265787;
    /*#4C88C7*/
}

h1 {
    font-size: 3em;
    background: #ffffff;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
}

h1 img {
    width: 11%;
    position: absolute;
    top: 10px;
    left: 20px;
}

h2 {
    margin: 20px 20px 0px 20px;
}

nav {
    background: #265787;
    height: 4em;
}

ul {
    list-style-type: none;
}

nav li {
    display: inline-block;
    margin-left: 12%;
}

nav li a:link,
nav li a:visited {
    text-decoration: none;
    background: #F4F8FC;
    width: 5em;
    padding: 10px 28px;
    border: 3px outset #FFC54E;
    border-radius: 8px;
    position: relative;
    top: 1.5em;
    font-weight: bold;
    color: #0000EE;
}

nav li a:hover,
nav li a:active {
    background: #FFC54E;
    color: #F4F8FC;
}

p {
    margin: 20px;
}

aside {
    border: 3px solid #FFC54E;
    border-radius: 10px;
    background: #265787;
    padding: 20px 30px;
    /* box-shadow: 5px 10px #265787; */
    color: white;
    font-family: 'Minion Pro Semibold', serif;
}

aside strong {
    font-size: 1.25em;
}

.quote {
    width: 45%;
    margin-left: 5%;
    font-size: 1.25em;
}

footer {
    height: 6em;
    background: #265787;
}

footer p {
    text-align: center;
    color: white;
    font-size: 0.75em;
    padding-top: 3.25em;
    margin: 0;
}

.container {
    margin: 0 auto;
	width: 100%;
    max-width: 1020px;
    border: 1px solid #231F20;
    background: #F4F8FC;
}

.firstP {
    margin-top: 0;
}

.pClear {
    clear: both;
}


/*--=========================HOME PAGE--*/

#sec1 {
    padding-bottom: 40px;
}

#sec1 img {
    width: 40%;
    float: right;
    margin-right: 20px;
    padding-left: 20px;
}

#secStore {
    position: relative;
    background: white;
    padding: 20px 0px 30px 0px;
}

#secStoresBox {
    display: flex;
	wrap: nowrap;
    justify-content: space-evenly;
}

.secStoresBox__store {
    border: 3px solid #231F20;
    width: 21%;
    /*margin-left: 2%; */
    padding: 0px 0 20px 0;
    /* float: left; */
}

.secStoresBox__store h3 {
    margin-bottom: 10px;
    border-top: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
    background: #F4F8FC;
    padding-left: 10px;
    padding-top: 4px;
}

.secStoresBox__store li {
    /* background: url('images/002-bee.png')no-repeat 0 50%; */
    margin-bottom: 20px;
    padding: 0 3%;
}

.calltoaction {
    position: absolute;
    top: -55px;
    right: 2%;
    border: 3px solid #265787;
    background: #F4F8FC;
    color: #231F20;
    width: 34%;
}


/*--========================= Nucs & Queens Page--*/

#nucsHome {
    /* background-image: url(images/honeycombBG.png); */
}

#nucs_text {
    width: 48%;
    float: left;
}

#nucs_text aside {
    width: 55%;
    margin: 0 auto;
}

#nucs_image {
    background-image: url(images/coolcreek-honeycomb.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; 	background-color: blue; */
    width: 48%;
    float: right;
    margin: 5% 20px 0 0;
}

.listHeading {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#nucs_qualities li {
    margin-left: 12%;
    font-weight: bold;
}

.icon_check {
    color: green;
    padding-left: 10px;
}

.secStoresBox__icon{
	display: none;
}
/*--=========================MOBILE--=================================*/
/*--=========================MOBILE--=================================*/
@media screen and (max-width: 574px) {
	/* h1 {background: red;} */
	p {margin: 2% 4%;}
	footer{
		height: 3em;
		
	}
	footer p{
		padding-top: 1em;
		
	}
/*HIDE ELEMENTS*/
	#link_ourhoney, #sec1 img, .quote, #secStoreP {
		display:none;
	}
	
	header{position:fixed; top:0;width:100%;}
	
	h1{
		font-size: 28px;
		text-align: left; 
		/*padding-left: 5%; */
		padding-bottom: 0;
	}
	
	h1 a{
		
	}
	h1 img {
		width: 20%;
		position: relative;
		left: 0;
		/* top:2%; */
		padding: 0 10px 2px 5px; 
	}
	
	nav li {
    /* display: inline-block;*/
    margin-left: 2%;/* 2.5%;  */
	width: 47%;
	}
	nav li a:link, nav li a:visited {
    /* text-decoration: none;
    background: #F4F8FC;
	font-weight: bold;
    color: #0000EE; */
	
    width: 5em;
    padding: 6% 5%;/* 5% 5% */
    border: 3px outset #FFC54E;
    border-radius: 8px;
    position: relative;
    top: 1.5em;
    
	}
	
	aside {padding: 0 0 0 0;}
	
	.container {min-width: 320px;}
	#mainHome{
		margin-top: 35%;
	}

	#sec1{
		padding-bottom: 0;
	}

	#sec1 h2{
		font-size: 22px;
	}

	#secStore {
		/* position: relative;
		background: white; */
		position:static;
		padding: 0.5% 0px 0px 0px;
	}
	#where_to_buy_cool_creek_honey{
		font-size: 19px;
		margin-top:2%;
	}

	#secStoresBox {
		display: block;
	}

	.secStoresBox__store {
    border: 3px solid #231F20;
    width: 90%;
	margin: 0 auto;
    /*margin-left: 2%; */
    padding: 0px 0 0px 0;
    /* float: left; */
	}

	.secStoresBox__store h3 {
		margin-bottom: 0px;
		/* border-top: 1px solid #231F20;
		border-bottom: 1px solid #231F20; */
		background: #F4F8FC;
		padding-left: 10px;
		padding-top: 0px;
	}

	.secStoresBox__store ul{
		 display: none; /**/
	}

	.secStoresBox__icon {
		display: inline-block;
		margin-left: 15px;
	}

	.calltoaction {
		position: relative;
		margin: 0 auto;
		top: 0px;
		right: 0; /* */
		border: 3px solid #265787;
		background: #F4F8FC;
		color: #231F20;
		width: 90%;
		padding: 1% 2%;
		margin-bottom: 3%;
	}

	#nucs_image {
		display: none;
		float: none;
	}

	#nucs_text {
		width: 100%;
    background-image: url(images/coolcreek-honeycomb-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	}

	#nucsHome {
		margin-top: 120px;
	}

	#nucs_text aside {
		width: 85%;
		padding: 2%;
		font-size: 1.25em;
	}
}/*END MOBILE=================*/

/*--========================= TABLET --=================================--*/
/*--========================= TABLET --=================================--*/
@media (min-width: 575px) and (max-width: 700px){
	/* h1{background: yellow;} */
	
	h2{margin-top: 0px;}
	
	h1 img {
		width: 15%;
	}
	nav {
		height: initial;
		padding-top: 3px;
	}
	nav li {
    display: inline-block;
    margin-left: 3%; /* */
	}
	nav li a:link,	nav li a:visited {
		float: left;
		top: 0;
		text-align: center;
		text-decoration: none;
		background: #F4F8FC;
		/* width: 20%; */
		width: initial;
		font-size: 1.25em;
		padding: 10px 18px;
		/* padding: 10px 28px; */
		border: 3px solid #FFC54E;
		/* border-top: 0;
		border-bottom: 0; */
		border-radius: 0px;
		/*position: relative;
		top: 1.5em;  */
		font-weight: bold;
		color: #0000EE;
	}
	
	.calltoaction {
		position: relative;
		width: 80%;
		top: 0;
		right: 0;
		margin: 0 auto;
	}
	.quote {
		width: 80%;
		margin: 0 auto;
	}
	
	#secStoresBox {
		display: flex;
		flex-wrap: wrap;
	}
	
	.secStoresBox__store {
		width: initial;
		margin-bottom: 2%;
	}

/* NUCS PAGE ===================*/
	#nucs_image {
		display: none;
		float: none;
	}
	
	#nucs_text {
		width: 100%;
	}
	

	
}/*==== END 500-700PX TABLET ====*/

@media (min-width: 701px) and (max-width: 800px){
	/* h1{background: orange;} */
	
	h1 img {
		width: 15%;
	}
	
	nav {
		height: initial;
		padding-top: 3px;
	}
	nav li {
    display: inline-block;
    margin-left: 3%; /* */
	}
	nav li a:link,	nav li a:visited {
		float: left;
		top: 0;
		text-align: center;
		text-decoration: none;
		background: #F4F8FC;
		/* width: 20%; */
		font-size: 1.25em;
		padding: 10px 18px;
		/* padding: 10px 28px; */
		border: 3px solid #FFC54E;
		/* border-top: 0;
		border-bottom: 0; */
		border-radius: 0px;
		/*position: relative;
		top: 1.5em;  */
		font-weight: bold;
		color: #0000EE;
	}

}/*==== END 701-800PX TABLET ====*/

@media (min-width: 801px) and (max-width: 851px){
	/* h1{background: blue;} */
	
	nav li {
    display: inline-block;
    margin-left: 10%;
	}
}/*==== END 701-800PX TABLET ====*/
/*==== END TABLET ==============================*/
/*--=========================XXXXXX--*/