.name {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  height: 65px;
  display: block;
  padding-top: 20px;
  font-weight:700;
  letter-spacing: 1.3px;
  color: rgba(34, 34, 34, .95);
  text-align: left;
  margin-left: 40px;
}

.statement{
    margin-top: 150px;
    width: 84%;
    margin-left: 7%;
    text-align: center;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 4.6rem;
    font-weight:600;
    display: inline-block;
    color: rgba(225, 72, 61, .95);
    letter-spacing:-0.01em;
    line-height: 6.3rem;
    letter-spacing: -.01rem;
}

@media (max-width: 880px) {
.statement {
    margin-top: 0;
    width: 94%;
    margin-left: 3%;
    text-align: center;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 2.6rem;
    font-weight: 600;
    display: inline-block;
    color: rgba(225, 72, 61, .95);
    letter-spacing: -0.01em;
    line-height: 4.3rem;
    letter-spacing: -.01rem;
}}


.page-title{
    font-family: 'EB Garamond', serif;
    text-align:center;
    font-size: 3.6rem;
    font-weight:700;
    width: 60%;
    margin-left: 18%;
}


@media (max-width: 880px) {
.page-title{
    margin-top: -50px;
}}

.section-header{
    font-family: 'Lato', sans-serif;
    text-align:center;
    font-size: 1.8rem;
    font-weight:400;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 45px;
}

@media (max-width: 880px) {
.section-header{
    font-size: 1.5rem;
}}

.section-topic{
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight:400;
    width: 60%;
    margin-bottom: 45px;
    Margin-top:80px;
    color: rgba(225, 72, 61, .95);
}

.articles{
     margin-left: 80px;
     width: 80%;
}

@media (max-width: 880px) {
.articles{
    margin-left: 20px;
    width: 90%;
}}

.article-title{
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: rgba(34, 34, 34, .95);
    margin-top: 60px;
    text-transform: uppercase;
    line-height: 1.5rem;
    letter-spacing: .1rem;
    margin-bottom: .75em;
}

.article-context{
    font-family: 'Lato', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem;
}

.article-summary{
    font-family: 'EB Garamond', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
}

@media (max-width: 880px) {
.article-summary{
    font-size: 1.5rem;
}}

.article-link{
    text-decoration: none;
    color: rgba(225, 72, 61, .95);
    font-weight: 600;
}

.article-link:hover{
    text-decoration: underline;
    color: rgba(225, 72, 61, .95);
    font-weight: 600;
}

.article-link:visited { 
    color: rgba(225, 72, 61, .95);
    font-weight: 600;
    text-decoration: none;
}


.article-button{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight:700;
    padding: 13px 26px;
    border: 2px solid rgba(225, 72, 61, .95);
    transition: .1s;
    color: rgba(225, 72, 61, .95);
    border-radius: 3px;
    text-align: center;
    width: 80px;
    letter-spacing: .15em;
    margin-top: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s, 0s;
}

.article-button:hover {
  background-color: rgba(225, 72, 61, .95);
  color: white;
}

a:link {
  text-decoration: none;
}

.footer{
    text-align: center;
    width: 80%;
    margin-left: 9%;
    margin-top: 150px;
    margin-bottom: 100px;
}

.header{
    text-align: right;
    margin-right: 80px;
    margin-top: -45px;
    margin-bottom: 50px;
}

@media (max-width: 880px) {
.header{
    text-align: center;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 50px;
    width: 50%;
    margin-left: 25%;
}}

.linker{
text-decoration: none;
color: rgba(225, 72, 61, .95);
}

linker:hover { 
text-decoration: none;
color: #000;
}

a:visited { 
color: #000;
}

.space-100{
    height:300px;
}

.footer :hover{
text-decoration: line-through;
}

.header :hover{
text-decoration: line-through;
}

.footer-link{
    display: inline;
    margin: 35px 20px;
    text-align: center;
    font-family: lato;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
    color:#000;
}

@media (max-width: 880px) {
.footer-link{
margin: 15px 25px;
}}

a .footer-link-current{
    color: rgba(225, 72, 61, .95);
    display: inline;
    margin: 35px 20px;
    text-align: center;
    font-family: lato;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: line-through;
}

@media (max-width: 880px) {
.footer-link-current{
margin: 15px 25px;
}}

.lefter{
    width: 30%;
    display: inline-block;
    margin-left: 80px;
    margin-top: 70px;
    float: left;
}
@media (max-width: 880px) {
.lefter{
    width: 90%;
    display: inline-block;
    margin-left: 5%;
    margin-top: 20px;
    float: left;
}}

.headshot{
    width: 80%;
}

.righter{
    width: 60%;
    display: inline-block;
    margin-top: 50px;
}

@media (max-width: 880px) {
.righter{
    width: 100%;
    margin-top: 20px;
}}

.story{
    font-family: 'EB Garamond', serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
}



