body {
    color: #40514E;
    margin: 0 auto 0 auto;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 1em;
}
h1 {
    color: #66BFBF;
    font-size: 5.625rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
}
h2 {
    color: #66BFBF;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    padding-bottom: 10px;
}
h3 {
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
}
p {
    line-height: 2;
}
a {
    color: #66BFBF; 
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover{
   color: #F9FFEA;
}
hr{
  border:dotted #11999e;
  border-bottom: none;  
  width: 10%;
  margin: 100px auto;
}

.top-container {
    background-color: #D4A5A5;
    position: relative;
    padding-top: 100px;
}
.middle-container {
    margin: 100px 0;
}
.bottom-container {
    background-color: #D4A5A5;
    padding: 50px 0 20px;
}
.skill-row {
    margin: 100px auto 100px auto;
    text-align: left;
    width: 50%;
}
.intro{
    margin: auto;
    width: 30%;
}
.contact-message{
    width: 40%;
    margin: 40px auto 60px;
}
.copyright{
    color: #F9FFEA;
    font-size: 0.75rem;
    padding: 20px 0;
}
.pro{
    text-decoration: underline;
}
.emmy-emote{
    width: 10%;
}
.bottom-cloud {
    position: absolute;
    left: 250px;
    bottom: 300px;
}
.top-cloud {
    position: absolute;
    right: 300px;
    top: 40px;
}
.design-img{
    margin-right: 30px;
   width: 25%; 
   float: left;
}
.trend-img {
    margin-left: 30px;
    width: 25%; 
    float: right;
}
.btn {
    background: #11999E;
    background-image: -webkit-linear-gradient(top, #11999E, #11999E);
    background-image: -moz-linear-gradient(top, #11999E, #11999E);
    background-image: -ms-linear-gradient(top, #11999E, #11999E);
    background-image: -o-linear-gradient(top, #11999E, #11999E);
    background-image: -webkit-gradient(to bottom, #11999E, #11999E);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 100;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #FFFFFF 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
 }
 
 .btn:hover {
    border: solid #FFFFFF 1px;
    background: #2BC4AD;
    background-image: -webkit-linear-gradient(top, #2BC4AD, #2BC4AD);
    background-image: -moz-linear-gradient(top, #2BC4AD, #2BC4AD);
    background-image: -ms-linear-gradient(top, #2BC4AD, #2BC4AD);
    background-image: -o-linear-gradient(top, #2BC4AD, #2BC4AD);
    background-image: -webkit-gradient(to bottom, #2BC4AD, #2BC4AD);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none;
 }
