h1 {
    color: rgb(143, 8, 102);
    font-weight: 900;
    font-family:'Lucida Handwriting';
    font-size: 230%;
    text-align: center;
}

nav a {
    color: black;
    font-family: 'Lucida Handwriting';
    font-size: 1.25em;
    display: inline-block;
    text-align: center;
    padding: 5px;
    background-color: rgba(210, 104, 237, 0.801);
    border-style: double;
    border-width: 5px;
    margin-left: 40px;
    margin-right: 40px;
  }

  nav a:hover {
    color: rgb(2, 2, 230);
  }

  .header {
    margin-bottom: 30px;
    background: rgb(95, 1, 1);
    padding: 40px;
    border-color: black;
    border-style:ridge;
    border-radius: 15px;
    align-items: center;
    text-align: center;
    
  }

  body {
    margin-bottom: 40px;
    background: rgba(137, 43, 226, 0.141);
    padding: 40px;
    background-size: cover;
    
  }

  #contact {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 20px;
    font-family: 'Lucida Handwriting';
    align-items: center;
    text-align: center;
    border-color: black;
    border-style: ridge;
    border-radius: 15px;
    background-color: rgba(95, 1, 1, 0.704);
  }

  button {
    width: 90px;
    height: 70px;
    font-family: 'Lucida Handwriting';
    font-size: 100%;
    background-color:darkturquoise;
  }

  button:hover{
    color: brown;
  }

  a {
    font-family: 'Lucida Handwriting';
    color: black;
  }

  a:hover {
    color:rgb(2, 2, 230);
  }


  .projects {
    display: inline-block;
    align-items: center;
    /*padding: 50px;*/
  }

  .p1 {
    float: left;
    width: 30%;
    padding: 20px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 600px;
    background-color: rgba(137, 43, 226, 0.252);
    text-align: center;
  }

  .p1pic {
    width: 400px;
    height: 400px;
  }

  .p2 {
    float:left;
    width: 30%;
    padding: 20px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 600px;
    background-color: rgba(137, 43, 226, 0.252);
    text-align: center;
  }

  .p2pic {
    width: 425px;
    height: 350px;
  }

  .p3 {
    
    float: left;
    width: 30%;
    padding: 20px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 600px;
    background-color: rgba(137, 43, 226, 0.252);
    text-align: center;
  }

  .p3pic {
    width: 300px;
    height: 325px;
  }

  .other {
    display: inline-block;
    align-items: center;
  }

  #wishlist {
    float: left;
    /*width: 40%;*/
    padding: 15px;
    margin-left: 300px;
    margin-right: 100px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 150px;
    background-color: rgba(166, 84, 242, 0.252);
  }

  #otherlinks {
    float: left;
    /*width: 40%;*/
    padding: 15px;
    margin-left: 100px;
    margin-right: 300px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 150px;
    background-color: rgba(166, 84, 242, 0.252);
  }

  .skillslist {
    columns: 2;
  }

  .resumelink {
    text-align: center;
    position:relative;
    padding: 30px;
    margin-right: 525px;
    margin-left: 190px;
    border-color: black;
    border-radius: 10px;
    border-style: ridge;
    background-color: rgba(166, 84, 242, 0.252);
    width: 460px;

  }

  .qualimages {
    
    display: inline-block;
    align-items: center;
    margin-left: 100px;
    margin-right: 100px;
  }

  .resume {
    margin-left: 90px;
  }

  .profimage {
    padding: 150px;
	  border-radius: 50%;
    position: relative;
    float:right;
    /*margin-right: 80px;*/
  }

  .volunteerwork {
    display: inline-block;
    align-items: center;
  }

  .v1 {
    float: left;
    padding: 10px;
    width: 40%;
    margin-left: 40px;
    margin-right: 40px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 500px;
    background-color: rgba(137, 43, 226, 0.252);
    text-align: center;
  }

  .krause {
    width: 300px;
    height: 300px;
  }

  .v2 {
    float: left;
    padding: 10px;
    width: 40%;
    margin-left: 40px;
    margin-right: 40px;
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    height: 500px;
    background-color: rgba(137, 43, 226, 0.252);
    text-align: center;
  }

  .familyhope {
    width: 300px;
    height: 300px;
  }

  .charities {
    border-color: black;
    border-style: ridge;
    border-radius: 10px;
    background-color: rgba(137, 43, 226, 0.252);
    padding: 20px;
    width: 30%;
    margin:auto;
  }

/*
  .background {
    position: relative;
    justify-content: center;
    display:contents;
    padding: 70px;
    background-image: url(landing_background.png);
    background-size: cover;
    height: 100vh;
    width: 100%;
    align-items: center;

}

.background::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,.25);
}*/