.hoverContainer .onHover {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
	background-color: transparent;
	font-size: 35px;
	font-weight: 600;
}
.hoverContainer > img {
    max-width:100%;
    max-height:100%;
    position:relative;
    background-color:#000;
    opacity:0.4;
}

.projectList{
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
}

.projectItem{
	position:relative;
	top:-10%;
	margin-bottom: .8%;
}


.banner_img{
	max-width: 100%;
}

.projectText{
	text-align: left;
	font-size: 16px;
	font-weight: 200;
	color: white;
}

.externalLink{
	font-weight: bold;
}

#scale_up{
	width: 100%;
}

.flexContainer {
	margin: 3% 10% 3% 15%;
    display: flex;
    width: 75%;
	color: white;
	font-size: 1.3vw;
	font-weight: 200;
}

.flexItemSmall {
    width: 30%;
}

.flexItemBig {
    width: 70%;	
}

.headline{
	font-weight: 700;
}

#vita{
	margin-top: 80px;
}

#skills{
	margin-top: 80px;
	font-weight: 700;
}

#skillList {
    max-width: 45%;
	font-weight: 200;


}


@media (max-width:768px){
	
	.hoverContainer .onHover {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
	background-color: transparent;
	font-size: 5vw;
	font-weight: 600;
}
.hoverContainer > img {
    max-width:100%;
    max-height:100%;
    position:relative;
    background-color:#000;
    opacity:0.4;
}

.projectList{
	margin-left: 0%;
	margin-right: 0%;
	position: relative;
}

.projectItem{
	position:relative;
	top:-10%;
	margin-bottom: .8%;
}


.banner_img{
	max-width: 100%;
}

.projectText{
	margin: 5%;
	text-align: left;
	font-size: 16px;
	font-weight: 200;
	color: white;
}
	
}