body {
    /* font-family: verdana, sans-serif; */
    /* font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
    color: #40514E;
    font-family: 'Merriweather', serif;
    margin: 0;
    text-align: center;    
}

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

h2 {
    color: #66BFBF;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;                      /* 40px = 40/16 => 2.5 */
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}

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

p {
    line-height: 2;
}

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

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

a:hover {
    /* color: #EAF6F6; */
    color: darkmagenta;
}

.top-container {
    color: #40514e;
    background-color: #E4F9F5;
    padding-top: 6.25rem;                   /* 100px/16px ==> 6.25rem */
    position: relative;    
}

.middle-container {
    /* padding-top: 4.38rem;          
    position: relative;  */
    margin: 100px 0;
}

.bottom-container {
    background-color: #66BFBF;
    padding: 50px 0 20px;
    /* height: 140px;
    margin-top: 100px;    
    padding-top: 30px;                   
    position: relative; */
}

.pro {
    text-decoration: underline;
}

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

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

.profile-pic {
    height: 260px;
    width: 260px;
}

.hello {
    margin-top: 30px;
}

.lil-flex {
    /* color: #40514e; */
    /* margin-left: 20%;
    margin-right: 20%; */
    width: 55%;
    margin: auto;
}

.lil-flex2 {
    /* color: #40514e; */
    /* margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 60px; */
    width: 40%;
    margin: 40px auto 60px;
}

.logo1 {
    /* height: 160px; */
    float: left;
    margin-right: 30px;
    width: 25%;
}

.logo2 {
    /* height: 160px; */
    float: right;
    margin-left: 30px;
    width: 25%;
}

.skill-row {
    /* line-height: 2; */
    margin: 100px auto 100px auto;
    text-align: left;
    width: 50%;
}

.cpy-right {
    color: #EAF6F6;
    font-size: 0.75rem;
    padding: 20px 0;
}

.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);
    color: #ffffff;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;   
    font-family: 'Montserrat', sans-serif;
    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;
  }