* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
}
a {
    color: #909090;
}

a:hover {
    color: #505050;
    transition: color .5s ease-in-out;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
    font-size: 18px;
    background-color: #202020;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden; 
/*    if anything goes wrong with navbar stickiness or anything else super weird, check the line above*/
}

.bottomLeft {
    font-size: 40px;
    color: #AF0101;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    margin-left: 5%;
    position: absolute;
    bottom: 4px;
    left: 18px;
}

.container {
    margin: 20px auto 0 auto;
    margin-top: 0;
    width: 100vw;
    height: 100%;
}

/*
#trees {
    width: 100%;
    margin-bottom: -4.5px;
}

.header {
    text-align: justify;
    margin-bottom: 0px;
    width: 100vw;
}
*/

.subHeader {
    position: relative;
    width: 100vw
}
/*
.bottomCreditsText {
    font-size: 14px;
    color: #E0E0E0;
    margin-top: 30px;
    margin-left: 10px;
}

.bottomCredits {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #E0E0E0;
    background-color: #202020;
}*/

.navbar {
    background-color: #AF0101;
    padding: 10px;
    width: 95%;
    margin-left: 5%;
    z-index: 999;
    text-align: justify;
}

.wrapper {
    height: 50px;
    width: 100vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    overflow: visible;
}

.navbar a {
    /*    background-color: #303030;*/
    color: #E0E0E0;
    padding: 10px;
    margin-left: 30px;
    margin-right: 30px;
    text-decoration: none;
}

.navbar a:hover {
    color: #909090;
    transition: color .5s ease-in-out;
}

.content {
    margin: auto;
    text-align: center;
    height: 100%;
        /* background-image: url('baltGenPNGZ.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
  background-size: cover;
    display: grid;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
}
/* Handle */
::-webkit-scrollbar-thumb {
/*    background-image: url('topoRPBskinny4.jpg');*/
/*
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
*/
  background: #AF0101;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #910101;
/*
      -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
*/
}

/*this stuff is for home page*/
.banner {
    height: 100%;
}

#bannerGap {
    height: 85vh; 
}

#arrow {
    height: 10vh;
    width: 100vw;
    top: 0;
    z-index: 8;
    overflow: visible;
}
#arrowText {
    font-size: 24px;
}





.images {
    padding: 15px;
    margin-left: 5%;
    position: relative;
    color: #AF0101;
}

#personalOverlay1 {
    position: absolute;
    z-index: 3;
    top: 48.5%;
  left: 16.5%;
    color: #AF0101;
    text-shadow: 0px 0px 6px #202020;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

#personalOverlay2 {
    position: absolute;
    z-index: 3;
    top: 21%;
  left: 71%;
    color: #AF0101;
    text-shadow: 0px 0px 6px #202020;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
#personalOverlay3 {
    position: absolute;
    z-index: 3;
    top: 69%;
  left: 64%;
    color: #AF0101;
    text-shadow: 0px 0px 6px #202020;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

#personalOverlay4 {
    position: absolute;
    z-index: 3;
    top: 21%;
  left: 45%;
    color: #AF0101;
    text-shadow: 0px 0px 6px #202020;
    transition: opacity .5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
    
#personal {
    float: left;
    width: 36.5%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#personal:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#personal:hover + #personalOverlay1 {
    opacity: 1;
}

#apparatus2 {
    background-color: #ffffff;
    float: left;
    top: 0px;
    width: 38%;
    height: auto;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#apparatus2:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#apparatus2:hover + #personalOverlay2 {
    opacity: 1;
}

#futsal {
    float: left;
    width: 17.5%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*
#futsal:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#futsal:hover + #personalOverlay4 {
    opacity: 1;
}*/

#map {
    float: left;
    width: 56.10%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#map:hover + #personalOverlay3 {
    opacity: 1;
}

.elevatorPitch {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
.contact {
    width: 30%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}

/*this stuff is for biography*/

.biographyText {
    width: 48%;
    float: right;
    text-align: left;
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
.jhuImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#jhu {
    width: 91.5%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#jhu:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.soccerImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#futsalWrist {
    width: 91.5%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#futsalWrist:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*this stuff is for projects*/

.Personal Projects {
    height: 800px;
}

.projectText {
    width: 48%;
    float: right;
    text-align: left;
/*    padding: 5px;*/
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
#noPicture {
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    float: none;
}
.perceptionImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#apparatus {
    width: 55%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#apparatus:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.holidayImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#crimeMap {
    width: 55%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#crimeMap:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#billieMapOld {
    width: 35%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#billieMapOld:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* Position the image container (needed to position the left and right arrows) */
.personalProjectImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#desktop {
    width: 91.5%;
    float: right;
    margin: 5px;
}

.researchMethodsImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}
#feminismGraph {
    width: 91.5%;
/*    float: left;*/
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#feminismGraph:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*
#feminismProject {
    margin: auto;
    padding: 5px;
    float: right;
    text-align: center;
}
*/


/*this stuff is for skills*/


