@charset "utf-8";
/* CSS Document */
body {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: #41393A;
    margin: 10px;
    background-color: aliceblue;
    padding: 0px;
}
.clearfix::after {
    content: "";
    clear: none;
    display: table;
}
.clearfix {
    overflow: auto;
}
.page-wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.top-banner {
    width: 100%;
    height: 240px;
    padding-top: 20px;
    background-image: url(images/topbanner.jpg);
    background-position: center;
    background-size: cover;
}
#logo {
    width: 55%;
    float: left;
    margin-left: 5px;
    max-width: 700px;
    padding-top: 0px;
    background-color: aliceblue;
}
.top-banner h1 {
    font-size: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 300;
}
nav ul {
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
}
nav a {
    text-decoration: none;
    color: aliceblue;
    display: block;
    margin-bottom: 4px;
    background-color: dimgray;
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 1em
}
nav a:hover {
    background-color: black;
}
h2, h3 {
    color: black;
    align-content: center;
	
}
.main {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.container-feature {
    margin-top: 10%;
}
.feature-images {
    display: block;
    width: 100%;
}
#pic1 {
    background-image: url("images/hallie.jpg");
}
#pic2 {
    background-image: url("images/kailey2.jpg");
}
#pic3 {
    background-image: url("images/jesse_grab3.jpg")
}
.feature-img {
    width: 150px;
    border-radius: 100%;
    height: 175px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: thick;
}
.feature-images {
    text-align: center;
}
.feature {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
    background-color: darkgray;
    color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.topic1 {
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 600px;
    padding: 20px;
    box-sizing: border-box;
    background: darkgray;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    display: flex;
}
.topic1 .topic1-img {
    width: 150px;
    flex: 0 0 150px;
}
.topic1 .topic1-img img {
    max-width: 100%;
}
.topic1 .content {
    padding-left: 20px
}
.topic1 .content h3 {
    margin-top: 20px;
    padding-left: 0;
}
.topic1 .content p {
    margin: 0;
    padding: 10px 0 0;
    color: black;
}
.footer {
    width: 150%;
    padding: 200px;
    box-sizing: border-box;
}
.hiking {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    #topic1-img {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
@media (min-width:960px) {