/*escapes browser defaults*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html {
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
/*oveflow fix*/
  .wrapper{
    overflow-x: hidden;
    position: relative;
  }

/*responsive images*/
  img {
    width: 100%;
    height: auto;
  }

#header {
    background-image: linear-gradient(to right, #355c66, #a8d8e3);
    width: 100vw;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.socials {
    display: inline-flex;
    flex-direction: column;
    margin: 10rem 0 0 0;
    float: left;
}

.social-icon {
    margin: 1rem 0;
}

.progress-link {
    text-decoration: none;
    color: inherit;
}

.follow {
    transform: rotate(90deg);
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    display: inline-block;
    white-space: nowrap;
    transform-origin: center;
}

.header-content {
    background-image: url(./hiker-in-mountains.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #000;
    padding: 10rem 5rem;
    font-size: 1rem;
    box-shadow: inset 0 0 3rem 2rem #355c66;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    /* make the hero full-bleed */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.header-main {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    position: relative; 
    top: -5rem;
}

.progress {
    display: inline-flex;
    flex-direction: column;
    float: right;
    height: 15rem;
    position: relative;
    top: 2rem;
    right: 0;
    color: #fff;
}

.socials {
    font-size: 1.4rem;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    float: left;
    height: 15rem;
    position: relative;
    top: -3rem;
    left: 0;
}

.social-icon:hover {
    color: gold;
    opacity: 0.7;
    cursor: pointer;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin-left: .5rem;
    margin-right: 5rem;
    cursor: pointer;
}

.logo-link {
    text-decoration: none;
    color: inherit;
}

.navbar {
    font-size: 1rem;
    width: 60%;
    text-align: center;
    margin-right: 2rem;
}

.navlink {
    color: #fff;
    text-decoration: none;
    width: 100%;
    margin: 1rem;
}

.navlink:hover {
    color: gold;
    opacity: 0.7;
}

.fa-circle-user {
    color: #fff;
    margin-right: 1rem;
    width: 5%;
}

.acc {    
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    width: 15%;
    margin-right: 1rem;
}

.acc:hover {
    color: gold;
    opacity: 0.7;
}

main {
    width: 100vw;
    display: block;
}

.blurb {
    margin-top: -6.5rem;
    width:  85%;
    float: left;
    position: relative;
    left: -12rem;
    top: -10rem;
}

.blurb2 {
    margin-top: -6.5rem;
    width:  90%;
    float: right;
    position: relative;
    right: -5rem;
    top: -40rem;
}

.blurb3 {
    margin-top: -6.5rem;
    width:  85%;
    float: left;
    position: relative;
    top: -30rem;  
    left: -12rem;  
}

.img1-container {
    display: inline-block;
    width: 15%;
    position: relative;
    top: -10rem;
    right: 10rem;
}

.img2-container {
    display: inline-block;
    width: 10%;
    position: relative;
    top: 0;
    left: -4rem;
}

.img3-container {
    display: inline-block;
    width: 15%;
    position: relative;
    top: -30rem; 
    right: 10rem;   
}

.horizontal {
    display: inline-block;
    border: none;
    background-color: gold;
    height: .1rem;
    width: 2rem;;
    margin-bottom: .5rem;
    position: relative;
    left: 0rem;
}

.horiz {
    display: inline-block;
    border: none;
    background-color: gold;
    height: .1rem;
    width: 2rem;
    margin-bottom: .5rem;
    position: relative;
    left: 8rem;
}

.hdr-detail {
    color: gold;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .2rem;
    display: inline-block;
    position: relative;
    left: 10rem;
}

.hdr-detail2 {
    color: gold;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .2rem;
    display: inline-block;
    position: relative;
    left: 4rem;
}

.one, .two, .three {
    background: #355c66;
    padding: 5rem;
}

.two {
    padding-top: 5rem;
}

.oh1, .oh2, .oh3 { 
    font-size: 10rem;
    font-weight: bold;
    color: darkgray;
    opacity: .2;
}

.oh1 {
    position: relative;
    top: -10rem;
    left: -3rem;
}

.oh2 {
    position: relative;
    top: -40rem;
    left: 20rem;
}

.oh3 {
    position: relative;
    top: -30rem;
    left: -3rem;
}

.info {
    color: white;
    max-width: 50rem;
    margin-bottom: 2rem;
    margin: 2rem auto auto 10rem;
    font-size: 1.4rem;
}

.read-more {
    color: gold;
    font-size: 1.4rem;
    cursor: pointer;
    margin-left: 10rem;
}

.img1 {
    height: 27.5rem;
    width: 17.5rem;  
}

.img2 {
    height: 27.5rem;
    width: 17.5rem;
}

.img3 {
    height: 27.5rem;
    width: 17.5rem;
}

footer {
    background-color: #355c66;
    color: #fff;
    padding: 2rem;
    font-size: 1.4rem;
    display: inline-flex;
    width: 100vw;
    line-height: 175%;
    justify-content: space-between;
    text-align: start; 
    margin: 0 auto;
}

.footer1 {
    width: 35%;
    margin-right: .5rem;
    margin-left: 1rem;
}

.footer2 {
    width: 40%;
    margin-right: 1rem;
    margin-left: .5rem;
    flex-direction: column;
}

.footer3 {
    width: 25%;
    margin-left: .5rem;
    margin-right: 1rem;
    flex-direction: column;
}

.copyright {
    margin-top: 6rem;
    font-size: 1rem;
    color: darkgray;
}

.footer-link {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
}

.footer-link:hover {
    color: gold;
    opacity: 0.7;
}

.footer-hdr {
    color: gold;
    font-weight: bold;
    font-size: 1.6rem;
}