/* Enter Your Custom CSS Here */

/* Begin Hide Page Titles by Certain Pages */
/* About Page */
body.page-id-351 .entry-header {visibility: hidden;}
body.page-id-351 .entry-header .entry-title:before {content: '';														
  visibility:visible; 
} 

/* End Hide Page Titles by Certain Pages */


/* Begin change height of hero slider */
#home-hero, .hero-slider .slick-slide { height: auto;
}
/* End change height of hero slider */


/* Begin add spacing to project tiles */
#mt-projects > .grid > [class*="col-"] { padding: 15px !important; }
/* End add spacing to project tiles */

/* Begin Picture boxes with text hover for home page */
.photo-grid {
	margin: 1em auto;
	max-width: 1106px;
	text-align: center;
}

.photo-grid li {
	border: 5px solid white;
	display: inline-block;
	margin: 1em;
	width: 289px;
}

.photo-grid img {
	display: block;
	height: auto;
	max-width: 100%;
}

.photo-grid figure {
	height: 285px;
	overflow: hidden;
	position: relative;
	width: 289px;
}

.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.photo-grid figcaption p {
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -15px;
	width: 289px;
	vertical-align: middle;
}

/* BELOW Add Image Zoom */

.photo-grid img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}

.photo-grid li:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

/* BELOW Changes opacity of figcaption */

.photo-grid li:hover figcaption {
	opacity: 1;
}

/* BELOW Fades text of caption in */

.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}
/* End Picture boxes with text hover for home page */

/* Start Four image containers */
.fourcirc {
  float: left;
  width: 25%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
/* End Four image containers */

/* START 3 Videos */
.myvideos {
   
}

.threedivs {
   float: left;
   width: 33%;
   min-width: 0px;
   margin: 3% 0%;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
/* END 3 Videos */

/* START Center wp video */
.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	  border: solid;
}
/* END Center wp video */

/* MSU Code below */
.project-box {
		height: 250px;
}

.attachment-team-thumb {
		max-height: 155px;
		width: 150px;
}

.main-navigation a {
		font-size:16px;
}

.site-title a {
    color: #ffffff;
    font-size: 30px;
    line-height: 54px;
}

.secondary-header {
    display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #f5f5f5;
    background: white;
    height: 48px;
    width: 50px;
    border-radius: 0px;
    margin: -10px;
}

i.fa.fa-bars {
    font-size: 23px;
}

.site-footer {
    background: none;
    font-size: 14px;
    padding: 0;
}


/* test Code below */
figure3 {
    display: inline-block;
}