header{
    height:628px;
    background:#EEE;
    margin-bottom:50px;
    background:url(../img/pages/Things-to-do-in-Denver.jpg);
    background-size: cover;
    margin-bottom:10px;
    background-position: left center;
}


h1,h2,h3{
    margin:0px;
}

@media (max-width: 768px) {

    h1,h2,h3{
        font-size:28px;
    }

    header{
        background:#FFF;
        height:75px;
    }
    
}

p{
    margin-bottom:5px;
    margin-top:5px;
    text-align: justify;
}

ul {
    list-style-position: inside;
}

.rimg,.limg{
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .rimg,.limg{
        margin-top:5px;
        margin-bottom:5px;
    }
}

#decor_mountain_left_1{
    top:1000px;
}

#decor_mountain_left_1_cloud2{
    top:1000px;
}

#decor_mountain_right_1{
    top:1700px;
}

#decor_mountain_right_1_cloud1{
    top:1650px;
}

#decor_mountain_right_1_cloud2{
    top:1750px;
}

#decor_line_1{
    top:700px;
}

#decor_line_2{
    top:900px;
}

#decor_line_3{
    top:1700px;
}

#decor_forest_left_1_sub{
    top: calc(1850px);
}

#decor_forest_left_1{
    top: calc(1850px + 100px);
}

@media (max-width: 768px) {

    .imgcol{
        text-align: center;        
    }

    .imgcol img{
        width:100%;
    }

}

.ipadonly{
    display:none;
}

@media (min-width: 765px) and (max-width: 800px) {
    .ipadonly{
        display:block;
    }
}