@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-Regular.eot');
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-Regular.woff2') format('woff2'),
         url('../fonts/BebasNeue-Regular.woff') format('woff'),
         url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #2caa90;
}

.home{
	font-family: 'BebasNeue';
}

.h-welcome{
	padding-top:0.5em;
	font-size:10em;
	color:white;
	line-height:1em;
}

.h-title{
	background-color:white;
	font-size:4em;
	color: #2caa90;
	margin-bottom:1em;
	box-shadow:-6px 10px 0px #1c7260;
}

.h-links{
	color:white;
	border:white double 5px;
	padding:40px 40px 20px 45px;
	margin-top:-30px;
}

.h-links a{
	color:#2c45aa;
	text-decoration:none;
}

.h-contact{
	margin-top:-100px;
	font-size:1.3em;
	display:flex;
	justify-content: center;
}

.home h1{
	font-size:3em;
	color:#1c7260;
}

.home h2{
	margin-left:20px;
	padding-left:5px;
	background:white;
	color:#2caa90;
	width:95px;
}

.h-bottom a{
	background-color:white;
	border:white solid 1px;
	padding:5px 5px 5px 5px;
	font-size:2em;
	color:#2caa90;
	text-decoration:none;
	box-shadow:-6px 6px 0px #1c7260;
	margin-bottom:80px;
}
.h-bottom a:hover .fa-chevron-right{
	animation: vibrateRight 1s;
	animation-iteration-count: infinite;
}

@keyframes vibrateRight {
	0%{
		transform: translateX(0px);
	}
	50%{
		transform: translateX(4px);
	}
	100%{
		transform: translateX(0px);
	}
}

.fa-chevron-down{
	font-size:3em;
	margin-bottom:60px;
	color:white;
	animation: vibrateDown 2s;
	animation-iteration-count: infinite;
}

@keyframes vibrateDown {
	0%{
		transform: translateY(0px);
	}
	50%{
		transform: translateY(10px);
	}
	100%{
		transform: translateY(0px);
	}
}

.profil{
	font-family: 'BebasNeue';
	color:white;
}

.profil a{
	color:#2c45aa;
}

.profil h2{
	text-align:center;
	font-size:5em;
	margin-bottom:50px;
}

.profil h3{
	font-size:3em;
	position:absolute;
	top:-40px;
	left:5%;
	background-color: white;
	color: #2caa90;
	padding-left:5px;
	padding-right:5px;
}
.profil h4{
	font-size:2em;
}

.profil ul{
	list-style-type:none;
}

.pr-desc{
	text-align:center;
	font-size:1.3em;
	margin-bottom:100px;
}

.pr-competence{
	border:white double 5px;
	padding:40px 40px 20px 45px;
	font-size:1.2em;
	margin-bottom:100px;
}

.progress-bar{
	background-color:#1c7260;
}

.portfolio{
	font-family: 'BebasNeue';
}

.portfolio h2{
	text-align:center;
	font-size:5em;
	color:white;
	margin-bottom:100px;
}

.portfolio h3{
	color:white;
	font-size:2.5em;
	text-align:center;
}

.p-project{
	margin-bottom:100px;
	position:relative;
}

.card{
	background:#1c7260;
}

.p-description{
	color:white;
}
.p-project button{
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

.p-project img{
	border-bottom:solid 4px #145934;
	filter:grayscale(100%);
	max-width:100%;
}

.p-project:hover img{
	transition:0.8s;
	filter:grayscale(0%);
}

.p-project .weblink{
	background-color: white;
	padding:4px 4px 4px 4px;
	font-size:1.5em;
	position:absolute;
	top:85%;
	left:5%;
	text-decoration:none;
	color:#2caa90;
}

.p-project .weblink:hover .fa-chevron-right{
	animation: vibrateRight 1s;
	animation-iteration-count: infinite;
}

.p-description ul{
	font-size:1.4em;
	list-style-type:none;
	padding-top:10px;
	padding-left:5%;
}

.tags{
	color:white;
	font-size:1.5em;
	list-style-type:none;
	display:flex;
	position:absolute;
	top:90%;
	right:5%;

}

.tags li{
	background:white;
	margin-right:20px;
	padding-left:5px;
	padding-right:5px;
	color:#2caa90;
}

@media screen and (max-width:1025px){

	.h-welcome{
		font-size:8em;
	}

	.home .h-title{
		font-size:2em;
		margin-bottom:100px;
	}

	.h-contact{
		font-size-adjust:0.6;
	}

	.profil h2,.pr-desc{
		margin-bottom:40px;
	}

	.tags{
		top:94%;
	}

}

@media screen and (max-width:769px){

	.h-contact{
		margin-top:10px;
		margin-bottom:30px;
	}
	.profil h2{
		margin-bottom:20px;
	}
	.pr-desc{
		margin-bottom:80px;
	}

}

@media screen and (max-width:767px){
	.h-welcome{
		font-size:4em;
	}
	.home .h-title{
		font-size:1.5em;
		margin-bottom:30px;
	}
	.home a{
		margin-bottom:20px;
	}
	.pr-desc{
		font-size:1.2em;
	}
	.tags{
		font-size:1.2em;
		left:-10%;
	}
	.p-project{
		margin-bottom:80px;
	}
	.p-project .weblink{
		top:110%;
	}
	.portfolio h2{
		margin-bottom:20px;
	}

}