body{
    padding-top: 12px;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #112D4E;
    font-weight: normal;
}
.h3subt{
    font-family: 'Montserrat', sans-serif;
    color:  #112D4E;
    font-size: 1.17rem;
    font-weight: bold;
}
.classp{
    font-family: 'Montserrat', sans-serif;
    color:  #112D4E; 
}
.separator{
    border-style: dotted;
    color: #263159;
    opacity:initial;
    margin: auto;
    width: 5%;
    border-width: 8px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}
.title{
    font-size: 5.625rem;
    color: white;
}
/* navbar */
.navbar{
    background-color: #112D4E;
}
.navbar-brand{
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 15px;
}
.dropdown-menu{
    background-color: #112D4E;
}
/**/
.top-container{
    background-color: #3F72AF;
    position: relative;
    padding-top: 130px;
    padding-bottom: 35px;
}
.middle-container{
    background-color: #DBE2EF;
    color:#112D4E;
    padding-top: 30px;
}
.pro{
    text-decoration-line: underline;
}
.bottom-cloud{
    position: absolute;
    left: 300px;
    bottom: 300px; ;
}
.subtitle{
    font-size: 1.17rem;
}
.top-cloud{
    position: absolute;
    right: 300px;
    top: 80px;
}
.profile-picture{
    border-radius: 50%;
    height: 220px;
    width: 220px;
}
.hello{
    padding-top: 15px;
}
.skill-row{
    width: 50%;
    margin: 85px auto 85px auto;
    text-align: left;
    line-height: 2;
}
.giftalk{
    height: 170px; 
    float: left;
    padding-right: 30px;
}
.gif{
    height: 180px ;
    width: 230px;
    float: right;
    padding-left: 30px;
    
}

.btn{
    margin: 20px 0 30px;
    border-color: #112D4E;
    color: #112D4E;
}

.btn:hover{
    color: #DBE2EF;
    background-color: #112D4E;
}

.h2-cover{
    color: white;
}
.contact-me{
    padding-bottom: 15px;
}
.copyright{
    word-spacing: 0px;
    padding-top: 30px;
    padding-bottom: 0;
    font-size: .8rem;
    margin-bottom: 0;
}
.contact-message{
    color: #112D4E;
    margin: 20px auto 25px;
}
.footer-link{
    text-decoration: none;
    color: #ffffff;
}
.footer-link:hover{
    color: #DBE2EF;
}
.bottom-container{
    color: #DBE2EF;
    background-color: #112D4E;
    padding: 30px 0 0 0;
    word-spacing: 40px;
}
.dropdown-item{
    color: #DBE2EF;
}