

/* Include padding and border in total box size*/
* {
  box-sizing: border-box; 
  }

    .column-1 {
    font-size:1.4vw;  
    color: brown;
    padding-top: 0.4vw;
    padding-bottom:0.4vw;
    padding-left: 0.4vw;
    border-color: lightslategray; 
    border-style: solid;
    border-width:0.025vw;
    width: 100%;
    text-align:center;
    margin:0px
    
             }

  .header {
    padding-top: 0px;
    padding-left: 0.25vw;
    padding-bottom: 0px;
    width: 100%;
    /* border-top: solid; */
    border-style:solid;
    border-color: lightslategray;
    border-width:0.025vw;
    text-align: center;
    margin: 0px;
    color:brown;
    /* line-height: normal */
     }

    /* Create two equal columns that float next to each other */
 .column-2 {
   border-color: lightslategray; 
   border-style: solid; 
   float: left;
    text-align: left;
    width: 50%;
    height:35vw;
    margin-top:0px;
    background-color:whitesmoke;
    color:brown;
    font-size:1.3vw;
    
    }
   /* Large profile image */
.large-profile {
  width:50%;
  height: 35vw;
  background: url("../Me_office.JPG"); 
  background-size:cover;
  background-position:center; 
  }
 
  .column-2_H {
    border-color: lightslategray; 
    border-style: solid; 
    border-width:0.025vw;
    text-align:center;
    float: left;
     width: 50%;
     height: 35vw;
     margin-top:0px;
     margin-left:0px;
     margin-right:0px;
     margin-bottom:0.5vw;
          }
  .large-profile_H {
      text-align:center;
      width:50%;
      height: 35vw;
      /*border-color: lightslategray; 
      border-style: solid;
      border-bottom:solid; */
      }   

  /* Sizing for Project Containers */
.column-5 {
  border-color: lightslategray; 
   border-style: solid; 
   float: left;
  width: 20%;
  }
  .project-1 {
    background-color:bisque;
    background-size: cover;
    }
.project-2 {
    background-color:white;
    }
.project-3 {
    background-color:antiquewhite;
    }
.project-4 {
      background-color:azure;
      }   
.project-5 {
        background-color:blanchedalmond;
        }  
.project-text {
      text-align:center;
      font-size:1.3vw; 
      color:indigo;
            }
      
 .project-text1 {
        color:darkslategray;
        font-size:1.3vw;
        text-align:center;
          }
  .center {
            display: block;
            margin-left: auto;
            margin-right: auto;
            
          }

        img {
          border: 0.025vw solid  lightslategray;
          margin-top:0.5vw;
          margin-bottom:0.5vw
        }