body {
  margin: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
}

h2 {
  color: #8f4f4f;
  font-size: 2rem;
  font-weight: bold;
}

h3 {
  color: #11999e;
}

p {
  line-height: 2;
}

hr {
  border: dotted #eaf6f6 6px;
  border-bottom: none;
  width: 4%;
  margin: 100px auto;
}

a {
  color: #11999e;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

a:hover {
  color: #cdc733;
}

.top-cloud {
  position: absolute;
  padding-top: 20px;
  right: 250px;
  top: 100px;
}

.bottom-cloud {
  position: absolute;
  left: 200px;
  bottom: 300px;
  color: #11999e;
}

.mountain {
  position: absolute;
  bottom: 0px;
  left: 1000px;
}

.i-am-tim {
  color: #8f4f4f;
  margin: 50 auto 2em auto;
  font-family: "Gloria Hallelujah", cursive;
  font-size: 4rem;
  padding-top: 0px;
  position: absolute;
  top: 200px;
  left: 450px;
}

.occupation {
  color: #8f4f4f;
  margin: 50 auto 2em auto;
  font-family: "Dongle", sans-serif;
  font-size: 4.5rem;
  padding-top: 0px;
  position: absolute;
  top: 300px;
  left: 450px;
}

.top-container {
  background-color: #78c4d4;
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px;
  height: 800px;
}

.middle-container {
  background-color: #caf7e3;
  padding-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.bottom-container {
  background-color: #9fd8df;
  padding: 5px 0 20px;
}

.skill-row {
  width: 50%;
  margin: 100px auto 100px auto;
  text-align: left;
}

.profile {
  margin: 100px auto 100px auto;
}

.profile-img {
  width: 350px;
  height: 350px;
}

.profile-text {
  width: 25%;
  margin: auto;
}

.leadership-img {
  width: 25%;
  float: right;
  margin-right: 30px;
}

.construction-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}


.seo-img {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.bread-img {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.curious {
  width: 40%;
  margin: auto auto auto auto;
}

.footer-link {
  margin: 10px 20px;
}
.copy-right {
  font-size: 0.75em;
  margin: 20px 0;
}

.icons {
  font-size: 0.75em;
  margin: 20px 0;
}

.sourdough {
  background-color: seashell;
  padding-bottom: 200px;
}

.sourdough-img {
  width: 30%;
  height: 30%;
  padding-top: 50px;
}
