/* ------ Styles.css designed for Desktop and Smartphone  ----- */
/*   CSS reset  */
body, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}


/* Fixing a Collapse in the Navigation */
.keepOpen {
    clear: both;
}


header {
    background-color: #000;
    background-image: url(images/redcastle-lake.jpg);
background-repeat: no-repeat;

    background-position: center; 
    display: block;
    width:100%;
    height:375px;
    border-bottom: 4px solid rgb(247,136,30);
}

.james {
    background-color: #000;
    background-image: url(images/James-Hooper-BW.jpg);
background-repeat: no-repeat;
    display: block;
    width:100%;
    height:375px; 
    border-bottom: 4px solid rgb(247,136,30);
}

.contact {
    background-color: #000;
    background-image: url(images/CONTACT-JAMES-HOOPER.jpg);  
background-repeat: no-repeat;
    display: block;
    width:100%;
    height:375px; 
    border-bottom: 4px solid rgb(247,136,30);
    
}

.trailheads {
    background-color: #000;
    background-image: url(images/UINTA-MAP-IMG.jpg); 
background-repeat: no-repeat;
    display: block;
    width:100%;
    height:375px; 
    border-bottom: 4px solid rgb(247,136,30);
}

.logo {
    position:relative; 
    top:0; 
    left:0;
    padding-left: 1%;
}

.main-logo {
    position: absolute;
    top:2%;
    left:2.5%;
    font-size: 150%;
    letter-spacing: .5px;
}

h1.main-logo a {
    text-decoration: none;
   color:#ff9900;  /* was #ff9900   */
}

h2.submain-logo a {
    text-decoration: none;
    color:#fff;
}

h1.main-logo a:hover {
    color:#d0d0d0;
}

.submain-logo {
    position: absolute;
    top:5%; 
    left:2.65%;
    font-size:85%;
    border: 0px;
    letter-spacing: 1px;
}


/* Link Styling */
a:link {
    color: rgb(247,136,30);
}
a:visited {
    color: rgb(164,166,166);
}
a:hover {
    color: rgb(164,166,166);
}
a:active {
    color: #000;
}
a.moreInfo {
    padding-left:3%;
}


/* Menu Navigation */
nav {
    float: right;
    color:#fff;
   display:block;
   width:30em;

}

nav ul.guideMenu li {
    float: left;
    list-style-type: none;
}

nav ul.guideMenu li a {

    color: #fff;
    text-decoration: none;
    padding:5px 25px;
    margin-left:5px;
 border: 2px solid #fff;
    border-radius: 25px;
}


/* ---- original css 
nav ul.guideMenu li a:hover {
    background-color: #a8a8a8;
    color: #fff;
}
------- */

nav ul.guideMenu li a:hover {
border-radius: 2px solid #fa9a26;
color: #fa9a26;
border: 2px solid #fa9a26;  
}

/* NEW CSS ----- */
    #hikingbody #hiking a,
    #contactbody #contact a,
    #gallerybody #gallery a,
    #aboutbody #about a {
border: 2px solid #fa9a26;  
color: #fa9a26;
}



/* Styling Images */
figure.fallweather {
    margin: 0 3% 0 2%;
    padding: .5em;
    float:right;
    border: 1px solid #999;
    width: 30%
}

figure.fallweather img {
    width:100%;
}

figure.fallweather figcaption {
    text-align: center;
    font-size: .9rem;
    color: #000;
}

figure.gallery {
    float:left;
    padding: 7px 7px 30px 7px;
    border: 1px solid #ccc;
    text-align: center;
    width: 150px;
    height: 200px;
    margin: 1rem;
}

figure.gallery figcaption {
   font-size: .9rem;
}

body, p, ol, ul {
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "acumin-pro-condensed",sans-serif;    
}

h2 {
    font-weight: 500;
}

p {
    padding:0 3%;
    line-height: 145%;
}

h2 {
       padding:10px 0; 
}

a.backToTop {
    padding-left: 3%;
    padding-bottom:20px;
}

main ul.backpackItemsList
{
    color:#a8a8a8;
    list-style-type: circle;
    margin-left:1%;
}

main ol.safetyList {
    color:#a8a8a8;
    list-style-type: disc;
    margin-left:1%;
}

.img-circle {
    border-radius: 50%;
    float: left;
    margin: 25px 35px 55px 25px;
}

/* Hiking Terms Styling */
main dl.terms {
    display:block;
    width:85%;
    color:darkgray;
    padding: 2% 3%;
    margin-left: 30px;
    border: 1px solid #000;
}

dt {
    color:#000;
    font-weight: bolder;
}

p.trailhead {
    display: block;
    padding: 10px 5%;
    width:90%;
}

.topGear {
    display:flex;
    flex-direction: row;
    padding-top:10px;
   /* background-color: #e8e8e8;  */
background: -moz-linear-gradient(90deg, #EBEBEB 0%, #949494 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #949494), color-stop(100%, #EBEBEB)); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, #EBEBEB 0%, #949494 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, #EBEBEB 0%, #949494 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, #EBEBEB 0%, #949494 100%); /* ie10+ */
background: linear-gradient(0deg, #EBEBEB 0%, #949494 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#EBEBEB',GradientType=0 ); /* ie6-9 */
    height:300px;
}

#hikingInfo {
    display: flex;
    flex-direction: row;
    padding:25px 15px 30px 15px;
}

#hiking {
    justify-content: center;
    padding-left: 1%;
}

#hiking h2 {
    padding-left: 3%;
}

