@charset "UTF-8";

/* Put your styles into the appropriate breakpoints below. */




/***** XS (Extra Small) – Mobile Size AND ABOVE *****/
body {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: #2e2e2e;
}

.first-hero {
    background-image: url(../images/hero-one.png);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    margin-bottom: 50px;
}  

.second-hero {
    background-image: url(../images/hero-two.jpg);
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    margin-bottom: 50px;
}  

footer {
    background-color: #273743;
    padding: 20px;
}

.tnp {
    margin: 0 auto;
    display: inline-block;
}



.logo {
    margin: 110px 0 180px 0;
    text-align: center;
    
}

.logo img {
    width: 200px;
    display: block;
    margin: 0 auto 60px auto;
    
}

.logo h1 {
    font-size: 2em;
    font-weight: 300;    
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    text-shadow: 0px 13px 30px #1a1a1a;
}

.second h1 {
    font-size: 2em;
    font-weight: 300;    
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.5px;
    text-shadow: 0px 13px 30px #1a1a1a;
    margin-top: 400px;
}

/* Nav Styles-XS */
nav {
    background-color: rgb( 39, 55, 67);
    text-align: center;
}

nav li {
    display: block;
    font-size: 2em;
    font-weight: 300;
    border-bottom: 2px solid rgba(0, 0, 0, .1);

}

 .nav-tnp {
    height: 50px;
    display: inline-block;
}

nav a {
    color: #fff;
    text-shadow: 0.2px 0.5px 5px #1a1a1a;
    display: block;
    text-decoration: none;
    padding: 30px 50px;
    border-bottom-color: #8aacc1;

}

nav a:hover, .parks a:hover, .spring a:hover, .more-parks a:hover, .events a:hover, footer a:hover {
    text-decoration: underline;
    font-weight: 300;
}

.parks i:hover, .spring i:hover, .more-parks i:hover, .events i:hover {
    color: #ea5d31;
}

