header.masthead{
	height: 45vh;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#projectsheading{
	padding-top: 10vh;
}
div.maincontainer{
	
}
div.mira-project{
	display: block;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 22rem;
    width: 20rem;
    border-radius: .25rem;
  
}
div.mira-project .project-img {
    width: 100%;
    height: 18rem;
    display: table;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-right-radius: .25rem;
     border-top-left-radius: .25rem;
     text-decoration: none;
}
div.project-title{
 height: 4rem;
 padding-top: .95rem;
 color: #3e4144;
 font-size: 1.25rem;
 text-transform: uppercase;
 font-family: 'Oswald', sans-serif;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.mira-project .project-img .icon{
	display: table-cell;
    vertical-align: middle;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: white;
    background: rgba(0, 0, 0, 0.4);
}
div.mira-project:hover{
	transform: scale(1.1);
}
div.mira-project .project-img:hover .icon{
	opacity: 1;
	
}
div.projectrow{
	margin-left: auto;
	margin-right: auto;
}

