body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}

.section {
    margin: 0;
    width: 100%;
    padding: 50px 0 50px 0;
    display: block;
}

span {
    font-weight: 300;
    text-align: center;
    width: 100%;
    display: block;
}

#header {
    color: white;
    padding: 100px 0 100px 0;
}

#header canvas {
	background-color: #3175D6;
	position: absolute;
	width: 100%;
	/*height: 300px;*/
	top: 0;
	z-index: -1;
}

#header #title {
    font-size: 60px;
    line-height: 50%;
}

#header #subtitle {
    font-size: 35px;
}

#header #description {
    font-size: 21px;
    line-height: 350%;
}

#header #description span {
    display: inline;
    padding: 0 10px 0 10px;
}

#competences {
    background-color: #EFEFEF;
    color: black;
}

#resume {
    font-size: 15px;
	font-weight: 400;
	color: #444;
    margin-bottom: 50px;
    width: 768px;
    margin: 0px auto 60px auto;
}

.skill {
    display: block;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    width: 768px;
    height: 50px;
    margin: 10px auto 10px auto;
    background-color: #f9f9f9;
}

.skill div {
    height: 100%;
    float: left;
    line-height: 50px;
}

.skill .name {
    background-color: #3175D6;
    color: white;
    width: 150px;
    padding-left: 15px;
}

.skill .thumb {
    background-color: #275FAD;
    width: 50px;
}

.skill .info {
    padding-left: 15px;
}

#code {
    background-image: url(../imgs/svg/code.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

#engine {
    background-image: url(../imgs/svg/engine.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

#threed {
    background-image: url(../imgs/svg/3d.svg);
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

#web {
    background-image: url(../imgs/svg/web.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#art {
    background-image: url(../imgs/svg/art.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#lang {
    background-image: url(../imgs/svg/lang.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#downloadcv {
    display: block;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    width: 210px;
    height: 60px;
    margin: 15px auto 0px auto;
    background-color: #3175D6;
    color: white;
    transition: background-color 0.3s;
}

#downloadcv:hover {
    background-color: #275FAD;
    cursor: pointer;
}

#downloadcvimg {
    height: 60px;
    width: 60px;
    background-image: url(../imgs/svg/pdf.svg);
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

#bitbucketimg {
    height: 60px;
    width: 60px;
    background-image: url(../imgs/svg/bitbucket.svg);
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

#linkedinimg {
    height: 60px;
    width: 60px;
    background-image: url(../imgs/svg/linkedin.svg);
    background-size: 47px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

#downloadtxt {
    height: 60px;
    width: 150px;
    font-size: 14px;
    display: inline-block;
    float: left;
    line-height: 60px;
    text-align: center;
	color: white;
}

#realisations {
    background: url(../imgs/backgroundblur.png);
    background-size: cover;
	background-position: 50% 50%;
    color: white;
}

#realisations #title {
    font-size: 32px;
    margin-bottom: 50px;
}

.projects {
    margin: 0 auto 0 auto;
    max-width: 1420px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, 470px);
    justify-content: center;
}

.project {
    height: 250px;
    background-color: black;
    text-align: center;
    overflow: hidden;
}

.projectdescbackground {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
        height: 250px;
}

.project .name {
    margin: 0;
    margin-top: 204px;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 44px;
    font-size: 22px;
    font-weight: 300;
}

.project .info {
    display: table;
    width: 100%;
    height: calc(100% - 50px);
}

.project .info .inside {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.project a {
    color: white;
    text-decoration: none;
}

.project .button {
    min-width: 230px;
    height: 35px;
    line-height: 35px;
    background-color: #3175D6;
    font-weight: 300;
    margin: 15px auto 0 auto;
    /*border-radius: 3px;*/
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.project .button:hover {
    background-color: #275FAD;
    cursor: pointer;
}

#gcu3 {
    background: url(../imgs/gcu3.png);
    background-size: cover;
}

#garfieldkart2 {
    background: url(../imgs/gk2.png);
    background-size: cover;
}

#cosmicroyale {
    background: url(../imgs/cosmicroyale.png);
    background-size: cover;
}

#smurfskart {
    background: url(../imgs/smurfskart.png);
    background-size: cover;
}

#gcstradale {
    background: url(../imgs/gcstradale.png);
    background-size: cover;
}

#gcu2ultimate {
    background: url(../imgs/gcu2ultimate.png);
    background-size: cover;
}

#gcu2tracks {
    background: url(../imgs/gcu2tracks.png);
    background-size: cover;
}

#gcu2porsche {
    background: url(../imgs/gcu2porsche.png);
    background-size: cover;
}

#gcu2 {
    background: url(../imgs/gcu2.png);
    background-size: cover;
}

#f1m {
    background: url(../imgs/f1m.png);
    background-size: cover;
}

#magicats {
    background: url(../imgs/magicats.png);
    background-size: cover;
}

#catchme {
    background: url(../imgs/catchme.png);
    background-size: cover;
}

#cubbix {
    background: url(../imgs/cubbix.png);
    background-size: cover;
}

#rush {
    background: url(../imgs/rush.png);
    background-size: cover;
}

#builder {
    background: url(../imgs/builder.png);
    background-size: cover;
}

#scarabrunes {
    background: url(../imgs/scarabrunes.png);
    background-size: cover;
}

#parkour {
    background: url(../imgs/parkour.png);
    background-size: cover;
}

#timeride {
    background: url(../imgs/timeride.png);
    background-size: cover;
}

#twodengine {
    background: url(../imgs/2dengine.png);
    background-size: cover;
}

#threedengine {
    background: url(../imgs/3dengine.png);
    background-size: cover;
}

#chivalrous {
    background: url(../imgs/chivalrous.png);
    background-size: cover;
}

#minorityrace {
    background: url(../imgs/minorityrace.png);
    background-size: cover;
}

#fever {
    background: url(../imgs/fever.png);
    background-size: cover;
}

#tracercpu {
    background: url(../imgs/darktracer_cpu.png);
    background-size: cover;
}

#tracergpu {
    background: url(../imgs/darktracer_gpu.png);
    background-size: cover;
}


#contact {
    background-color: #EFEFEF;
    color: black;
}

#contact #title, #competences #title {
    color: #3175D6;
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 50px;
}

#form {
    width: 512px;
    margin: auto;
}

#sended {
    width: 507px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    margin: auto;
    margin-bottom: 300px;
    background-color: #409a26;
    padding: 20px 5px 20px 5px;
    color: white;
    text-align: center;
    vertical-align: central;
    display: none;
}

#form textarea, #form input {
    width: 487px;
    height: 50px;
    background-color: #f9f9f9;
	border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    margin: 0;
    margin-top: 10px;
    padding: 0 15px 0 15px;
    line-height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
	resize: none;
}

#form textarea {
    height: 200px;
}

#form input[type=button] {
    width: 519px;
    background-color: #3175D6;
    transition: background-color 0.3s;
	color: white;
}

#form input[type=button]:hover {
    cursor: pointer;
    background-color: #275FAD;
}

#footer {
    background-color: #3C3C3B;
    padding: 0;
    margin: 0;
}

#footer span {
	width: 1280px;
	margin: 0 auto 0 auto;
    color: white;
    line-height: 45px;
    font-size: 18px;
}

#license, #footer span a {
	color: #AAA;
	font-size: 14px;
}

.errorform {
    height: 0px;
    width: 509px;
    color: white;
    background-color: red;
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
