/******************** TAG SELECTORS ********************/


body {
  background-color: #AEBDCC;
  font-family: 'Merriweather', serif;
  margin: 0;
  text-align: center;
}

h1 {
  color: #1a3e59;
  font-family: 'Montez', cursive;
  font-weight: lighter;
  font-size: 4.4rem;
  margin: 50px auto 0 auto;
  text-align: center;
  text-shadow: 0 1px 0 #EAF1F4;
}

h2 {
  color: #1a3e59;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  padding-bottom: 10px;
}

h3 {
  color: #11999E;
  font-family: 'Montserrat', sans-serif;
  
}

hr {
  border: dotted;
  border-bottom: none;
  border-color: #3E5785;
  border-width: 10px;
  margin: 80px auto;
  width: 5%;
}

div {
  background-color: #AEBDCC;
  margin: 0;
}

a {
  color: #1a3e59;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #EAF1F4;
}

/******************** CLASS SELECTORS ********************/

.header {
  background-color: #66809F;
  color: #EAF1F4;
  font-weight: lighter;
  margin: 0;
  padding: 50px;
  text-shadow: 0 3px 0 #1a3e59;
}

.top-container {
  background-color: #ADBCCB;
  margin: 0;
  padding-top: 80px;
  position: relative;
  
}

.credits-top-container {
  background-color: #ADBCCB;
  position: relative;
  margin: 0;
}

.my-title {
  font-weight: lighter;
}

.bottom-cloud {
  position: absolute;
  bottom: 48%;
  right: 200px;
  width: 9%;
}

.top-cloud {
  position: absolute;
  left: 220px;
  top: 80px;
  width: 9%;
}

.mountains_silhouette {
  width: 100%;
}

.middle-container {
  background-color: white;
  margin: 0;
}

.avatar {
  margin: 40px auto;
  width: 15%;
}

.profile {
  background-color: white;
  line-height: 1.5rem;
  margin: 0 auto 0 auto;
}

.coder-img {
  float: left;
  margin: auto 30px auto 100px;
  width: 12%;
}

.coding-title {
  margin: 0 auto 20px auto;
  text-align: left;
  width: 60%;
}

.coding-bio {
  line-height: 1.5rem;
  margin: 10px auto 10px auto;
  text-align: left;
  width: 60%;
}

.coding-stars {
  clear: both;
  margin: 10px auto 10px auto;
  text-align: left;
  width: 60%;
}

.github {
  line-height: 1.5rem;
  margin: 0 auto 0 356px;
  text-align: left;
  width: 60%;
}

.editing-title {
  margin: 0 auto 20px auto;
  text-align: left;
  width: 60%;
}

.editor-img {
  float: right;
  margin: auto 150px auto 30px;
  width: 12%;
}

.editing-bio {
  line-height: 1.5rem;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 60%;
}

.editing-stars {
  align-items: center;
  clear: both;
  margin: 0 auto 0 auto;
  text-align: left;
}

.credit-list {
  line-height: 1.5rem;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 80%;
}

.hello {
  background-color: white;
  margin: auto auto 80px;
  text-align: center;
  width: 40%;
}

.contact-me {
  background-color: white;
  margin: 80px auto 0 auto;
  width: 40%;
}

.lets-talk {
  line-height: 1.5rem;
  margin: 60px auto 0 auto;
}

.myButton {
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border: 1px solid #4e6096;
  border-radius: 28px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 100px auto 40px auto;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0 3px 0 #283966;
}

.myButton:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.bottom-container {
  background-color: #66809F;
  padding: 60px 0 10px 0;
}

.footer-link {
  color: #1a3e59;
}

.my-cities {
  color: #EAF1F4;
  font-weight: lighter;
}

.copyright {
  color: #EAF1F4;
  font-size: .9rem;
  font-weight: lighter;
}

.skills {
  padding: 60px 0;
}

.flaticon {
  color: #EAF1F4;
  font-weight: lighter;
}

.credits-rule {
  margin: 40px auto;
}

.oblique {
  font-family: 'Montserrat', sans-serif;
  font-style: oblique;
  font-weight: bold;
}

/******************** ID SELECTORS  ********************/
