/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.02.2017, 23:22:41
    Author     : meatux
*/

body {
    padding-top: 50px;
    font-size: 2em;
}

/*@media (max-width: @screen-xs) {
    body{font-size: 1em;}
}

@media (max-width: @screen-sm) {
    body{font-size: 1em;}
}*/

.projects {
    background-color: #AEC8FF;
    min-height: 40em;
}

.team {
    background-color: #86ADFF;
    min-height: 40em;
}

.imprint {
    background-color: #AEC8FF;
    min-height: 40em;
}

.coding-language span {
    line-height: 24px;
}

.shadow {
    box-shadow: 0 4px 10px -6px black;
}