h1{
    margin: 25px;
    font-family: 'Pattaya', sans-serif;
    font-size: 60px;
}

body{
    margin: 0;

    text-align: center;
    font-family: 'Roboto', sans-serif;
    background-color: #f4eee8;
    
    position: absolute;

    /* padding: 0; */

}

.intro{

    width: 40%;
    margin: auto;
}

h2,h3{
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;

}

h3{
    font-size: 1.2rem;
}

h1,h2{
    color: #4ca1a3;
}
.youtube{
    color:#11999e;
}
h3{
     color: #11999e; 
}

p{
    font-weight: bold;
    
}

.display-head{

    font-size: 1.9rem;
    color: #4ca1a3 ;
    font-weight: bolder;
    
}

.hey-h2{
    font-family: 'Pattaya', sans-serif;   
    line-height: 3;
}

.top-container{
 
    background-color: #aad8d3;
    position: relative;
    padding-top: 90px;
    

}


.profile-pic{
    width: 200px;
    margin-top: 50px;
}

/* .middle-container{

} */


.bottom-container{

    background-color: #aad8d3;
    margin: 0;
    margin-bottom: 0;
    /* margin-top: -12%; */
    padding: 0;

}

.footer-link{
   font-weight: bolder;
   padding: 10px;
   
}

.bottom-cloud{
    position: absolute;
    left:300px;
    top : 350px;
}
.top-cloud{
    position: absolute;
    right:300px;
    top : 50px;
  
}

.my-blue-bg{
    background-color: #aad8d3;
}

.skill-row{
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 150px;
    text-align: left;
    line-height: 2;
}

.first-skills{
    width: 30%;
    float: left;
    margin-right: 40px;
}

.gif-skill{
    width: 30%;
    float: right;
    margin-left: 35px;
}

.gif-moreskill{
    width: 22%;
    float: left;
    margin-right: 40px;
}

.btn{
    background: #4CA1A3;
   background-image: -webkit-linear-gradient(top, #4CA1A3, #4CA1A3);
   background-image: -moz-linear-gradient(top, #4CA1A3, #4CA1A3);
   background-image: -ms-linear-gradient(top, #4CA1A3, #4CA1A3);
   background-image: -o-linear-gradient(top, #4CA1A3, #4CA1A3);
   background-image: -webkit-gradient(to bottom, #4CA1A3, #4CA1A3);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 17px;
   font-weight: 800;
   padding: 10px;
   -webkit-box-shadow: 1px 1px 20px 0 #4CA1A3;
   -moz-box-shadow: 1px 1px 20px 0 #4CA1A3;
   box-shadow: 1px 1px 20px 0 white;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
   
   
}
.btn:hover{
    border: solid #337FED 1px;
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   text-decoration: none;
}

.line{
    background-color:#f4eee8;
    border-style: none;
    border-top-style: dotted;
    border-color:#4ca1a3;
    border-width: 10px;
    
    width: 10%;
  
  
   
}

.foot-para{
    margin: 0;
    padding: 20px;
}


.insta{
    width: 20px;
}
.linkedin{
    width: 20px;
    
}
.twitter{
    width: 20px;
}

.footer-link{
    text-decoration: none;
    font-weight:bold;
    color: #000000;
}

/* ******************************************************Nav-bar*************************************************************************** */

nav{
    background-color:#479496 ;
    

    margin: 0;
    padding: 0;
    
    height: 60px;
}

ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 36px;
    line-height: 56px;
}


.items{
    color: #f4eee8;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

li{
    float: left;
    margin-left: 50px;
    align-content: center;
   

    display: block;
    padding: 0 -3px;
    text-decoration: none;

}

.items:hover{
    color: #000000;
}

.icon-header{
    /* width:40px;
    margin-top: 10px;
    padding-left: 875px; */

    width: 8%;
    margin-top: 2%;
    margin-left: 100%;
}

