@font-face {
    font-family: 'lato-regular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-black';
    src: url('fonts/Lato-Black.ttf') format('truetype');
}
p{ font-family: lato-black !important;}
.article{
    font-size: 16px;
    background-color: #f5f5f5;
    font-family: lato-black !important;
    padding: 1em;
    text-align: left !important;
}
.full{width:100%}
.mt-2{
	margin-top:2em;
}
.fb-btn{
	margin-top:0em !important;
}
.floor a{
	text-decoration:none
}
.floor button{
	
}
nav{overflow-y:auto}
.footer{}