html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, serif;
  min-height: 100%;
}
h1
{
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
h2 {
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0px;
}
h3 {
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
}

p {
  color: #000000;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
}
.signature {
  color: #000000;
  font-family: 'Dancing Script', Helvetica, Arial, sans-serif;
}

/* HEADER */

header {
  height: 100%;
}

.topheader {
  background-color: rgba(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  width: 100%;
}

.topheader img {
  width: 80px;
}

.navigation {
  margin-right: 200px;
}

.navigation a {
  color: #fff;
}

.navigation ul {
  list-style: none;
  display: flex;
  font-size: 22px;
  margin: 0;
}

.navigation li + li {
  margin-left: 15px;
}

.dropbtn {
    background: #000;
    border-radius: 1px;
    color: #FFF;
    cursor: pointer;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: 700;
    min-width: 60px;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #000;
    color: #fff;
}

header a {
  text-decoration: none;
  color: #000000;
}

.resume a.btn {
  background: #000;
  border: 2px solid #000;
  border-radius: 1px;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}

header .aboutmeheadline h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 10;
  margin-bottom: 0;
  padding-top: 30px;
}

header .aboutmeheadline {
  height: 350px;
  margin: auto;
  text-align: left;
  margin-top: 20px;
  padding: 60px 100px;
  width: 100%;}

header .aboutmeheadline h1 span.simple {
  color: #4b1da7;
}

.arrow {
  margin-top: 20px;
  text-align: center;
}

.downarrow {
  width: 32px;
  padding-bottom: 10px;
}

.aboutnavbar {
  text-align: center;
  width: 100%;
}

.aboutnavbar ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    background-color: black;
}

.aboutnavbar li {
    border-right: 1px solid #bbb;
    display: inline;
}

.aboutnavbar li:last-child {
    border-right: none;
}

.aboutnavbar li a {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.aboutnavbar li a:hover {
    background-color: #333;
}


header .aboutmecontent h2 {
  font-weight: bold;
  letter-spacing: 3px;
  margin:  auto;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}

header .aboutmecontent h3 {
  color: #D1B280;
  font-family: "Oswald";
  font-weight: bold;
  font-size: 18px;
  margin: 20px auto;
  text-align: center;
  width: 70%;
}

header .aboutmecontent p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  margin: auto;
  width: 50%;
}

header .content-undergrad {
  background-color: #EFEFEF;
  padding: 40px;
}

header .content-cs {
  padding: 40px;
}

header .content-teaching {
  background-color: #EFEFEF;
  padding: 40px;
}

header .content-ios {
  padding: 40px;
}

header .content-ux {
  background-color: #EFEFEF;
  padding: 40px;
}

header .content-life {
  padding: 40px;
}

header a.btn {
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 1px;
  color: #000;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

.rw-wrapper{
  text-align: left;
	width: 50%;
}
.rw-sentence{
	margin: 0;
  margin-bottom: 40px;
}
.rw-sentence span{
	color: #000;
	white-space: nowrap;
	font-size: 200%;
	font-weight: normal;
}
.rw-words{
	display: inline;
	text-indent: 10px;

}
.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	color: #000;
}

.rw-words-2 span{
	animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) {
	animation-delay: 3s;
	color: #000;
}
.rw-words span:nth-child(3) {
	animation-delay: 6s;
	color: #000;
}
.rw-words span:nth-child(4) {
	animation-delay: 9s;
	color: #000;
}
.rw-words span:nth-child(5) {
	animation-delay: 12s;
	color: #000;
}
.rw-words span:nth-child(6) {
	animation-delay: 15s;
	color: #000;
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
	25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 1; width: 0px; }
	20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}

.aboutpicture {
  margin-left: 0px;
  margin-top: 60px;
}

.laciepic {
  width: 100%;
}

/* FOOTER */
footer {
  background-color: #000000;
  color: #FFF;
  height: 120px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
}

.footer-nav-block {
  padding-top: 25px;
  text-align: center;
}

footer .logo {
  float:left;
  margin-left: 40px;
  position: absolute;
}

footer .logoreversed {
  width: 70px;
}

footer nav {
  margin: 0 auto;
}

footer p,
footer nav ul {
  font-size: 22px;
  font-weight: 100;
  padding: 0px;
  text-align: center;
}
footer nav ul li {
  display: inline;
  list-style-type: none;
}

footer nav ul li + li {
  margin-left: 15px;
}

footer nav ul li a {
  color: #FFF;
  text-decoration: none;
}



@media only screen and (max-width:620px) {
  /* For mobile phones: */

  header {
    padding: 20px 40px;
    padding-bottom: 60px;
  }

  .navigation ul {
    font-size: 18px;
    display: none;
  }

  .rw-sentence {
    font-size: 18px;
  }

  .laciepic {
    width: 300px;
  }

  footer nav ul {
    font-size: 16px;
  }

}

@media only screen and (min-width:620px) {
  /* For mobile phones: */
  .hamburger {
    display: none;
  }

  footer nav ul {
    font-size: 22px;
  }

}

@media only screen and (max-width:768px) {

  .navigation {
    display: none;
  }

  header .aboutme p {
    margin-bottom: 0px;
  }

  .aboutpicture {
    margin-top: -20px;
  }

  .aboutmeheadline {
    margin-left: 20px;
  }

  .aboutmecontent {
    margin-left: 20px;
  }


}

@media only screen and (min-width:768px) {

  .dropdown {
    display: none;
  }

}

@media only screen and (max-width:1024px) {

  .aboutcontent {
    display: inline-block;
  }
  .aboutpicture {
    text-align: center;
  }

  .box {
    display: inline-block;
    height: 100%;
    padding-top: 40px;
  }



  footer {
    padding-bottom: 40px;
  }

  footer .logo {
    float:left;
    margin: 0px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .footernav {
    clear: both;
  }

}

@media only screen and (min-width:1024px) {


}
