body{
    margin: 0;
    background-color: #f6f6f6;
}

html {
    scroll-behavior: smooth;
  } 
nav{
    position: fixed;
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    text-align: center;
    background-color:  #e6e3e3;
    padding: 20px;
    font-size: large;
}
a{
    text-decoration: none;
    margin: 20px;
    font-size: larger;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
}
a:hover{
    color: white;
} 
.content{
    font-size: 42px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style: normal;
    color: #232322 ;
    text-align: center;
    margin-top: 12%;
    height: auto;
    width: 50%;  
}

.image-home{
    height: auto;
    width: 50%;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.image-home img{
    height: auto;
    width: 80%;
    object-fit: contain;
    
}

.main-content{
    display: flex;
}

.contactMe a{
    text-align: right;
    font-size: smaller;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-end;
    margin-top:80px;
}

.contactMe a:hover{
    color: #b45330;
}

.contactMe a:hover h6{
    border: 2px solid #b45330;
}

.contactMe h6{
    padding:6px;
    border: 2px solid #232322;
}

.name h2{
    margin:0px;
}

.name h4{
    margin:20px;
}

.about-me-container{
    display: flex;
}

.about-me-image{
    height: auto;
    width: 45%;
    margin-left: 10%;
}

.about-me-image img{
    height: auto;
    width: 70%;
    object-fit: contain;
    margin-top: 5px;

}

.about-me-content{
    height: auto;
    width: 100%;
    padding-right: 100px;
}

.about-me-content-container{
    display: flex;
    justify-content:center;
    align-items: center;
    height: auto;
    width: 55%;
}

.about-me-content h4{
    font-size: 42px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style: normal;
    color: #232322 ;
}


.about-me-content p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
}

.top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
}


.all-skills{
    display: flex;
}

.technical-skills{
    height: 700px;
    width: 33%;

}

.tools{
    height: 700px;
    width: 33%;

}

.others{
    height: 700px;
    width: 33%;

}

.header{
    text-align: left;
    margin-top: 100px;
    margin-left: 100px;
    font-size: 25px;
    font-family: 'Cormorant', serif;
    color: #232322 ;
}

.small-headers{
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
    margin-left: 70px;
}

.skill{
    height: 20px;
    width: 300px;
    border: 1px solid;
    margin-left: 70px;
    margin-bottom: 50px;
    border-radius: 5%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.skill1{
    height: 20px;
    width: 50%;
    background-color: #232322;
}

.skill2{
    height: 20px;
    width: 100%;
    background-color: #232322;
}


.skill3{
    height: 20px;
    width: 80%;
    background-color: #232322;
}


.skill4{
    height: 20px;
    width: 50%;
    background-color: #232322;
}

.skill5{
    height: 20px;
    width: 40%;
    background-color: #232322;
}

.skill6{
    height: 20px;
    width: 10%;
    background-color: #232322;
}

h5{
    margin: 0 0 5px 70px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
}

.info h4{
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;  
    margin: 0px;
}

.info p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;   
    margin: 0px;
}

p{
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;
}

.project-con{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 500px;
    width: auto;
    margin: 0 100px 100px 100px;
    background-color: white;
}

.project-con a{
    margin:0;
}

.project1{
    height: 400px;
    width: 300px;
    margin: 10px 10px;
}
.project2{
    height: 400px;
    width: 300px;
    margin: 10px 10px;
}

.project3{
    height: 400px;
    width: 300px;
    margin: 10px 10px;
}

.project1 img{
    height: auto;
    width: 100%;
    object-fit: contain;   
}

.project1 img:hover{
    transform: scale(1.2);
    transition: ease-in-out;
    transition-duration: 1s;
}


.project2 img{
    height: auto;
    width: 100%;
    object-fit: contain;   
}

.project2 img:hover{
    transform: scale(1.2);
    transition: ease-in-out;
    transition-duration: 1s;
}

.project3 img{
    height: auto;
    width: 100%;
    object-fit: contain;
    
}

.project3 img:hover{
    transform: scale(1.2);
    transition: ease-in-out;
    transition-duration: 1s;
}

.contact-container{
    display: flex;
    justify-content: space-evenly;
    margin: 0;
}

.contact-header{
    font-size: 42px;
    font-family: 'Cormorant', serif;
    font-style: normal;
    color: #232322 ;
    display: block;
    margin: 0;
}

.image-social{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.image-div{
    height: auto;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.image-div img{
    height: auto;
    width: 500px;
    object-fit: contain;  
    margin-top: 120px;
}

.info-cont{
    height: auto;
    width: auto;
}

.info{
    padding: 20px;
}

.social{
    height: 100px;
    width: auto;
}

.form{
    height: 100px;
    width: auto;
}

.social-div{
    display: flex;
    margin: 30px 0px;
}

.image-social2{
    margin:0 30%;
}
.insta{
    height: 25px;
    width: 25px;
    margin-right: 15px;
}

.linkedin{
    height: 25px;
    width: 25px;
    margin-right: 15px;
}

.twitter{
    height: 25px;
    width: 25px;
    margin-right: 15px;
}

.facebook{
    height: 25px;
    width: 25px;
}

.form-con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;

}


.form-header{
    font-size: 42px;
    font-family: 'Cormorant', serif;
    font-style: normal;
    color: #232322 ;
    display: block;
    margin: 50px 0px 0px 100px;
}

.form-div{
    height: 350px;
    width: 400px;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    margin-bottom: 100px;
}

label{
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;  
}

.submit-button{
    margin-left: 40%;
}

td{
    width: 120px;
}


.submit-button {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
    font-family: 'Roboto Condensed', sans-serif;
    color: #232322 ;  
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.submit-button:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.submit-button:active {
	position:relative;
	top:1px;
}
