body {
    margin: 0;
    text-align: center;
    font-family: "Arvo", serif;
    color: #40514e;
}

h1 {
    color: #66bfbf;
    margin: 50px auto 0 auto;
    font-family: "Caveat", cursive;
    font-size: 5.625rem;
    line-height: 2;
}

h2 {
    color: #66bfbf;
    font-family: "Raleway", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
}

h3 {
    color: #11999e;
    font-family: "Raleway", sans-serif;
}

a {
    color: #11999e;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
}

a:hover {
    color: #eaf6f6;
}

hr {
    border-style: dotted none none none;
    width: 5%;
    border-width: 8px;
    border-color: #eaf6f6;
}

p {
    line-height: 2;
}

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

.middle-container {
}

.bottom-container {
    background-color: #66bfbf;
    padding: 30px 0 30px 0;
}

.intro {
    width: 50%;
    margin: auto;
}

.footer-link {
    color: #11999e;
}

.copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
}

.profile {
    width: 50%;
    margin: 100px auto 100px;
}

.skills {
    margin-top: 100px;
}

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

.contact-me {
    margin: 100px auto 100px auto;
}

.pro {
    text-decoration: underline;
}

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

.btn {
    background: #66bfbf;
    background-image: -webkit-linear-gradient(top, #66bfbf, #19999e);
    background-image: -moz-linear-gradient(top, #66bfbf, #19999e);
    background-image: -ms-linear-gradient(top, #66bfbf, #19999e);
    background-image: -o-linear-gradient(top, #66bfbf, #19999e);
    background-image: linear-gradient(to bottom, #66bfbf, #19999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

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

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

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

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

.light-bulb-img {
    width: 25%;
    float: right;
    margin-left: 30px;
}
.nathan-img {
    border-radius: 20%;
}
