/* --------HTML ELEMENTS-------- */

a {
  color: #84b6d1;
  text-decoration: none;
}

a:hover {
  color: #326c8b;
}

body {
  margin: 0;
  text-align: center;
  font-family: "Merriweather", serif;
  color: #ffffff;
}

h1 {
  margin: 50px auto 0 auto;
  font-family: "Sacramento", cursive;
  font-size: 5.625rem;
  color: #1b262c;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #84b6d1;
}

h3 {
  font-family: "Montserrat", sans-serif;
  color: #9ddbff;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-color: #eaf6f6;
  border-width: 12px;
  width: 4%;
  margin: 100px auto;
}

/* --------Classes-------- */

.bryan {
  border-radius: 100%;
}

.btn {
  background: #3282b8;
  background-image: -webkit-linear-gradient(top, #3282b8, #3282b8);
  background-image: -moz-linear-gradient(top, #3282b8, #3282b8);
  background-image: -ms-linear-gradient(top, #3282b8, #3282b8);
  background-image: -o-linear-gradient(top, #3282b8, #3282b8);
  background-image: linear-gradient(to bottom, #3282b8, #3282b8);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 8px;
  box-shadow: 1px 1px 2px 0px #000000;
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  -moz-box-shadow: 1px 1px 2px 0px #000000;
  text-shadow: 1px 1px 2px #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}

.btn:hover {
  border: solid #12aeb3 1px;
  background: #bbe1fa;
  background-image: -webkit-linear-gradient(top, #bbe1fa, #16b5bb);
  background-image: -moz-linear-gradient(top, #bbe1fa, #16b5bb);
  background-image: -ms-linear-gradient(top, #bbe1fa, #16b5bb);
  background-image: -o-linear-gradient(top, #bbe1fa, #16b5bb);
  background-image: linear-gradient(to bottom, #bbe1fa, #16b5bb);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.container-top {
  background-color: #bbe1fa;
  position: relative;
  padding-top: 100px;
}

.container-middle {
  position: relative;
  padding-top: 50px;
  padding-bottom: 125px;
  background-color: #0f4c75;
}

.container-bottom {
  position: relative;
  background-color: #1b262c;
  padding-top: 30px;
}

.contact-me {
  padding-top: 140px;
}

.copyright {
  color: #eaf6f6;
}

.credits {
  font-size: x-small;
}

.footer-link {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  margin: 10px 20px;
  text-decoration: none;
}

.mountain-img {
  position: relative;
  top: 4px;
}

.mtncloud {
  position: absolute;
  left: 300px;
  top: 400px;
}

.pro {
  text-decoration: underline;
}

.sub-heading {
  font-weight: normal;
  color: #1b262c;
}

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

.top-cloud {
  position: absolute;
  right: 300px;
  top: 50px;
}

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

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