/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
body {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.46;
    color: #38383B;
}

a {
    color: #5d2020;
    text-decoration: none;
    font-weight: 700;
}

a:focus {
    color: #707942;
    text-decoration: none;
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #5D2020;
}

.navbar-default {
    background-color: #FFF;
    border-bottom: 3px solid #850000;
    padding:5px;
}

.navbar-default .navbar-nav > li > a {
    /*color: #850000;*/
    color: #707942;
    font-weight: 600;
    font-size: 20px;
    font-variant: small-caps;
    transition: 300ms;
    text-decoration: underline 1px transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #d2971e; 
    text-decoration: underline #850000 5px;
    transition: all 0.3s ease-out;
}

.navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ccc;
    }


.navbar-default .navbar-nav > .active > a {
    color: #555;
    background-color: #E4C078!important;
    border-radius: 8px;
    text-decoration: underline #850000 5px;
}

.region-footer .nav > li > a:hover, .region-footer .nav > li > a:focus {
    text-decoration: none;
    background-color: #e5d7d5;
    border-radius: 8px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    background-color: #707942;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #FFFFFF;
}

.search-block-form {
	float: right;
	width: 250px;
	position: relative;
	z-index: 2;
}

.page-header {
	text-align: center;
	background-color: #5D2020;
	color: #ffffff;
	padding: 30px;
	border-radius: 8px;
	text-transform: uppercase;
/*	border: #5D2020 1px solid;*/
}

.accordian {
	font-size: 24px;
	color: #5D2020;
}

#block-languageswitcher li {
	list-style-type: none;
}

#block-languageswitcher {
	float: right;
}

.dropdown-menu > li > a:hover, .dropdown-menu > a:focus, .dropdown-menu > .active > a {
    color: #fff!impportant;
    text-decoration: none;
    background-color: #5D2020!important;
    outline: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FFFFFF;
    }

.btn-styled {
	padding: 8px 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
	background-color: #5D2020;
	color: #ffffff !important;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	border-radius: 8px;
}

.btn-styled:hover {
	padding: 8px 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #5D2020 !important;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid #5D2020;
	font-weight: 600;
	border-radius: 8px;
}
