@font-face {
    font-family: 'MiFuente';
    src: url('fonts/FjallaOne.ttf');
}

body {
    font-family: 'MiFuente';
}

footer {
    font-size:smaller;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}   

.bg-brown {
    background-color: rgb(75, 47, 36);
}

.bg-image-full{
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 30% bottom 45%;
    background-size: cover;
    position: relative;
}

.bg-image-full::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.map {
    width:100%;
    height:400px;
    margin-bottom: -6px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	.map {
		height:250px;
	}
}