
body{
    color: #40514E;
    margin:0;
    text-align: center;
    font-family: 'Dancing Script', cursive;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Niconne', cursive;
font-family: 'Pacifico', cursive;
}
.fitting{
      
    width: 1000px;
    height: 400px;
    margin-left: 20px;
    padding-left: 70px;
}

.pro{
    text-decoration: underline;
}

h1{
   color: #66BFBF;
    width: 30%;
    font-size: 50px;
    margin: 0;
    
    margin: 0 auto 0  auto;  /*top right bottom left*/
}

h2{
    color: #66BFBF;
    font-family: 'Merriweather Sans', sans-serif;
   font-size: 28pt;
   
}
.skills h3{
    color: #66BFBF;
    font-size: 20pt;
}
p{
    line-height: 2;
    font-weight: normal;
    color: gray
    
}
P,h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/*
div{
    background: lightskyblue;
}
*/

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


.top-container{
    padding-top: 100px;
    height: 600px;
   
    
    background: rgb(207, 238, 237);
  
}
.top-container p{
    color: #66BFBF;
    font-weight: bold;
}

.middle-container{
    padding-top: 100px;

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


h3,p{

    color:black;
}


.skill-row{
    width: 61%;
    margin: 100px auto 100px auto;
    line-height: 1;
    
    
}

.img2 {
    /* border-radius: 50%; */
    text-align: left;
    width: 40%;
     float: left;  /* textwrap left */
    border: solid black 1px
    

}
.skill-row p{
    width: 70%;
    margin-left: 252px;
}


hr{
    margin:  60px auto;;
    
    border: dotted lightgray;
    width: 5%;
    border-bottom: none;
}

.btn {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Brush Script MT;
    font-size: 23px;
    font-weight: 100;
    padding: 5px;
    padding:0px 10px;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-top: 40px;
 }
 
 .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;
 }

 .profile img{
    height: 250px;
    width: 250px;
 }

 .bottom-container a{
    margin: 0 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 }
 .bottom-container a:hover{
    color: rgb(205, 229, 236);
 }
 .bottom-container p:hover{
    color: white;
 }

