body{
    
    font-family: 'Times New Roman', Times, serif;
    /* width:100% */
    overflow-x: hidden;
}

/* Header Starts */
#header{
    height: 60px;
    font-size: 22px;
    background-color: #43655A;
}

.home{
    font-family:inherit;
    font-weight:bold;
    font-size: 25px;
    margin-left: -8%;
    color: #dadde2 !important;;
}
.about{
    font-family:inherit;
    font-weight:bold;
    font-size: 25px;
    color:#DADDE2 !important;
    margin-left: 22%;
    /* position: absolute; */
}
.skills{
    font-family:inherit;
    font-weight:bold;
    font-size: 25px;
    margin-left: 30%;
    color:#DADDE2 !important;
}
.work{
    font-family:poppins;
    text-decoration: underline;
    font-size: 25px;
    text-align: center;
    font-weight: 900;
   margin-top: 12px;
  margin-bottom: 5px; 

    
    
}
.worknav{
  font-family:inherit;
  font-weight:bold;
  font-size: 25px;
  margin-left: 36%;
  color:#DADDE2 !important;
}
.contact{
    font-family:inherit;
    font-weight:bold;
    font-size: 25px;
    margin-left: 45%;
    color:#DADDE2 !important;
}
.name{
    position: relative;
    height: 700px;
    min-height: 500px;
    width: 100%;
    background:  url('images/dark.png') no-repeat top center;
    background-size: cover !important;
    background-size: cover !important;
    text-align: center;
    overflow: hidden;
 /* background-size: cover; */
}

.nameText{
    margin-left: 1%;
    margin-top: 8%;
    font-family: Poppins;
    font-size: 20px;
}
.nameText>h2{
    font-size: 60px;
    color:bisque
}
.nameText>p{
   color:#F0FCF8
}
/* About Me Div Starts */
#about{
    border: 2px solid #DADDE2;
    background-color:#DADDE2;
}

#about h2{
    text-align: center;
    color: #43655A;
    text-transform: uppercase;
    padding: 1%;
    margin-left: 35%;
}

#about p{
    font-size: 18px;
    color: #43655A;
    font-weight: bold;
    padding: 0% 6%;
    margin-left: 34%;
}
/* About Me Div Ends */
#skills{
    border: 2px solid #F0FCF8;
    background-color: #F0FCF8;
    margin-top: 0px;
    
}

#skills h2{
    text-align: center;
    color: #43655A;
    text-transform: uppercase;
    padding: 1%;
}

.skillicons{
    width:60px;
    height:95px;
    border-radius: 7%;
    margin: 0.3%;
    margin-bottom: 1%;
    margin-left:  2%;
    padding-top: 35px;
    
}



#sociallinks{
        border: 2px solid #F0FCF8;
        background-color: #F0FCF8;
        font-family: poppins;
        padding: 10px;
    }
#skills h3{
        text-align: center;
        color: #43655A;
        text-transform: uppercase;
        padding: 1%;
    }
    
#styles{
        
    color: blue;
    }  


#profileimg img{
    border: 0.5px solid #F0FCF8;
    float: left;
    height: 400;
    margin-left: 10%;
    
}
/* #contact{
    background: #191919;
padding-top: 90px;
    padding-bottom: 72px;
    overflow: hidden;
    color: white;
} */
.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.project{
height: 350x;
width: 100%;
margin-bottom: 5%;
background-color: #DADDE2;
}
* {box-sizing: border-box}
.arrow{

   
    
    margin-left: 0px;
    color: blanchedalmond;
    margin-top: 100px;
    size: 100px;
    display: block;
    height: 42px;
    width: 42px;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    border-radius: 100%;
}
/* Container needed to position the overlay. Adjust the width as needed */
.container {
    position: relative;
        width: 200px;
     
  
    
}
  /* Make the image to responsive*/
  .image {
    
    width: 280px;
    height: 300px;
    margin-left: 28px;
 
    margin: 2%
  }
  
  /* The overlay effect (full height and width) - lays on top of the container and over the image */
  .overlay {
    position: absolute;
   
    /* height: 300px;
    width: 300px; */
    opacity: 0;
    transition: .3s ease;
    
   
  }
  
  /* When you mouse over the container, fade in the overlay icon*/
  .container:hover .overlay {
    opacity: 1;
  }
  
  /* The icon inside the overlay is positioned in the middle vertically and horizontally */
  .icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  /* When you move the mouse over the icon, change color */
  i:hover {
    color: #eee;

  }
  * {
    box-sizing: border-box;
  }
  
  
  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }
  
  h1 {
    font-size: 50px;
    word-break: break-all;
  }
  
  .row {
    margin: 8px;
    background-color: orangered;
  }
  
  /* Add padding BETWEEN each column */
  .row,
  .row > .column {
    padding: 8px;
    
  }
  
  /* Create four equal columns that floats next to each other */
  .column {
    float: left;
    width: 25%;
  }
  
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-color:brown;
    border: 2px solid black;
    padding: 10px;
    height: 560px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 900px) {
    .column {
      width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
    }
  }
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50x; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
   
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
  }
  
  @keyframes zoom {
    from {transform:scale(0.8)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }
  .certifications{
    background-color:darkslategray;
    color:darkorange;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 210px;
    padding-top: 10px;
  }
 
.lightbox-on{
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-gap: 30px;
  
}

.content a{
text-decoration: none;
width: 200px;
  height: 200px;
  margin: 0 auto;
transition: transform .2s;

}
.content a:hover{
  opacity: 0.5;
  
  transform: scale(1.5,1.5);
}

.coffee{
  color:gray;
  text-align: center;
  font-family: poppins;
}
.download{
  
  font-size: 20px;
  font-family: poppins;
  


}
.download>p{
  position: relative;
  margin-top: 5%;
  margin-left: 13%;
  margin-bottom: 50px;
font-size: 30px;
text-decoration: underline;
color: #43655A;
display: inline-block
}
