@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans&family=Montserrat&family=Roboto:wght@400;500;700&family=Sacramento&display=swap');


body{
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    color: #40514E;
}




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

h2{
    color: #66BFBF;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
}

h3{
    font-family: 'Montserrat', sans-serif;
    color: #66BFBF;
}

h3{
    color: #11999E;
}

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

a:hover{
    color: #eaf6f6;
}

p{
    line-height: 2;
}

hr{
    margin: 100px auto;
    border: 7px solid #EAF6F6;
    width: 4%;
    border-style: dotted none none none;
}

/* Top container */

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

.pro{
    text-decoration: underline;
}

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


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

.mountain{
    padding-top: 150px;
}

/* mid container */

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

.pro-pic{
    border-radius: 50%;
    width: 200px;
}

.intro{
    text-align: center;
    width: 50%;
    margin: auto;
}

.skill-img{
    border-radius: 50%;
}


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

.chilli-img{
    margin-right: 30px;
    float: left;
    width: 25%;
    height: 225px;
    border-radius: 100%;
}


.code-img{
    border-radius: 50%;
    float: right;
    margin-left: 30px;
    width: 25%;
    height: 230px;
    border-radius: 100%;
}

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


.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;
    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;
  }


  /* Bottom container */


  .bottom-container{
    background-color: #66BFBF;
    padding: 50px 0 20px;
  }


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



  /* NAV  */

.nav{
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    list-style: none;
    background-color: #e4f9f5;
}

.nav-list a{
    color: black;
}

.nav a:hover{
    cursor: pointer;
}