/*********************TAG SELECTORS********************/
body{
    zoom: 85%;
    margin: 0px;
    text-align: center;
    font-family: 'Merriweather', serif;
}
h1{
    
    font-size: 50px;
    margin: 10px auto 0 auto;
    font-family: 'Dancing Script', cursive;
    /**font-family: 'Kaushan Script', cursive;**/
    color: cyan;
}

h2{
    
    font-family: 'Merriweather', serif;
    font-size: 50px;
    font-family: 'Dancing Script', cursive;
    color: darkgreen;
}
h3{
    color: lime;
    font-size: 40px;
    font-family: 'Caveat', cursive;
    margin-bottom: 20px;
}
p{
    line-height: 2;
}
hr{
    border: dotted #0DCEDA 6px;
    border-bottom: none;
    width: 5%;
    margin: 50px auto; 
}
a{
    color: black;
    font-family: 'Merriweather', serif;
    margin: 10px 20px;
    text-decoration: none;
}
a:hover{
    color: white;
}
/*********************CLASS SELECTORS********************/
.top-container{
    background-color: #212121;
    padding-top: 100px;
    position: relative;
    color: white;
    height: 500px;
}
.middle-container{
    margin: 100px 0;
}
.bottom-container{
    background-color: #66bfbf;
    padding: 50px 0 20px;
    position: relative;
    
    width: 100%;
}
.top-cloud{
    
    width: 200px;
    position: absolute;
    right: -80px;
    top: 400px;
    transform: rotate(-35deg);
}
.top-image1{
    position: absolute ;
    width: 400px;
    left: -50px;
    top: 150px;
}
.bottom-cloud{
    
    width: 250px;
    position: absolute;
    right:80px;
    top: 80px;
    
}
.header{
    padding: 15px;
    width: 100%;
    font-weight: bold;
    background-color: #14FFEC;
    position:fixed;
    z-index: 1;
}

.ship{
    
    width: 200px;
    border-radius: 200%;
    border: 5px solid rgb(255, 247, 247);
    margin-top: 50px;
}
.strength-image{
    
    width: 25%;
    position:absolute;
    right: -50px;
    bottom: 750px;
}
.swordsmanship-image{
    width: 500px;
    position: absolute;
    top: 37%;
    right: 75%;
}
.haki-image{
    border-radius: 40px;
    width: 50%;
    float: right;
    margin-left: 20px;
}
.skills{
    position: relative;
}
.skill-row{
    width: 50%;
    margin: 50px auto 80px auto ;
    text-align: left;
    
    
}
.intro{
    width: 50%;
    margin:auto;
    text-align: left;
    
}
.contact-message{
    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;
    font-family: 'Merriweather', serif;
    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;
  }

.copyright{
    color: #eaf6f6;
    font-size: 0.75rem;
}

.bottom-image{
    width: 200px;
    position:absolute;
    left: 50px;
    bottom: 80px;
}
.footer{
    position: relative;
}
/*********************ID SELECTORS********************/
#profile{
    
    width: 250px;
    border: 5px solid #0DCEDA ;
    border-radius: 50%;
  }

#header-left{
    text-align: left;
    position: absolute;
    left: 10px;
    bottom:5px;

}
#top-subtitle{
    margin-top: 10px;
    padding-bottom: 20px;
    
    font-size: 50px;
    color: #EBFFFA;
    
}