

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

h1 {
  margin: 50px auto 0 auto;
  line-height: 2;
  font-family: 'Sacramento', cursive;
  font-size: 5.625rem;
  color: #404040;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  color: #404040;
  font-weight: normal;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.profilewords {
  width: 40%;
  margin: auto;
  line-height: 2;
}


/*
p {
  padding-left: 50px;
  padding-right: 50px;
}
*/

.me-png {
  padding: 2rem;
  width: 150px;
  height: 150px;
}

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

.middle-container {
  background-color: #A2D2FF;

}

.bottom-container {


}

.contact-me {
  background: hsla(338, 100%, 84%, 1);

  background: linear-gradient(90deg, hsla(338, 100%, 84%, 1) 15%, hsla(209, 100%, 82%, 1) 85%);

  background: -moz-linear-gradient(90deg, hsla(338, 100%, 84%, 1) 15%, hsla(209, 100%, 82%, 1) 85%);

  background: -webkit-linear-gradient(90deg, hsla(338, 100%, 84%, 1) 15%, hsla(209, 100%, 82%, 1) 85%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFAFCC", endColorstr="#A2D2FF", GradientType=1 );
  padding-bottom: 20px;
  padding-top: 120px;

}

.pro {
  text-decoration: underline;
}


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


.bottom-cloud {
  position: absolute;
  left:300px;
  bottom:300px;
}

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

}

.skills {

}

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

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

.footer-link {
  margin:10px;
  color: #949494;
}

.verybottomtext {
  color: #white;
  font-size: 0.75rem;
}

.footer {
  background: hsla(338, 100%, 84%, 1);

background: linear-gradient(270deg, hsla(338, 100%, 84%, 1) 0%, hsla(0, 0%, 81%, 1) 32%);

background: -moz-linear-gradient(270deg, hsla(338, 100%, 84%, 1) 0%, hsla(0, 0%, 81%, 1) 32%);

background: -webkit-linear-gradient(270deg, hsla(338, 100%, 84%, 1) 0%, hsla(0, 0%, 81%, 1) 32%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFAFCC", endColorstr="#CECECE", GradientType=1 );

  padding-top: 60px;
  line-height: 2;
  color: white;
}

/*
.css-code-skill-description {
  clear: right;
}
*/

.bluecoding {

}

a {
  color: white;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;

}

.footer-link:hover {
  color: #404040;
}

hr {
  border: none;
  border-top: 7.5px dotted white;
  width:5%
}

.profile {
  padding:30px;
  background: hsla(337, 100%, 89%, 1);

  background: linear-gradient(270deg, hsla(337, 100%, 89%, 1) 0%, hsla(209, 100%, 82%, 1) 100%);

  background: -moz-linear-gradient(270deg, hsla(337, 100%, 89%, 1) 0%, hsla(209, 100%, 82%, 1) 100%);

  background: -webkit-linear-gradient(270deg, hsla(337, 100%, 89%, 1) 0%, hsla(209, 100%, 82%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFC8DD", endColorstr="#A2D2FF", GradientType=1 );
}

.btn {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  color: #a2d2ff;
  font-size: 28px;
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}



.btn:hover {
  background: #404040;
  background-image: -webkit-linear-gradient(top, #404040, #404040);
  background-image: -moz-linear-gradient(top, #404040, #404040);
  background-image: -ms-linear-gradient(top, #404040, #404040);
  background-image: -o-linear-gradient(top, #404040, #404040);
  background-image: linear-gradient(to bottom, #404040, #404040);
  text-decoration: none;
}
