@charset "utf-8";
body {
    margin: 0px;
    color: #343842;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1em;
}
a:link, a:visited {
	color:#37A8A6;
	text-decoration: none; /*removes the underline for links*/
}
a:hover, a:active {
	color:#62DB5F;
	text-decoration: none; /*removes the underline for links*/
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
main h1 {
    color: #898C48;
    font-size: 1.5rem;
}
header h1 a:link, header h1 a:visited {
    color: #37A8A6;
    font-size: 3rem;

}
header h1 a:hover, header h1 a:active {
    color: #62DB5F;
    font-size: 3rem;

}
#topNav ul  {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: right;
    list-style-type: none;
}
#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.1rem;
}
header  {
    padding-bottom: 15px;
}
main {
    padding-bottom: 30px;
	padding-left: 70px;
    padding-right: 70px;
}
#homeImg {
    margin-top: 30px;
    float: left;
}
#mainHomeText {
    margin-left: 140px;
    margin-right: 140px;
}
main .hikingbackpacking {
    width: 200px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-radius: 10px;
    border: 1px solid #898C48;
    background-color: #C8D6E8;
    float: left;
}
.centerhikingbackpacking {
    margin-left: 35px;
    margin-right: 35px;
}
#trips {
	display: flex;
	justify-content:space-between;
	
}
.triptypes  {
    border-radius: 6px;
    border: 1px solid #898C48;
    background-color: #C8D6E8;
    flex-basis: 30%;
    flex-wrap: wrap;
    padding: 5px;
    justify-content: space-around;
}
.triptypes img {
    margin: auto;
    display: block;
}



.centertrips {
    margin-left: 192px;
    margin-right: 192px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#hikingmain h2 {
    color: #37A8A6;
    margin-top: 50px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 20px;
    font-size: 1.5rem;
}
#hikingmain {
	display: flex;
	flex: 75%
}

#firstblock {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.firstblockcontent img {
    margin-left: 20px;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;

}
.firstblockcontent {
    flex-basis: 50%;
}

#hikingprotips {
    /* [disabled]order: 2; */
    border: 2px solid #898C48;
    border-radius: 6px;
    width: 200px;
    padding: 5;
}



.hikehighlights h3 {
    color: #343842;
    font-weight: normal;
    margin-left: 30px;
    font-variant: small-caps;
}

#highlights {
    display: flex;
    justify-content: space-between;
}
.hikehighlights {
    border: 2px solid #898C48;
    border-radius: 6px;
    background-color: #C8D6E8;
    /* [disabled]flex-basis: 300 px; */
    padding: 15px;
    width: 300px;
    margin-bottom: 30px;
	
}

#hikingHighlights {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.hikehighlights img {
    /* [disabled]margin: auto; */
    display: block;
}










footer {
    border-top: 2px dashed #62DB5F;
}

footer h1 {
    font-size: 1.2rem;
    text-align: center;
}
footer ul {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    list-style-type: none;
}
footer ul li {
    display: inline-block;
    padding-left: 0px;
    margin-left: 20px;
    font-size: 0.9rem;
    color: #37A8A6;
}
footer ul li a:link {
    color: #37A8A6;
}
footer ul li a:hover {
    color: #62DB5F;
}

main:after {
	content: "";
	display: table;
	clear:both;
}
