/*
1. General
**********************************************************************/
body {
	font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #000000;
    background-image: url("../../img/background.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #ffffff;
}

/*
2 Footer
********************************************************************/
 .footer {
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    color: #fff;
    background: #2B416D;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    color:#FFFFFF;
    text-decoration: none;
}

.footer a:hover, .footer a:focus{
    font-family: 'Nunito', sans-serif;
    font-size: calc(0.25em + 1vw);
    line-height: auto;
    text-decoration: none;
}