body {
  font-family: 'sorts-mill-goudy', sans-serif;
  margin: 0px;
/*  background-color: #white; */
}

@media only screen and (max-width: 600px)
{
  body {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.header {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  text-align: center;
  background: scroll 50% repeat-x url('resources/water-over-footpath-wu-yi-unsplash.jpeg');
}

.name {
  color: #777777;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  padding: 20px;
  margin-right: 20px;
}

.header .title {
  font-family: 'league spartan', 'arial';
  font-size: 60px;
  margin-top: 25%;
  margin-bottom: 100px;
  padding-bottom: 25px;
  vertical-align: bottom;
  text-align: left;
  color: orange;
  margin-left: 5%;
}

.welcome {
  font-size: 60px;
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: left;
}

.image-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 40px;
  margin-left: 0%;
  margin-right: 0%;
}

.image-item {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 45px;
}

.image-item .caption {
  font-color: black;
  font-size: 24px;
  padding: 15px;
  padding-bottom: 8px;
}

.image-item .blurb {
  color: #555;
  font-size: 14px;
}

.image-item img {
  border-radius: 15px;
  border: 1px solid #DDD;
  max-width: 550px;
}

div.contact {
  display: flex;
  width: 60%;
  max-width: 60%;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  margin: 0 auto;
}

@media only screen and (min-width: 480px) {
  div.contact {
    max-width: 80%;
  }
}

div.contact .title {
  color: black;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 7px;
}

div.contact-form {
  border: 1.5px solid orange;
  border-left: 0px;
  border-right: 0px;
  background-color: #FCFCFC;
  padding: 20px;
  width: 100%;
}

div.contact > *, div.contact-form > * {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

div.contact input, div.contact textarea {
  margin-bottom: 10px;
  font-size: 14px;
}

input,textarea,button {
  border: solid #DDD 1px;
  border-radius: 5px;
  background-color: white;
  font-size: 12px;
}

.right-align-wrapper {
  text-align: right;
}

div.contact button {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  padding: 3px 6px;
}

button:hover {
  background-color: lightskyblue;
}

.footer {
  display: flex;
  width: 100%;
  min-height: 120px;
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

.footer span {
  align-self: flex-end;
  font-size: 12px;
  color: #555;
  text-align: center;
  width: 100%;
}
