@font-face {
	font-family: 'Merriweather';
	src: url('../fonts/Merriweather-Regular.eot');
	src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Merriweather-Regular.woff2') format('woff2'),
		url('../fonts/Merriweather-Regular.woff') format('woff'),
		url('../fonts/Merriweather-Regular.ttf') format('truetype'),
		url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot');
	src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri.woff2') format('woff2'),
		url('../fonts/Calibri.woff') format('woff'),
		url('../fonts/Calibri.ttf') format('truetype'),
		url('../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Slabo';
	src: url('../fonts/Slabo.eot');
	src: url('../fonts/Slabo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Slabo.woff2') format('woff2'),
		url('../fonts/Slabo.woff') format('woff'),
		url('../fonts/Slabo.ttf') format('truetype'),
		url('../fonts/Slabo.svg#Slabo') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Calibri';
	background-color: #A00826;
	color: #636363 !important;
}
h1,h2,h3{
	font-family: 'Merriweather';
}
h4,h5,h6{
	font-family: 'Slabo';
}
input,textarea,button{
	font-family: 'Calibri';
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition:all 1s ease;
    transition: all 1s ease;
}

textarea{resize: none}
a,
a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition:all 1s ease;
    transition: all 1s ease;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}
/**/
footer{
	background-color: #443634 !important;
}


/**/
.navbar-inverse .navbar-toggler {
    border-color: rgba(255,255,255,.0);
}
.navbar-inverse .navbar-nav{
	border-top: thin dotted #000;
	border-bottom: thin dotted #000;
}
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.active{
    color: #fff !important;
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75) !important;
}
.navbar-inverse .navbar-nav .nav-link{
	border-left: thin solid #000;
	border-radius: 0;
}
.navbar-inverse .navbar-nav .nav-item:first-child .nav-link{border-left: none;}


.btn-primary:hover,
.btn-primary{
	background-color: #fff;
	color: #443634;
	border-color: #443634;
}
.btn-inverse{
	background-color: #C1BABA;
	color: #443634;
	border-color: #C1BABA;
}
/**/
footer .col-sm-6 > img{
	-webkit-filter: sepia(1);
	filter: sepia(1);
	
}

.sch-brown{color: #443634 !important}
.sch-red{color: #A00826 !important}

.bg-sch-brown{background-color: #443634 !important}
.bg-sch-red{background-color: #A00826 !important}

.sch-brown-1x{color: #C1BABA}
.bg-sch-brown-1x{background-color: #C1BABA}

.table tr td{border: thin solid #000; padding: 0}
.bg-grey1{background-color: #C6C6C6;}

:first-child.card-header{border-radius: 0;}
.list-group-item .media{border-bottom: thin dotted #443634;}
/**/
@media (max-width:768px) {
	.navbar-inverse .navbar-nav{
		border: none;
	}
	.navbar-inverse .navbar-nav .nav-link{
		border-left: none;
	}
}
/*@media (max-width:576px){
	.navbar-inverse .navbar-nav{
		border: none;
	}
	.navbar-inverse .navbar-nav .nav-link{
		border-left: none;
	}
}*/
