body {
    margin: 0;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
    color: #40514E;
}

hr {
    margin: 100px auto 100px auto;
    height: 0px;
    width: 4%;
    border: dotted #EAF6F6 20px;
    border-bottom: none;
}

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

h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    color: #66BFBF;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 5px auto 5px auto;
}

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

p {
    line-height: 2;
}

a {
    color: #11999E;
}

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

.contact-desc{
    width: 35%;
    margin: 50px auto 50px auto; 
}

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

.middle-container {
    margin: 50px 0;
}

.nav-container {
    background-color: #E4F9F5;
    position: relative;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bottom-container {
    background-color: #66BFBF;
    position: relative;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.dev {
    text-decoration: underline;
}

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

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

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

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

.machine-image {
    width: 25%;
    float: right;
    margin-left: 30px;
}

.VAE-image{
    width: 25%;
    float: right;
    margin-left: 30px;
}

.headshot-image {
    width: 25%;
    border-radius: 100%;
}

.headshot-images {
    width: 50%;
    margin: auto;
}

.copyright-text {
    margin: 5px auto 5px auto;
    color: #EAF6F6;
    font-size: 0.75rem;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

.footer-link {
    margin: auto 10px auto 10px;
}

.footer-cred {
    position: absolute;
    right: 20px;
    bottom: 10px;
    
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { 
    color: #000000;
    text-decoration: none; 
}


a:active { text-decoration: none; }

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Roboto Mono', monospace;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }

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