@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: rotorcap;
    src: url(rotorregular.ttf);
}

#background_image {
	background:url("spacedog.jpg");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	width:100%;
	height:100vh;
}

#header_bar {
	background-color:rgba(255, 255, 255, .85);*/
	text-align:left;
	color:black;
	width:300px;
	position:fixed;
	top:0px;
	left:0px;
	padding:10px;
}

#name_logo {
	width:274px;
}

#heidi_icon {
	float:left;
	margin:4px 4px 4px 0;
}

.about_me {
	color:black;
	font-family: rotorcap;
	font-smooth: never;
    -webkit-font-smoothing: none;
	font-size:16px;
	padding:10px;
}

#portrait {
	float:left;
	width:25%;
}

#intro_text {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#300;
  background-color:rgba(255, 255, 255, 0.5);
  padding:10px;
  font-size: 20px;
}