.sidebar-menu,
.content-wrapper {
	float: left;
}
.content-wrapper {
	width: 75%;
}
.content-wrapper h1 {
	margin-bottom: .5rem;
    font-size: 2.5rem;
    letter-spacing: .2rem;
    font-family: "NexaThin",sans-serif;
}
.sidebar-menu {
	width: 23%;
	padding-right: 2%;
	box-sizing: content-box;
}
.sidebar-menu a, .sidebar-menu a:not(#logo) {
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 15px;
    font-size: .8em;  
}
.sidebar-menu a.active, .sidebar-menu .active:not(#logo) {
	color: #ff774c;
}

@media (max-width: 800px) {
  .sidebar-menu,
  .content-wrapper {
      float: none;
      width: 100%;
      clear: both;
  }
  .sidebar-menu {
  	  margin-bottom: 50px;
  }
}
.h3-link {
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 20px 0 0;
}


/* Homepage adjustments to existing code */
#home .homepg-content .h2,
#home .homepg-content .h4 {
	display: block;
}
#home .homepg-content .h4 {
    font-family:"NexaThin",
    sans-serif;
    font-size:1.8rem;
    font-weight:300!important;
    opacity:0;
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:.8s;
    animation-delay:.8s;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards
}
@media screen and (min-width: 320px) {
    #home .homepg-content .h4 {
        font-size:2rem
    }
}
@media screen and (min-width: 960px) {
    #home .homepg-content .h4 {
        font-size:1.8rem
    }
}
@media screen and (min-width: 1025px) {
    #home .homepg-content .h4 {
        font-size:2rem
    }
}
@media screen and (min-width: 1420px) {
    #home .homepg-content .h4 {
        font-size:2.2rem
    }
}

#home .homepg-content .h2 {
    font-family:"NexaThin",
    sans-serif;
    font-size:4rem;
    font-weight:300!important;
    width:40%;
    -webkit-animation:fadeIn .6s 2.5s ease-in forwards;
    animation:fadeIn .6s 2.5s ease-in forwards;
    opacity:0;
    text-shadow:0 0 6px rgba(0,0,0,.05)
}
@media screen and (min-width: 320px) {
    #home .homepg-content .h2 {
        font-size:3rem
    }
}
@media screen and (min-width: 960px) {
    #home .homepg-content .h2 {
        font-size:3.6rem
    }
}
@media screen and (min-width: 1025px) {
    #home .homepg-content .h2 {
        font-size:3.8rem
    }
}
@media screen and (min-width: 1420px) {
    #home .homepg-content .h2 {
        font-size:4rem
    }
}
@media screen and (min-width: 320px) {
    #home .homepg-content .h2 {
        width:100%
    }
}
@media screen and (min-width: 640px) {
    #home .homepg-content .h2 {
        width:100%
    }
}
@media screen and (min-width: 768px) {
    #home .homepg-content .h2 {
        width:100%
    }
}
@media screen and (min-width: 960px) {
    #home .homepg-content .h2 {
        width:50%
    }
}
@media screen and (min-width: 1025px) {
    #home .homepg-content .h2 {
        width:46%
    }
}
@media screen and (min-width: 1420px) {
    #home .homepg-content .h2 {
        width:40%
    }
}


#science {
  border-top: 1px solid #e1e0e0;
  padding-top: 2rem;
}
.cta {
    text-align: center;
    margin: 1rem 0 0 0;
}
.cta a {
    margin: 1rem auto;
}

/* lexi edits - for the form on Join the Natural Hair Drying Movement*/
.form-wrap{
    margin-top: 2rem;
}
.form-wrap input#EmailAddress{
    max-width: 50%;
    padding: .5rem;
    margin: .5rem 0;
    font-size: 1rem;
}

.form-wrap h3{
    text-transform: uppercase;
}

.form-wrap #newSub{
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'GillSansMTStd-Light';
    letter-spacing: .05rem;
}