/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #eee;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a, a:visited {color: #eee;text-decoration: none;background: none;/* transition: all 0.5s;*/}
a:hover, a:active, a:focus {background: #151514;/*transition: all 0.6s;*/}
footer a {margin:0 1em}
a.logo:hover, a.logo:active, a.logo:focus {background: none}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, monospace;
  background: #1E1E1C;       
}


#hero {
display: table;
height: calc(100vh - 20em);
min-height: 55em;
position: relative;
text-align: center;
width: 100%;
margin-bottom: 2em;
background: url('../img/back.jpg') no-repeat 50% 0;
background-size: cover;
}

#hero-content {
  margin: 4em auto;
  width: 90%;
  text-align: center;
  content: "";
}

.one, footer {width: 90%;margin: 0 auto;padding: 2em 0;color: #DBDBDB;text-align:center}
.one div, .one ul {width: 100%}
footer a {white-space: nowrap;}


h1 {text-align: center;font-size: 3em;margin-bottom: 0}
h2 {text-align: center;font-size: 1.5em}
h1, h2, h3 {letter-spacing: 0.05em}
h3 {text-transform: uppercase;margin: 0 0 1em;}
.date-display {width: 90%;margin: 0 auto}
.date-display h3 {display: inline-block;margin: 1em 0 0;padding: 0 ;font-size:1.23em;}
#date {font-size: 3em;margin: 0 0 1em;line-height: 1.2em}
.park {display: block;}
.parks {margin-bottom: 2em}
.logo {
display: block;
max-width: 100%;
height: auto;
}

.logo img {max-width: 100%;}

.button {
    border:1px solid #A5983E;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    font-size: 1.5em;
    font-weight: 700; 
    display: block;
    background: rgba(153,138,50,1);
    text-decoration: none;
    padding: 0.5em 0.7em;
    margin: 1.5em 0;
    text-transform: uppercase;
    text-align: center}
.button:hover {background:#1E1E1C;border:1px solid #31312E}
.pb_logo {margin: 2em auto 0;display: block}
.feeds {padding: 0 }
.feeds .item {font-size: 0.8em;padding-bottom: 0.8em;list-style: none}
/*.feeds .item:before {content: "»";display: block;float: left;padding-right: 0.5em;height: 50px}*/

.pb_shop {margin: 0 auto}



/* ==========================================================================
   Helper classes
   ========================================================================== */


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 480px) {
    
}

@media only screen and (min-width: 768px) {
    

#hero-content {
  width: 700px;
}

.date-display {width: 330px;margin: 0 auto}    
    
.left {float:left}
.right {float: right}
    
.one, footer {width: 700px;}
.one div, .one ul {width: 46%}
.one {text-align: left;}
}