#packing {
    justify-content: center;
    padding-left: 2%;
}

#packing h2 {
    padding-left: 3%;
}

#safety {
    justify-content: center;
    padding-left: 2%;
}

#safety h2 {
    padding-left: 3%;
}

.gearImg-1 {
    justify-content: center;
    padding-left: 10%; 
    padding: 10px;
}

figcaption.gear {
    padding-left:25%;
    font-weight: 700;
}

.gearImg-2 {
    justify-content: center;
    padding-left: 10%; 
    padding: 10px;

}

.gearImg-3 {
    justify-content: center;
    padding-left: 10%; 
    padding: 10px;

}

.trails {
    padding-left: 3%;
    margin-top:10px;
}

span.best {
   padding-left: 3%;
   margin-top: 10px;
   padding: .5em;
    text-align: center;
   background-color: #30b0be;
    font-size: 2em;
    color: #fff;
    display: block;
 }



.backpackItems {
    margin-left: 1%;
}

.safety {
    margin-left: 1%;
}

.hiking-icon {
   margin-bottom:-5px;
   margin-right: 10px;
}


.guide  {
    padding-top: 5%;
    font-size: 300%;
    color:#fff;
    text-align: center;
}

.guide2  {
    color:#fff;
    text-align: center;
    font-weight: lighter;
}

.jameshooper, .jameshooperGuide {
    text-align: center;
    color:#fff;
}

.jameshooper {
    padding-top: 15%;
    font-size: 300%;
}

.jameshooperGuide {
    font-weight: lighter;
}

/*  FORM STYLING */

form.testForm fieldset {
    border: 2px solid #ccc;
    margin: 1rem;
    border-radius:7px;
    font-size: .8rem;
    color:black;
}

form.testForm legend {
    font-size: .9rem;
    color: #f7881e;
}

form.testForm label {
    display: block;
}

form.testForm span {
    display: block;
    padding-top: 1rem;
    margin-bottom: .3rem;
}

form.testForm .myInput {
    padding: .4rem;    
}

form.testForm .userinfo {
    display: block;
    border-radius: .4rem;
    width: 20rem;
    padding: .7rem;
  
}

form.testForm .userbutton {
    width:20rem;
    padding: .8rem;
    margin-left: 1rem;
    background:#f7881e;
    color:#fff;
    border: 1px solid #666;
    border-radius: .6rem;
}


input:focus, textarea:focus {
    background-color:#ffffcc;
}

input[type="tel"], input[type="email"], input[type="text"], textarea {
  padding: 10px;
  border: solid 1px #c0c0c0;
  transition: box-shadow 0.3s, border 0.3s;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea.focus,
input[type="text"].focus, input[type="email"].focus, input[type="tel"].focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

/* Footer */
footer {
    height:95px;
    color:#fff;
    background-color: #000;
    text-align: center;
    padding:10px;
    margin-top: 20px;
    text-decoration: none;

}




/* ----------- MEDIA QUERIES - Responsive Design -----------  */

@media only screen and (max-width: 500px) {
    
    /* Add the background-image: url(); to the header, once I work on the Images - Unit 5  */
    header {
    background-color: #000;
    display: block;
    height:340px;
}
    .logo {

    margin-left: 9em;

    }
    
h2.guide2 {
visibility: hidden;
}


    nav {
   display: block;
   width: 96%;
    color: #fff;
    margin-top:-15px; 
   float:left;  
   margin-left: -1.5em;
   margin-right: 1.5em;
   text-align: center;


}
    nav ul.guideMenu li {
    width:90%;
    text-align:center;

}

    nav ul.guideMenu li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
margin-bottom:5px;
   border: 1px solid #fff;
   padding: 10px 40px;
    width: 100%;
    border-radius: 25px;

}

 /* ------ old CSS -------  */
    nav ul.guideMenu li.active a {
    color: #fa9a26;

}  
  
    

    nav ul.guideMenu li a:hover {

border-radius: 2px solid #fa9a26;
color: #fa9a26;
}
    
    nav ul.guideMenu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 5px 25px;
    border-radius: 15px;

}

    nav ul.guideMenu li.active a {
    color: #fff;
}

    nav ul.guideMenu li a:hover {
    color: #fa9a26;
    border: 1px solid #fa9a26;
}

    /* ------ NEW CSS -------  use this with the .active state!!!     */  

   nav ul.guideMenu  #hikingbody #hiking a,
    #contactbody #contact a,
    #gallerybody #gallery a,
    #aboutbody #about a,
    {
    border-radius: 2px solid #fa9a26;    
    color: #fa9a26;
}

   
    .main-logo {
    position: absolute;
    top:2%;
    left:10%;
    font-size: 150%;
    color:rgb(247,136,30); 
}

    .submain-logo {
    position: absolute;
    top:5%;
    left:10.5%;
    font-size:85%;
}
    
    .trails {
    padding-left:3%;    
    }

    #hikingInfo {
    display: flex;
    flex-direction: column;
    padding:25px 15px 30px 15px;
}
    
    section.topGear {
    display:flex;
    flex-direction: column;
    padding:5px 0 0 30px;
    background-color: #e8e8e8;
    height:100%; 
}
    
    .gearImg-1 {
    justify-content: center;
    width: 75%;    
}

    .gearImg-2 {
    justify-content: center;
         width: 75%;  
}

    .gearImg-3 {
    justify-content: center;
         width: 75%;  
}

.top {
     text-align: center;
}
    
.hidden {
display:none;
}


}