header{justify-content:  center;}

body{
		background-color:#ffffff;
		color:#4d4d4a;
		margin:0;
		font-size:16px!important;
		line-height:1;
		color:#111;
		text-align:left;
		font-family: 'Oswald', sans-serif!important;
		font-family: 'Playfair Display', serif!important;
		font-family: 'Source Sans Pro', sans-serif!important;
		font-size:100%;
		font-weight:400;
		line-height:1.5;	
	}

h2 {
                 font-family: 'Forum',serif!important;
                 color:#4d1979;
                 letter-spacing:3px;
       }
dl {
  display: grid;
  grid-template-columns: max-content auto;
}

dt {
  grid-column-start: 1;
  font-weight: bold;
}
dt::after {
            content: ":";
        }
dd {
  grid-column-start: 2;
}

/* Start CSS for Interviews Page */
div.container-fluid {
    width: 100%;
}


div.gallery {
    border: 1px solid #ccc;
 }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
 }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
 }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

/* Start CSS for Meet the Team*/
  div.gallery-team img {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
 }


  .responsive-team {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
 }
  
  @media only screen and (max-width: 700px) {
    .responsive-team {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive-team {
      width: 100%;
    }
  }