/*
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 : 16.01.2018, 15:54:04
    Author     : Kalle
*/

body {
    margin-bottom: 80px;
    font-family: 'Barlow', sans-serif;
}

a, a:hover, a:active {
    color:#7b9a21;
}

.pb1 {
    margin-bottom:50px;
}

.logo {
    width: 100%;
    margin:50px 0 30px 0;
    text-align: center;
}

.logo img {
    width:170px;
    height:auto;
}

h1, h2 {
    font-size: 15pt;
}

.footer {
    width:100%;
    background-color:#edf1fa;
    padding-top:20px;
    padding-bottom: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    border-top:15px solid white;
    font-size: 15pt;
}