@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body {
    font-size: 18px;
}

body.extraspace {
    margin-top: 212px;
    min-height: calc(100vh - 212px);
}

.btn {
    border-width: 1px;
    letter-spacing: 1px;
    border-radius: 5rem;
	font-family: 'Rufina', serif;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: inherit;
}

.navbar-brand img{
	height: 130px;
	-webkit-transition: all  ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.affix .navbar-brand img{
	height: 80px;
}

.affix .navbar-brand img {
    transform: scale(0.85) translateX(-10px);
}

.menu-principale {
	text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Rufina', serif;
}

.portfolio .label {
    width: calc(100% - 1rem);
    bottom: 1rem;
    right: 0;
    padding: .5rem;
    letter-spacing: 1px;
    font-size: 15px;
}