@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

html {
    border-top: solid 10px #04aeda;
    height: 100%;
}

body {
    margin-top: 40px;
    color: #4d4d4d;
    font-family: 'Roboto';
    font-size: 16px;
}

a {
    color: #04aeda;
}

h1 {
    color: #04aeda;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

i {
    color: white;
}

.logo {
    margin-bottom: 30px;
}

.portret {
    float: right;
    width: 40%;
    margin: 0 -50px 20px 20px;
}

#contactForm {
    background: #eee;
    padding: 25px;
    border-radius: 15px;
}

footer {
    padding: 30px;
    background: #4d4d4d;
    color: #ddd;
    margin-top: 100px;
}

footer a {
    color: #ddd;
}

footer a:hover {
    color: #fff;
}