body{
	margin:0;
	padding:0;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.backgroundImage{
    background-image: url("../assets/images/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: inset 0 0 0 1000px rgba(3, 5, 5, 0.8);
    flex-wrap: wrap;
    margin-top:90px;
}
@media only screen and (max-width: 979px){
    .backgroundImage {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    }
}
.margin{
    margin: 40px auto;
}

.colorWhite{
    color: white !important;
    font-weight: bold;
    font-size: 20px;
}
.name{
    font-size: 35px !important;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.portfolio-item , .row{
    align-items: stretch;
}