.address {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    font-size: 16px;
}


.edboardRow {
  display: flex;
  font-size: 17px;
  margin-top: 2px;
  
}

.edboardColumn {
  flex: 50%;
  text-align: left;
}

.edboardColumn2 {
  flex: 50%;
  text-align: right;
}

.editorTitle {
    font-variant: small-caps;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
}

.boardMemberTitle {
       font-size: 17px;
}

.mobileList {
    display: none;
}

.mobileListHonorary {
    display: none;
}

.headerDiv {
    margin-bottom: 20px;
}


@media only screen and (max-width: 700px) {
    .issueContents {
        margin-left: 0;
        margin-right: 0;
    }
    
    .address {
        font-size: 14px;
        width: 90%;
    }
    
    #edBoardHeader {
        display: block;
    }
    
    .issueCoverImage {
    float: none;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
        
  }
    
    .issueTitle {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .webHeader {
        display: none;
    }
    
    .mobileHeader {
        display: block;
    }
    
    
    .mobileList {
        display: block;
   }
    
    .mobileListHonorary {
        display: block;
    }
    
    .edBoardFull {
        display: none;
   }
}