a {
  color: #306672;
}

body {
  color: #40514E;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  text-align: center;
  width: 100%;
}

h1 {
  color: #e4eddb;
  font-family: 'Rock Salt', cursive;
  font-size: 5vw;
  margin: 0;
}

h2 {
  color: #307672;
  font-size: 2vw;
  margin: 0;
  padding: 10px;
}

h3 {
  color: #307672;
  font-size: 1.5vw;
}

h5 {
  color: #307672;
  margin-bottom: 0;
}

hr {
  border-style: dotted;
  border-width: thick 0 0 0;
  color: #144d53;
  width: 7%;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5vw;
}

/********Class Tags********/

.bottom-cloud {
  bottom: 50%;
  left: 15%;
  position: absolute;
  width: 10%;
}

.bottom-container {
  background-color: #1a3c40;
}

.btn {
  background-color: #144d53;
  border: none;
  border-radius: 25px;
  color: #ecf0f1;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 15px 32px;
  text-align: center;
  transition-duration: 0.4s;
}

.btn:hover {
  background-color: #ecf0f1;
  color: black;
}

.concert {
  position:relative;
  top: 10px;
  width: 25%;
}

.contact-me {
  background-color: #ecf0f1;
}

.dslr-img {
  float: left;
  margin-right: 30px;
  margin-top: 4%;
  width: 30%;
}

.hire-me {
  line-height: 2;
  margin: auto;
  width: 50%;
}

.icon-attribution {
  font-size: 0.7rem;
  margin: 0;
}

.laugh-img {
  float: left;
  margin-right: 30px;
  margin-top: 5%;
  width: 30%;
}

.link-pic {
  height: 29px;
  padding: 20px 15px 10px 15px;
  width: auto;
}

.middle-container {
  background-color: #ecf0f1;
  margin: 0;
  padding: 30px 0 30px 0;
}

.music-img {
  float: right;
  margin-left: 30px;
  margin-top: 5%;
  width: 30%;
}

.picome {
  border-radius: 50%;
  width: 25%;
}

.preamble {
  line-height: 2;
  margin: 10px auto 50px auto;
  text-align: center;
  width: 50%;
}

.rule {
  background-color: #ecf0f1;
}

.skills {
  background-color: #ecf0f1;
  padding-bottom: 50px;
  padding-top: 20px;
}

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

.top-cloud {
  position: absolute;
  right: 15%;
  top: 50px;
  width: 10%;
}

.top-container {
  background-color: #1a3c40;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 75px;
  position: relative;
}
