@font-face {
	font-family: 'LuckiestGuy';
	src: url('/Content/fonts/luckiest_guy/LuckiestGuy-Regular.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'ArchitectsDaughter';
	src: url('/Content/fonts/architects_daughter/ArchitectsDaughter-Regular.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

.LuckiestGuy-100 {
    font-family: LuckiestGuy;
}
.ArchitectsDaughter-100 {
    font-family: ArchitectsDaughter;
}

.Link-gas-Rosso {
    font-family: Arial;
    color: #c00000;
    font-weight: normal;
}
.Link-gas-Rosso:hover {
    color: black;
    font-weight: normal;
}

.Link-gas-Nero {
    color: black;
    font-weight: normal;
}
.Link-gas-Nero:hover {
    color: black;
    font-weight: normal;
}

.Link-gas-Bianco {
    color: white;
    font-weight: normal;
}

.Link-gas-Bianco:hover {
    color: white;
    font-weight: normal;
}

.Link-gas-Blu {
    color: blue;
    font-weight: normal;
}
.Link-gas-Blu:hover {
    color: blue;
    font-weight: normal;
}

.titolo-eventi{
    margin-top:10px;
    color:black;
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
}
.alw-brown{
color: #936a4a;
}

.alw-title{
    font-size:1.4em;
    color: #936a4a;
}
.alw-white-text{
color:white;
}
/*
.bugada-brown{
    color: #936a4a;
}
*/
.bugada-brown{
    color: #5F2C09;
}

.bugada-title{
    font-size:2.3em;
    font-weight:bold;
}
/*
#75553B marrone
#F5D76B beige
*/
/*
new
beige #FFF9E7
marrone #5F2C09
*/

/*
body{
    background-color:#FFF9E7 !important;
}


.navbar-default {
    background-color: #5F2C09 !important;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: white !important;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555 !important;
    background-color: #FFF9E7 !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333 !important;
    background-color: transparent;
}
*/
