body, html {
  font-family: 'Arimo';
}

a {
  color: black;
}

#content {
  width: 100%;
  height: auto;
  font-size: 12;
  padding: 25px 25px;
  z-index: 0;
}

#header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 25px;
}

.footer {
  width: 100%;
  height: 25px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: black;
  padding: 0px 15px;
}

#menu {
  z-index: 1000;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 150px;
  height: auto;
  padding: 15px;
  text-align: right;
  font-size: 13px;
}

#projectdescription {
  z-index: 1000;
  position: relative;
  right: 0px;
  width: 200px;
  height: auto;
  padding: 15px;
  text-align: left;
  font-size: 11.5px;
  overflow: scroll;
  color: rgba(0,0,0,0.8)
}


#link {
  font-size: 13px;
}

#felipa {
  font-family: 'Felipa';
  font-size: 26px;
  text-align: center;
}

.spacer {
  width: 100%;
  height: 300px;
}

.descriptionspacer {
  width: 100%;
  height: 100px;
}

#cv-align {
  text-align: left;
}

/* image sizing */
img {
  z-index: 1;
}

.work {
  max-width: 100%;
  height: auto;
}

/* vimeo sizing */
.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

/* bootstrap modifications */
.nav-link {
  padding: .2rem 0rem;
  z-index: 1000;
  color: black;
}

a:hover {
  color: black;
}

.row {
  z-index: 0;
}
