

.open-sans-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

/* shared styles */
.text-primary{
 color: #FD6E0A;
}

/* Nav styles */
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.nav-title{
    font-weight: 800;
    font-size: 45px;
    margin: 51px 226px;
}

nav ul li{
    list-style: none;
    margin-right: 51px;
}

nav li a{
    text-decoration: none;
    font-size: 20px;
}

.dark2{
    color: #474747;
}

nav ul{
    display: flex;
    align-items: center;
}

.btn{
    background-color: #FD6E0A;
    color: white;
    padding: 18px 35px 19px 36px;
    font-size: 20px;
    border-radius: 15px;
    border: none;
}

.banner-greetings{
    font: Open Sans;
    font-weight: 600;
    font-size: 45px;
}

.name{
    font: Open Sans;
    font-weight: 800;
    font-size: 85px;
}

.banner{
    display: flex;
    justify-content: space-between;
}

.banner-content{
    width: 585px;
    padding: 136px 163px 184px 71px;
}

.image{
    width: 584px;
}

.header{
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.about{
    font: Open Sans;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    
}

.content{
    font-size: 20px;
    color: #757575;
    background-color: white;
    margin: 45px;

}


main{
    max-width: 1140px;
    margin: 0 auto;
    padding: 131 157 131 156; 
}

main section{
    margin-top: 120px;
    margin-bottom: 120px;
}

.bg-color{
    background-color: #FFF8F3;
}

.secondary-background{
    border-radius: 10px;
    
}

.about-items{
    display: flex;
    justify-content: space-around;
}

.item-description{
    font-weight: 600;
}

.text-center{
    text-align: center;
}

.skills-container{
    display: flex;
    gap: 24px;
}

.skill{
    padding: 30px 33px 30px 30px;
    box-shadow: 0px 6px 50px #FD6E0A;
    border-radius: 5px;
}

.resume-container{
    display: flex;
    gap: 24px;
}

.experience-description{
    font-size: 16px;
    color: #757575;
}

.experience-subtitle{
    font-size: 20px;
    color: #757575 ;
    margin-bottom: 5px;
    font-weight: 600;
}

.experience-title{
    font-size: 25px;
    color: #474747;
    margin-bottom: 0px;
}

hr{
    margin: 20px;
}

.resume-download-button{
    margin-top: 50px;
}

.footer-colunm{
    padding: 130px 230px;
}

.foot{
    display: flex;
    gap: 117px;
}

footer input[type='text'], footer input[type='email'], footer textarea{
    height: 64px;
    border-radius: 5px;
    background-color: white;
     display: block;
     width: 100%;
    padding: 10px 20px;
    margin-bottom: 24px;
    border: none;
    
}

.background{
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    padding: 10px 15px 8px 20px;
    width: 100%;
    font-size: 18px;
    box-shadow: 0px 5px 25px chocolate;
    background-position: bottom right;
}

.button{
    background-color: #FD6E0A;
    color: white;
    padding: 18px 35px 19px 36px;
    font-size: 20px;
    border-radius: 15px;
    border: none;
    position: fixed;
    top: 20px;
    right: 30px;
}

.color{
    color: #FD6E0A;

}
.background2{
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    margin: 15px 50px 20px 10px ;
    padding: 20px 25px 30px 22px;
    width: 100%;
    font-size: 18px;
    box-shadow: 0px 5px 25px chocolate;
    background-position: bottom right;
}