@font-face { 
  font-family: 'Raleway';
  src: url("Raleway/Raleway-Light.woff") format("woff");
}

body {
    font-family: Raleway, Calibri, Arial, sans-serif;
}

.personalinfo {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.parallax {
  background-image: url(gifs/about.gif);
  min-height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.links {
  padding: 75px 0px 0px 0px;
  width: 100%;
  border-top: solid #ddd 1px;
  text-align: center;
}

img.logo{
	padding: 0px 5px 15px 0px;
	transition: .5s ease;
}

.myface {
    width: 20%;
    padding: 50px 20px 20px 20px;
}

.bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 50px 20px 20px 20px;

}

.maintitle {
    color: white;
    padding: 200px;
    font-size: 50px;
}

nav ul li {
    display: inline-block;
    list-style-type: none;
    padding: 5px 15px;
}

nav ul li a {
    color: black;
    transition: .3s ease;
}

nav ul li a:hover {
  opacity: 0.3;
}

nav ul {
    padding-inline-start: 0px;
}

.image {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.logo:hover {
  opacity: 0.3;
}