/**Importing fonts from Font.css**/

@import url(/css/fonts.css);

.navbar-brand{
    font-size: 24px;
    font-family: "Pushter";
    text-transform: uppercase;
    font-weight: 300;
    color: darkgreen;
}
.nav-item{
    text-transform: uppercase;
    font-weight: 500;
}
.dropdown-item{
    font-weight: 500;
    text-transform: uppercase;
    background-color: white;
    color: darkgreen;
}
.dropdown-item:hover
{
    background-color: darkgreen;
    color: white;
}
.dropdown-menu{
    background-color: white;
    color: darkgreen;
    border-radius: 8px;
}
.header_area .main-menu .navbar-nav .active a{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: darkgreen;
}
.header_area .main-menu .navbar-nav a:hover{
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: seagreen;
}
#contact{
    margin-left: 45px;
}
.contact-p{
    font-size: 28px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color: darkgrey;
    margin-right: 20px;
}
.h2{
    font-size: 72px;
    font-weight: 650;
    color: black;
}
.contacts{
    margin-left: 45px;
}
.site-title{
    float: left;
}
.fa-linkedin{
    width:300px;
}
.h1-main{
    font-size: 65px;
    font-weight: 700;
    color:black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.h1-sub{
    font-size: 60px;
    font-weight: 600;
    color:white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-banner{
    margin-top: 35px;
    margin-bottom: 30px;
    width: 900px;
}
.describe{
    font-size: 40px;
    color: darkgray;
}
.text{
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 0px;
    margin-bottom: 50px;
}
.site-main{
    background-image: linear-gradient(to left, darkgreen, seagreen);
}
img{
    width: 450px;
}
.zoom{
    transition: transform .7s;
    
}
.zoom:hover{
    transform: scale(1.10);
}
.zoom-out{
    transition: transform .7s,filter 0.2s ease-in-out;
    transform-origin: center center;
    filter: brightness(5%);
}
.zoom-out:hover {
    transform: scale(1.25);
    filter: brightness(100%);
}
p{
    text-align: justify;
}
#jahazing{
    width: 300px;
    padding: 30px;
    display: inline;
}
#p1{
    width: 45%;
    display: inline;
}
#p2{
    width: 45%;
    display: inline;
}
#p3{
    width: 45%;
    display: inline;
}
#p4{
    width: 45%;
    display: inline;
}
.projects
{
    width: 45%;
    display: inline;
}

.p-center{
    text-align: center;
}
body{
    background-image: linear-gradient(to left, darkgreen,seagreen);
}
#project{
    margin-left: 50px;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    text-decoration: none;
    color:black;
}
.pdf{
    margin-top: 35px;;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 75px;
    align-items: center;
    width: 80%;
    height: 870px;
}
.li{
    color: black;
    width: 70px;
    text-decoration: none;
}
.li a{
    color: black;
    width: 70px;
    text-decoration: none;
}
.gh{
    color: black;
    width: 70px;
    text-decoration: none;
}
.gh a{
    color: black;
    width: 70px;
    text-decoration: none;
}
.mail{
    color: black;
    width: 70px;
    text-decoration: none;
}
.mail a{
    color: black;
    width: 70px;
    text-decoration: none;
}
#email{
    color: #C1CAD1;
    font-size: 86px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
}
#skill{
    margin-top: 40px;
}
#bar{
    margin-left: 25px;
    margin-right: 25px;
}
.skills-types{
    color: white;
    font-size: 34px;
    padding-left: 25px;
}
#lang{
    color: black;
    font-size: 50px;
    padding-top: 10px;
}
footer{
    padding-top: 10px;
    color: black;
}