
.top-container{
    background-color: #66bfbf;    
    padding-top: 50px;
    position: relative;
}

.middle-container{
    margin: 100px 0;
}

.bottom-container{
    background-color: #66bfbf;
    padding: 50px 0 20px;
}

h1{
    font-size: 562.5%;
    margin: 50px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #006a71;
    /* padding: 2rem; */
    line-height: 2;
    
}

h1 span{
    margin: -10px;
}

h1 span:hover{
    color: #EAF6F6;
    transition: all .30s;

}

.space{
    margin-right: 5px;
}

body{
    margin : 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    color: #40514E;
}


.bottom-cloud{
    position: absolute;
    left: 250px;
    bottom: 300px;
}

.top-cloud{
    position : absolute;
    right : 300px;
    top : 40px;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    color: #006a71;
    padding-bottom: 10px;

}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #11999E;
}

.profilePic{
    height : 12.5rem;
}

.punchLine{
    font-weight: normal;
    color: #006a71;
    font-size: 2rem;
}

p{
    line-height: 2;
}

.skill-row{
    width: 50%;
    margin: 100px auto;
    text-align: left;
}

.skill1Pic{
    width : 25%;
    float: right;
    margin-left: 50px;
}

.skill2Pic{
    width : 25%;
    float: left;
    margin-right: 30px;
    border-radius: 100%;
}
.skill3Pic{
    width : 25%;
    float: left;
    border-radius: 100%;
    margin-right: 30px;
    height: 170px;
}
a{
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 20px;
    color: #006a71;
    text-decoration: none;
    font-size: 1.1rem;
}

a:hover{
    color: #EAF6F6;
}

.mountain{
    /* height: 400px; */
    /* position: absolute; */
    margin: 0rem;
}

.mountain2{
    height: 250px;
    /* position: absolute; */
    /* margin: 10rem -0rem 0rem 0rem; */
}


hr{
    border-style: none;
    border-top-style: dotted;
    width: 5%;
    border-width: 5px;
    border-color: #969b9b;
    margin: 100px auto;
}

.intro{
    width: 40%;
    margin: auto;
}

.contactMsg{
    width: 40%;
    margin: 40px auto 60px;
}

.btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #2980b9);
    background-image: -moz-linear-gradient(top, #11cdd4, #2980b9);
    background-image: -ms-linear-gradient(top, #11cdd4, #2980b9);
    background-image: -o-linear-gradient(top, #11cdd4, #2980b9);
    background-image: linear-gradient(to bottom, #11cdd4, #2980b9);
    -webkit-border-radius: 26;
    -moz-border-radius: 26;
    border-radius: 26px;
    font-family: 'Montserrat', sans-serif;

    color: #ffffff;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #3498db);
    background-image: -moz-linear-gradient(top, #30e3cb, #3498db);
    background-image: -ms-linear-gradient(top, #30e3cb, #3498db);
    background-image: -o-linear-gradient(top, #30e3cb, #3498db);
    background-image: linear-gradient(to bottom, #30e3cb, #3498db);
    text-decoration: none;
  }

.copyright{
    color: #EAF6F6;
    font-size: 0.9rem;
    padding: 20px 0;
}