@font-face {
	font-family: "dolce_vita";
	src: url('../dolce_vita/Dolce_Vita.ttf');
}

@font-face {
	font-family: "st_marie";
	src: url('../st_marie/stMarie-thin.otf');
}

/* body{
	background-color: #FE0000;
} */

.navbar-default{
	background-color: #ED1C24;
	border-color:#ED1C24;
}

.Contact a, .Contact a:focus, .Contact a:hover{
	color:#ED1C24;
}

a:focus, a:hover,a{
	color:white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: #ED1C24;
	color: black;
	border-radius: 0px;
}
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
}

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

.no-padding-left
{
	padding-left: 0;
}
.no-padding-right
{
	padding-right: 0;
}

header {
	font-family: "dolce_vita";
	text-align: center;
}

section {
	background-image: url(../../img/back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	background-attachment: scroll;
}

footer {
	margin-top:25px;
	font-family: "dolce_vita";
	text-align: center;
	text-decoration: none;
}

ul {
	list-style:none;
}

.span-error
{
	color: red;
}