footer li {
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    padding: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

/* Image Styles -XS */
.birds {
    margin-bottom: 0;
    width: 50%;
    float: left;
}

.bird {
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.park-profile, .event-profile {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #1a1a1a;
    margin-bottom: 20px;
    min-height: 400px;
    padding-top: 50px;
}

.badge {
    
}

.badge img {
    width: 200px;
}

.yellowstone {
    background-image: url(../images/yellowstone-geyser.jpg);
}

.redwood {
    background-image: url(../images/redwood.jpg);
}

.yosemite {
    background-image: url(../images/yosemite-mobile.jpg);
}

.grand-teton {
    background-image: url(../images/grand-teton.jpg);
}

.glacier {
    background-image: url(../images/glacier.jpg);
}

.canyonlands {
    background-image: url(../images/canyonlands-large.jpg);
}
.wolves {
    background-image: url(../images/wolves-mobile.jpg);
}

.cherry-blossoms {
    background-image: url(../images/cherry-blossoms-mobile.jpg);
}


/* Text Styles -XS */
h2 {
    font-size: 2.6em;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.event-profile h3 {
    color: #fff;
    text-align: center;
    font-size: 3em; 
    text-shadow: 0px 13px 30px #1a1a1a;
}

h4 {
    font-size: 2.2em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.3em;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 300;
}

p {
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.spring a {
    text-decoration: none;
    color: #50b213;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8em
}
    
.spring i, .parks i, .events i {
    color: #50b213;
}


.parks a, .more-parks a, .events a {
    text-decoration: none;
    color: #50b213;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}
    
.more-parks {
    display: block;
}

.more-parks h5 {
    font-size: 2.2em;
    display: inline-block;
}

.more-parks h2 {
    display: inline-block;
}


.second-titles h4 {
    font-size: 3em;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
    
.second-titles p {
    line-height: 1.5;
    font-size: 1.5em;
}

.yellowstone-titles h4 {
    font-size: 3em;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

/* Icon Styles */
.icon-set {
    margin-bottom: 30px;
}

/* Structure Styles - XS */
.margin-fifty {
    margin-bottom: 50px;
}

.margin-thirty {
    margin-bottom: 30px;
}

.last-bottom {
    margin-bottom: 0;
}

.last-right {
    margin-right: 0;
    padding-right: 0;
}


.parks, .events {
    margin-bottom: 30px;
}

.second-titles {
    margin-bottom: 30px;
}


/***** END XS (Extra Small) */





/***** SM (Small) - Tablet Size AND ABOVE! (768px) */
@media (min-width: 768px) {
	.first-hero {
        background-image: url(../images/hero-one.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-color: #1a1a1a;
        margin-bottom: 65px;
    } 	
    
    .second-hero {
        background-image: url(../images/hero-two.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #1a1a1a;
        margin-bottom: 65px;
    }  

    .logo {
        margin-bottom: 100px;
    }

    .logo h1 {
        font-size: 3.5em;
        letter-spacing: 2px;
    }

    .nav-tnp {
    height: 50px;
    display: inline-block;

}
    
    /* Nav Styles -SM */
    nav {
        text-align: center;
        margin-bottom: 50px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    nav li {
        display: inline-block;
        font-size: 2em;
    }

    nav a {
        text-shadow: 0px 2px 30px #1a1a1a;
        display: block;
        padding: 30px 15px;
    }

    /* Text Styles - SM */
    h2 {
        font-size: 2.6em;
    }
    
    .spring a {
        text-align: center;
    }
    
    
    /* Image Styles -SM */
   
    .park-profile, .event-profile {
        min-height: 500px;
    }
    
    .badge img {
        width: 250px;
    }
    
} /***** END SM (Small) */




/***** MD (Medium) - Medium Desktop Size AND ABOVE! (992px) */
@media (min-width: 992px) {
    /* Footer Styles */
    footer {
        background-image: url(../images/footer.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        background-color: #fff;
        min-height: 550px;
        padding-top: 500px;
    }
    
    footer ul {
        padding: 10px;
        text-align: center;
    }
    
    footer li {
        margin-right: 30px;
    }
    
    /* Nav Styles -MD */
    nav {
        margin-bottom: 50px;
    }

    nav a {
        text-shadow: 1px 1px 5px #1a1a1a;
        padding: 30px 25px;
    }

    /* Text Styles -MD */
    h2 {
        font-size: 2.6em;
        text-align: left;
    }
    
    h3 {
        color: #1a1a1a;
        font-size: 1.6em;
        font-weight: 700;
        margin-bottom: 5px;
    }
        
    
    .spring h4 {
        font-size: 1.5em;
        font-weight: 700;
        text-align: left;
        margin-bottom: 5px;
}
 
    p {
        margin-bottom: 5px;
        font-size: 1.5em;
        line-height: 1.5;
    }
    
    .spring p {
        font-size: 1.5em;
        line-height: 1.3;
    }
    
    .spring a {
        text-decoration: none;
        color: #50b213;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.5em
    }
    
    .spring i {
        font-size: .8em;
    }
    
    .yellowstone-titles h4 {
    font-size: 3em;
    margin-bottom: 15px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}
    
  
    /* Image Styles -MD */
    .birds {
        width: 130px;
        margin-right: 10px;
        display: inline-block;
    }
    
    .bird {
        width: 220px;
        display: inline-block;
    }
    
    .bird-margin {
        margin-bottom: 10px;
    }
    
    .maps img {
        margin-bottom: 30px;
    }
    

    /*.park-segment {
        padding-right: 40px;
    }*/
    
    .park-profile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #1a1a1a;
        margin-bottom: 20px;
        min-height: 250px;
    }
    
    .event-profile {
        min-height: 200px;
        background-position: center;
        background-color: #fff;
        
    }
    .badge img {
        width: 150px;
        margin: 0 auto;
        display: block;
    }
    
    .parks {
        padding: 0px;
    }
    
    
    
} /***** END MD (Medium) */




/***** LG (Large) – Large Desktop AND BEYOND! (1200px) */
@media (min-width: 1200px) {
/* Nav Styles -LG */
    nav {
        margin-bottom: 75px;
    }

    nav a {
        text-shadow: 1px 1px 5px #1a1a1a;
    }

    /* Text Styles -LG */
    .spring h4 {
        font-size: 1.8em;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .spring p {
        line-height: 25px;
        font-size: 1.6em;
        margin-bottom: 10px;
    }
    
    .spring a {
        text-decoration: none;
        color: #50b213;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 1.8em
    }
    
    .spring i {
        font-size: 1.2em;
    }
    
    
    
    /* Image Styles - LG */
    .bird-margin {
        margin-bottom: 22px;
    }
    
    .birds {
        width: 160px;
        float: left;
        margin-right: 10px;
    }
    
    .bird {
        width: 280px;
        float: right;
    }
    
    /* Misc - LG */
    .last-bottom {
        margin-bottom: 0;
    }
} /***** END LG (Large) */

