#header {
    position: sticky;
    top: 0;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    height: 0px;
    background: #fafafa;
    line-height: 100px;
    letter-spacing: 0.2em;
    margin: 0 auto;
    z-index:1000;
}

.innerHeader {
    width: 102vw;
    margin-left: -1vw;
    background: #fafafa;
}

.navBar { 
    font-family: 'Karla', sans-serif;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 15px;
    line-height: 100px;
    z-index: 10000;
    font-size: 200%;
    color: #aaa;
    margin: 0 auto
}
.innerName {

    float: center;
}

#greetingBlock {
    margin-top: 100px;
    margin-left: -1vw;
    height: 50vw;
    width: 102vw;
    background-color: #435274;
    left: 0%;
    right: 0%;
    padding-bottom: 18px;
}

.terminal {
    position: relative;
    height: 70%;
    width: 65%;
    margin: 0 auto;
    background-color: #383737;
    border: 3px solid #ccc;
    top: 12%;
    bottom: 12%;
    border-radius: 1%;
    padding: 15px;
    font-size: 30px;
    font-family: 'Monaco', 'Courier New';
    text-align: left;
    font-size: 13px;
    color: #fafafa;
    z-index: 0;
}

#terminalText, #cursor {
    display: inline;
    white-space:pre;
}

#resumeBlock{
    position: relative;
    top: 12%;
    margin-left: -1vw;
    width: 102vw;
    background-color: #ddd;
    left: 0%;
    right: 0%;
    padding-bottom: 1%;

}

.divHeader {
    position: relative;
    padding: 3%;
    text-align: center;
    color: #fafafa;
    background-color: #cf978a;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 90%;
    border: 2px solid #CEC8C8;
}

.divHeader2 {
    position: relative;
    padding: 3%;
    text-align: center;
    color: #fafafa;
    background-color: #8395c1;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 90%;
    border: 2px solid #CEC8C8;
}

.resumeHeader {
    padding-top: 3%;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.3em;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: 1px solid #CEC8C8;
    text-align: left;

}

.innerDiv {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.resumeEntries {
    font-family: 'Karla', sans-serif;
    line-height: 15px;
    font-size: 19px;
    color: #333444;
    letter-spacing: 0.001em;
}

.right {
    float: right;
}

.years {
    font-size: 16px;
    line-height: 15px;
    font-family: 'Karla', sans-serif;
}

.entry {
    font-size: 15px;
    padding-top: 2%;
}

.courseworkList {
    padding-left: 30px;
    line-height: 30px;
    list-style: circle;
    font-size: 15px;
}

#projectBlock {
    position: relative;
    top: 12%;
    margin-left: -1vw;
    max-height: 80vw;
    width: 102vw;
    background-color: #eee;
    left: 0%;
    right: 0%;
}

.experienceHeader {
    font-family: 'Karla', sans-serif;
    font-size: 17px;
    color: #333444;
    font-weight: 550;
}



* {
    box-sizing: border-box;
}
  
.projectDiv {
    width: 80%;
    margin: 0 auto;
    padding-top: 1%;
    padding-bottom: 1%;
}
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding in columns */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
    min-height: 300px;
  }
  
  /* Responsive columns - one column layout (vertical) on small screens */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }

  .cardText {
    font-family: 'Karla', sans-serif;
    line-height: 15px;
    font-size: 80%;
    color: #333444;
    letter-spacing: 0.001em;
    width:95%;
    text-align: left;
    margin: 0 auto;
    padding-top: 2%;
  }

#footer {
    width: 102vw;
    margin-left: -1vw;
    height: 2vw;
}
  .innerFooter {
    padding-top: .75%;
    font-family: 'Karla', sans-serif;
    max-width: 80%;
    margin: 0 auto;
    color: #b1b1b1;
  }

.socials {
    color: #8c8c8c;
}

img {
    max-width: 75%;
    max-height: 75%;
}

.jobDescription {
    font-size: 12px;
    max-width: 90%;
    padding-left: 30px;
    line-height: 30px;
    list-style: circle;
    font-size: 15px;
}

.container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #fff;
}

.container:hover .overlay {
    opacity: .75;
}

.textBox {
    padding:50% 0 ;
}

a {
    text-decoration: none;
    color: #333444;
    font-family: 'Karla', sans-serif;
}

a:visited {
    text-decoration: none;
    color: none;
}

.img {
    min-height: 200px;
}

img {
    padding-bottom: 10%;

}

.github {
    text-align: center;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.menuElement {
    background-color: #fff;
    z-index: 100000;
    position: fixed;
    right: 0;
    top: 100px;
    width: 30%;
    height: 10%;
    margin: 0 auto;
    text-align: center;
    padding-top: 1.5%;
}

#dropdownMenu {
    opacity: 0%;
    position: fixed;
    z-index: 10000;
}

#cursor {
	font-family: 'Courier New';