/*      N A V   START  */
/*      N A V   START  */
#main{
  color: rgba(140, 140, 140, 1);
  padding: 24px 0px 5px 0px;
  margin: 0px 20px 12px 20px;
  letter-spacing: .1em;
  border-bottom: 2px solid #32f0ff;
}
@media (max-width: 880px) {
#main{
  padding: 20px 20px 5px 20px;
}}
#main:hover{
  border-bottom: 2px solid rgb(236, 173, 48);
  transition: width .5s ease, background-color .5s ease;
  text-decoration: none;
}

.mb--2{
  margin-bottom: -20px;
}

.navBar {
  width: 100%;
  height: 65px;
  display: inline-block;
  background-color: #000;
  z-index: 2;
  padding-top: 13px;
  padding-bottom: 10px;
  position: fixed;
  margin-top: -50px;
}

@media (max-width: 880px) {
.navBar {
  height: 60px;
 }}
  
.logoWrap{
  width: 400px;
  display: inline-block;
  float: left;
  padding-left: 9%;
  margin-top: 4px;
  text-decoration: none;
}

.logoWrap:hover{
  text-decoration: none;
}

@media (max-width: 880px) {
.logoWrap {
  width: 405px;
  display: inline-block;
  margin-top: -25px;
  text-align: center;
}}

.logo {
  width: 50px;
  display: inline-block;
}
@media (max-width: 880px) {
  .logo {
  width: 20px;
  margin-top: 10px;
  display: none;
}}

.logoMobile{
  display: none;
}
@media (max-width: 880px) {
  .logoMobile {
    width: 35px;
  margin-left: 15px;
  margin-top: 28px;
  margin-bottom: -7px;
  display: inline-block;
}}


.lettering{
  display: inline;
  color: #fff;
  font-size: 1.35em;
  letter-spacing: .2em;
  word-spacing: .05em;
  margin-top: 18px;
}

.logoWrap .lettering{
  z-index: 100;
}
@media (max-width: 880px) {
  .lettering{
  display: none;
}}

.letteringMobile{
  display: none;
}
@media (max-width: 880px) {
  .letteringMobile{
  display: inline;
  color: #fff;
  color: color: RGBA(39, 40, 34, .70);
  letter-spacing: .2em;
  word-spacing: .1em;
  font-size: 1.5rem;
  width: 200px;
  display: block;
  float: left;
  margin-top: 1px;
}}


.alex{
  display: inline-block;
  font-weight: 700;
  margin-left: 10px;
}
@media (max-width: 880px) {
.alex{
  display: none;
}}
.alexMobile{
  display: none;
}
@media (max-width: 880px) {
.alexMobile{
  display: inline-block;
  margin-left: 5px;
  margin-top: 25px;
  letter-spacing: .12em;
  font-weight: 700;
}}
.w{
  display: inline-block;
  font-weight: 300;
  margin-left: -10px;
}
@media (max-width: 880px) {
.w{
  display: none;
}}

.wMobile{
  display: none;
}
@media (max-width: 880px) {
.wMobile{
  display: inline-block;
  font-weight: 300;
  margin-left: -10px;
}}

#nav{
    font-size: .9em;
    float: right;
    margin-right: 9%;
    display: inline;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 900px){
#nav{
    display: none;
}}

#menuToggle
{
  display: block;
  position: absolute;
  top: 23px;
  right: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

@media (min-width: 880px) {
  #menuToggle{
    display: none;
}}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -8px;
  left: -7px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2){
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2){
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  min-height: 600px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  margin-bottom: 30px;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul{
  transform: scale(1.0, 1.0);
  opacity: 1;
}


#about{
  color: #fff;
  padding: 24px 0px 5px 0px;
  margin: 0px 20px 12px 20px;
  letter-spacing: .1em;
  border-bottom: 2px solid transparent;
}
@media (max-width: 880px) {
#about{
  padding: 20px 20px 20px 20px;
}}

#about:hover{
  border-bottom: 2px solid RGBA(246, 184, 4, 1.00);
  color: rgba(140, 140, 140, 1);
  text-decoration: none;
}

.navButton {
  font-size: 1em;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 880px){
  .navButton {
    font-size: .8em;
    padding-top:12px;
    margin-bottom: 0px;
    background-color: white;
}}

.navButton:hover {
    text-decoration: none;
}

.notCurrent{
  padding-bottom: 0px;
}

.current {
  padding-bottom: 5px;
  margin-top: -4px;
  border-bottom: 3px solid #32f0ff;
}

@media (max-width: 880px){
        .current {
          
}}

.current:hover {
    text-decoration: none;
    color: #ddd;
}

#contact{
  color: #fff;
  margin: 15px 15px;
  display: inline-block;
}
@media (max-width: 880px) {
  #contact{
  margin: 15px 5px 15px 10px;
}}
#contact:hover {
  color: RGBA(37, 119, 182, 1);
}

.centerpiece{
  margin-left: 28px;
  margin-top: 7px;
  margin-bottom: -35px;
}

@media (min-width: 880px) {
.centerpiece{
  display: none;
}}

.myLogo{
  width: 55px;
  opacity: 1;
  margin-top: -7px;
}

/* * * *   H A M B U R G E R    M E N U   E N D  * * * */
/* * * *   H A M B U R G E R    M E N U   E N D  * * * */

