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

h1 {
    color: #867070;
    font-size: 5.8rem;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
}

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

h3 {
    color: #867070;
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

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

a:hover {
    color: white;
}

p {
    line-height: 2;
}

hr {
    border: dotted #867070 6px;
    border-bottom: none;
    width: 4%;
    margin: 100px auto

}

.contact-message {
    width: 40%;
    margin: 40px auto 60px;
}

.bio-intro {
    width: 30%;
    margin: auto;
}

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

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

.bottom-container {
    background-color: #867070;
    position: relative;
    padding: 50px 0 27px
}

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

.bottom-cloud {
    position: relative;
    left: 400px;
    bottom: 400px;
    height: auto;
    width: 13%;
}

.top-cloud {
    position: relative;
    right: 500px;
    top: 100px;
    height: auto;
    width: 13%;
}

.profile-picture-memoji {
    border-radius: 50%;
    width: 13%;
    height: auto;
}

.Greg-Skills-memoji {
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    width: 20%;
    height: auto;
}

.Greg-Skills2-memoji {
    border-radius: 50%;
    float: right;
    margin-left: 30px;
    width: 20%;
    height: auto;
}

.Greg-Contact-memoji {
    border-radius: 50%;
    width: 15%;
    height: auto;
}

.contact-text {
    margin-bottom: 50px;
}

.btn {
    background: #D5B4B4;
    background-image: -webkit-linear-gradient(top, #867070, #867070);
    background-image: -moz-linear-gradient(top, #867070, #867070);
    background-image: -ms-linear-gradient(top, #867070, #867070);
    background-image: -o-linear-gradient(top, #867070, #867070);
    background-image: linear-gradient(to bottom, #867070, #867070);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Arial;
    color: white;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #E4D0D0;
    background-image: -webkit-linear-gradient(top, #E4D0D0, #F5EBEB);
    background-image: -moz-linear-gradient(top, #E4D0D0, #F5EBEB);
    background-image: -ms-linear-gradient(top, #E4D0D0, #F5EBEB);
    background-image: -o-linear-gradient(top, #E4D0D0, #F5EBEB);
    background-image: linear-gradient(to bottom, #E4D0D0, #F5EBEB);
    text-decoration: none;
  }

  .copywrite {
    color: #F5EBEB;
}

