/**** TAG SELECTOR ****/

body {
    margin: 0;
    text-align: center;
    /* font-family: sans-serif; */
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    font-family: 'Merriweather', serif;
    /* font-size: 200%; 100% = 16px;  */
    color: #40514e;
}

h1:hover {
    background-color: #94b4a4;
    color: white;
}

h1 {
    /* margin: 0 auto 0 auto;
    width: 10%; */
    /* margin-top: 50px; */
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem; /* 1em = 16px = 100%; 90px = 562.5% = 5.625em */
    color: #66BFBF;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem; /* equal to 40px = 2.5em = 250% */
    font-weight: normal;
    color: #66BFBF;
    padding-bottom: 5px;
}

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

a {
    color: #11999E;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 20px;
    text-decoration: none;
}

a:hover {
    color: #eaf6f6;
}

hr {
    /* border-style: dotted none none; */
    /* height: 2px; */
    border: 6px dotted #eaf6f6;
    border-bottom: none;
    width: 10%;
    margin: 10px auto;
  }

p {
    line-height: 2;
}
  

/* div {
    background-color: #d2f5e3;
} */

/* p {
    color: white;
    font-size: 200%;
} */

/**** CLASS SELECTOR ****/

.api-img {
    width: 40%;
    float: left;
    margin-right: 30px;
}

.dev-img {
    width: 40%;
    float: right;
    margin-left: 30px;
}

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

.pro {
    text-decoration: underline;
}

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

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

.copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    margin: 20px 0;
}

.circular {
    border-radius: 100%;
}

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


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

.bottom-container {
    background-color: #66bfbf;
    color: #eaf6f6;
    padding: 50px auto 20px;
}

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

.top-cloud {
    position: absolute;
    right: 200px;
    top: 30px;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Merriweather', 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;
  }


/**** ID SELECTOR ****/
#center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    /* border: 3px solid green; */
}
