*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: darkolivegreen; */
}


.container{
background-color: #f9f4ef;
}

.topnav {
    background-color:#020826;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color:  #8c7851;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color:#f9f4ef;
    color:#020826 ;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }


  
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}




.image {
  max-width: 100%;
  height: auto;
  border-radius: 43vw;
  margin-top: 3vw;
  /* margin-left: 2vw; */
  width: 28vw;
  margin-left: 8vw;
}
  

.info-container{
    padding: 1vw;
    width: 17vw;
}


.column {
  float: left;
  width: 50%;
 
}
.column h1{
  text-align: center;
  padding: 13vw;
  /* font-size: 3vw; */
  font-style: initial;
}





/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.portfolio{
  width: auto;
  height: auto;
  font-style: oblique;
  margin: 7vw;
  text-align: center;
  text-align: center;
    font-size: 2vw;
    color: #716040;
    
}


.saral{
  width: auto;
  height: auto;
  font-style: oblique;
  margin: 7vw;
  text-align: center;

}

.saral::after{
  content: "";
  clear: both;
  display: table;
}



.my-info{
    width: 100%;
    height: 100%;
    position: relative;
    
    padding: 8vw;
    box-shadow: 0 10px 20px rgb(40,40,40);


}
.image1 :hover{
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.image1{
    height: 100%;
    width: 100%;
    
    margin-bottom: 2vw;
}

.overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    background: black;
    cursor: pointer;

}

.content{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;

}

.img1-wrap:hover .overlay{
    opacity: 0.8;
}



.img1-wrap {
	position: relative;
	overflow: hidden;
  background-color: #020826;
	
}



.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter{
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: red;
  color: white;
}

.fa-linkedin {
  background: #0077b5;
  color: white;
}
\firstpage.html

.fa-github {
  background:  #4078c0;
  color: white;
}



.social-symbol{
    align-items: center;
    /* margin-bottom: 4vw; */
    display: flex;
}


.button {
  background-color: #8c7851; /* Green */
  text-decoration-color: #fffffe;
  border: none;
  color: #8c7851;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 1vw;
  margin: 2vw;
}






/* footer */


form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.containers {
  padding: 20px;
  background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

.social{
  /* margin-left: 18vw; */
  margin-top: 2rem;
    /* position: relative; */
    display: flex;
    margin-bottom: 2rem;
    justify-content: space-evenly;
}

input[type=submit] {
  background-color: #020826;
  color: white;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}


.copyright{
  text-align: center;
  background-color: #020826;
  color: #f1f1f1;
}

.social{
  position:relative;
  display: flex;
}

.button:hover{
  color: #ffc0ad;
  background-color: #020826;
}








