body {
  background-color: white;
}

h1 {
  font-family: major mono display;
  font-size: 32px;
  margin-top: 10px;
}

h2 {
	font-family: major mono display;
	font-size: 18px;
	margin-top: -10px;
}

p {
  font-family: courier prime;
  font-size: 14px;
  margin-top: 3em;
}

a:link {
  color: #696969;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #696969;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #696969;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #696969;
  background-color: transparent;
  text-decoration: underline;
}

iframe {
	max-width: 100%;
}

.back {
	position: fixed;
	bottom: 20px;
}

.bio {
	width: 35%;
	font-size: 15px;
}

.cv {
	font-size: 12px;
	margin-top: 5em;
}

@media (max-width: 1025px) {
	h1 {
  	font-family: major mono display;
 	font-size: 56px;
  	margin-top: 10px;
	}
	
	h2 {
	font-family: major mono display;
	font-size: 32px;
	margin-top: -10px;
	}
	
	p {
	font-family: courier prime;
	font-size: 22px;
	margin-top: 4em;
	width: 100%;
	}
	
	.back {
	position: fixed;
	bottom: 40px;
	font-size: 26px;
	}
	
	.bio {
	width: 100%;
	}
}
