/* CSS Document */

/* reset */
body, p, h1, h2, h3, h4, ul, li, ol{margin:0}
* {box-sizing:border-box}

/* layout */
body{
	margin:0;
	background: url(../images/wood1.jpg); 
	/*font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
	line-height: 1.6;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 15px;
 }
#wrapper{
	width:1100px; margin:1.3em auto;
	-webkit-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.75);
	border-radius: 15px 15px 0 0 ;
}

.col-one-fourth{width:25%;}
.col-three-fourths{width:75%;}
.col-one-half{width:50%;}
.col-one-third{width:33.3%}
.col-two-thirds{width:66.6%}
.col-one-fourth, .col-three-fourths, .col-one-half, .col-one-third, .col-two-thirds, .col-full{float:left; box-sizing:border-box; padding: 0 30px;}
.col-full{float: none;}

article, aside {box-sizing:border-box;}

.introtext {padding-bottom: 15px; border-bottom: 2px solid #DFDFDF; margin-bottom: 15px;}


/* typography */
h1, h2, h3, h4 {font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-weight: normal;}
p{padding: .2em 0 .7em 0; color: #616161; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; font-size: 15px;}
h3{padding: .5em 0; font-size: 22px;}
header a:link, header a:active, header a:visited{font-weight:bold; color:#1688bb;}
.introtext h1 {margin: 10px 40px; font-size: 30px; line-height: 1.5;}
.copyright p {color:#9C9C9C; font-size:1em; }
footer p {color: white;}
p a:link, p a:visited {text-decoration: none; color: darkblue;}
sup {font-size: 10px;}
h4 {font-weight: bold; font-size: 18px;}
footer a:link, footer a:visited {color: yellow;}
.copyright a:link, .copyright a:visited {color: white;}
ul{margin-bottom: 8px;}


/* sections */
header{
	background-color:#caebfc;
	color:darkred;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border-radius: 15px 15px 0 0 ;
}
#logo{
	float:left;
	padding:1em 1em;
}
#header-right{
	width:300px;
	padding:1em 1em;
	float:right;
	text-align:right;
	
}
nav{border-bottom: solid 3px #1688bb}
#content{
	background-color: white;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
	padding: 2em 0;
}
footer{
	background-color:#063a51;
	color:#fff;
}
footer .col-one-third {
	background-image: url(../images/bg-grad-corner.png);
	background-repeat: no-repeat;
	padding: 20px;
}
.copyright{background-color: #315262; padding: 10px 20px;}


/* page elements */
.pic-small-right{float:right; padding:0 0 .6em .6em;}
.pic-small-left{float:left; padding:0 .6em .6em 0;}
.pic-full{width: 100%; height: auto;}
.recipe{
  background-color:antiquewhite;
  padding: 6px 14px;
  margin-bottom: 26px;
  border: thin solid #938D6D;
}
.partner {
  display: block;
  background-color: #125674;
  color: white;
  padding: 10px;
  float: left;
  font-weight: bold;
  margin: 0 14px 14px 0;
}
a.partner:link, a.partner:visited{color: white;}
a.partner:hover{background-color: #a01a1d;}


/* Slider --------------*/
#slider{}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/* Tools and Tricks ----------- */
.group:after {
  content: "";
  display: table;
  clear: both;
}
.mobile{display:none;}
.fullscreen{display:block}
.pad-vert{padding:1em 0}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* First Breakpoint - covers all tablets and below - overrides any of the above styles ----------- */
@media only screen and (max-width: 1020px) {
	#wrapper{width:auto; height:auto; margin:1em;}
	.sliderpic{width:100%; height:auto;}
	.pic-small-right, .pic-small-left{width:33%; height:auto;}
}

/* Second Breakpoint - covers all smaller devices - overrides any of the above styles (both sets) ----------- */
@media only screen and (max-width: 600px) {
	.col-one-fourth, .col-three-fourths, .col-one-third, .col-one-half{width:auto; float:none;}
	#header-right{width:auto; float:none; text-align:center;}
	#logo {width: 100%; height: auto; float: none;}
	.introtext h1 {font-size: 16px;}
}

/* Third Breakpoint - covers all portrait phones - overrides any of the above styles (all sets) ----------- */
@media only screen and (max-width: 320px) {
	.pic-small-right{width:100%; padding: .2em 0;}
	.pic-small-left{width:100%; padding: .2em 0;}
}