.skillText {
    width: 48%;
    float: right;
    text-align: left;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}

/*this stuff is for publications*/


.publicationText {
    width: 42%;
    float: right;
    text-align: left;
    padding: 5px;
    margin: 10px;
    margin-right: 7vw;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
#publicationContainer {
    height: 95vh;
}
.pdf {
    float:left;
    width: 43%;
    height: 80%;
    position: relative;
    padding: 5px;
    margin: 10px;
    margin-left: 5.5vw;
    margin-bottom: 10%;
}
/*
.pnasImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}*/

#apparatus {
    width: 91.5%;
    float: right;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#apparatus2:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mackseyImage {
    float: left;
    padding: 5px;
    width: 48%;
    margin: 10px;
    margin-left: 20px;
    position: relative;
}

#graph {
    width: 70%;
/*    float: right;*/
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#graph:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#venn {
    background-color: #FFFFFF;
    width: 70%;
/*    float: right;*/
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#venn:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
 This is for BKS 
#title {
    width: 75%;
    margin: auto;
    float: right;
    margin-top: 15px;
    background-color: #202020;
    padding: 8px;
    font-size: 36pt;
}

#welcome {
        width: 75%;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #202020;
    padding: 8px;
}
*/

/*this stuff is for feminism*/
.Feminism p {
    font-size: 16px;
}
#title {
    margin: 15px;
}
.firstSection {
    width: 96%;
    float: right;
}
.introText {
    width: 65%;
    float: left;
    text-align: justify;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}

.WSScover {
    float: right;
    padding: 5px;
    width: 30%;
    margin-left: 20px;
    position: relative;
}

#WSS {
    width: 75%;
    float: left;
    margin: 5px;
        transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#WSS:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.secondSection {
    width: 96%;
    float: right;
}
.methodologyBlock {
    width: 98%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#box1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
#box2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}
#box3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
#box4 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
#box5 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}
.methodologyText {
    width: 96%;
    float: left;
    text-align: justify;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
}
.thirdSection {
    width: 96%;
    float: right;
}
/*
.largerMatrixMenu {
    width: 55%;
    margin: auto;
}
*/
.matrixMenu {
    width: 35%;
    margin: auto;
    margin-top: 10px;
    display: grid;
/*
    grid-template-areas: 
        'sideText matrixChunk matrixChunk matrixChunk matrixChunk matrixChunk'
        'sideText matrixChunk matrixChunk matrixChunk matrixChunk matrixChunk'
        'sideText matrixChunk matrixChunk matrixChunk matrixChunk matrixChunk'
        'bottomText bottomText bottomText bottomText bottomText bottomText';
*/
    grid-template-columns: repeat(5, 1fr);
/*    grid-template-rows: auto auto auto;*/
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    padding: 7.5px;
    float: none;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    border-radius: 2.5px;
}
.matrixChunk {
    width: 36px;
    margin: auto;
}
#feministRef {
    width: 20%;
}
#bottomMatrixText {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 5px;
    padding-bottom: 7.5px;
}
/*
#sideMatrixText {
    transform: rotate(-90deg);
    float:left
}
*/
/*
.matrixMenu {
    width: 55%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#sideMatrixText {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    transform: rotate(-90deg);
}
.MvFbyText {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.racebyText {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}
.methodbyText {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}
.PvNbyText {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}
.fembyText {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 2;
}
*/


.timelineToggle {
    width: 100%;
    margin: auto;
}
.timelineChunk {
    width: 60%;
}
#captionText {
    width: 60%;
    text-align: center;
    padding: 5px;
    margin: auto;
    background-color: #202020;
    padding: 8px;
    font-size: 14px;
}
.fourthSection {
    width: 96%;
    float: right;
    margin-top: 10px;
}
.analysisText {
    width: 96%;
    float: left;
    text-align: justify;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
.fifthSection {
    width:96%;
    float: right;
}
.visualizationText {
    width: 96%;
    float: left;
    text-align: center;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
#feministRef {
    width: 48%;
    float: right;
}
#fembyY {
    width: 44%;
    float: left;
}
.sixthSection {
    width: 96%;
    float: right;
}
.sourcesText {
    width: 50%;
    text-align: center;
    padding: 5px;
    margin: auto;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}

/*Blog style Stuff*/
/*Blog Page*/
.blogText {
    width: 48%;
    float: none;
    text-align: center;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}
/*Individual Blog Posts*/
.blogTextFull {
    width: 48%;
    float: none;
    text-align: justify !important;
    text-align-last: left;
    padding: 5px;
    margin: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #202020;
    padding: 8px;
    font-size: 24px;
}

/*Maps page*/
#map1 {
    float: left;
    width: 31.9%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map1:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
#map2 {
    float: left;
    width: 36.95%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map2:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
#map3 {
    float: left;
    width: 23.5%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map4 {
    float: left;
    width: 29.5%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map5 {
    float: left;
    width: 47.85%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map6 {
    float: left;
    width: 43%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
#map7 {
    float: left;
    width: 15%;
    margin: 5px;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}