main    {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 7%;
    margin-right: 7%;


}

.sideBarNav {
  /* width: 25%;
    position: fixed; top: 0;
    z-index: -1; */
    height: 100%; /* Full-height: remove this if you want "auto" height */
    width: 20%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
    margin-left: 7%;
    margin-right: 10%;

    }


.sideBarNav h2{
    padding-top: 50%;
    padding-left: 13%;
    font-size: 1.5em;

}

li {
    margin-bottom: 2%;
}
.sideBarNav li{
   list-style: none;
   font-family: interstate, sans-serif;
}
.articleText    {
  width: 100%;
  margin-left: 15%;
  margin-right: 15%;
    
}

.header {
 padding-left: 30%;
    padding-top: 8%;
    margin-bottom: 5%;
}

.articleText h1 {
   
    font-size: 3.75em;
    color: #0D8081;
}

.articleText h2 {
    font-size: 2.25em;
}

.articleText p{
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 2%;
}

.bracket h3 {
    font-size: 10em;
}

.pullQuote img{
    /* display: flex;
    align-content: center;
    justify-content: center; */
    width: 100%;
}

main h3 {
    font-size: 1.5em;
    font-family: interstate, sans-serif;
    color: #0D8081;
    /* margin-top: -2%; */
}


.quote h3 {
    font-size: 5em;
    font-family: utopia-std, serif;
    color: #F58C8A;
    margin-top: 2%;
    margin-bottom: 2%;
}

img {
    margin-top: 2%;
}

.code {
    margin: 5% 0 5% 0;
    padding: 5%;
    background-color:  #F58C8A;
}
.code h3 {
    font-size: 1.5em;
    font-family: interstate, sans-serif;
    color: #232323;
    margin-top: 2%;
    margin-bottom: 2%;
}

h4{
    font-family: interstate, sans-serif;
    font-size: 1em;
    margin-top: 5%;
}

.sources {
    font-family: interstate, sans-serif;
    font-size: 1em;
    font-weight: 400;
    list-style: none;
}




