#body{
	background-color: #fcfad4;
	color: #801819 !important;
}
.top{
	background-image: url("../img/top-bg.jpg");
  background-repeat: repeat;
  padding:53px;
}
.top2{
	background-image: url("../img/top-2.jpg");
  background-repeat: repeat-x;
  padding:42px;
  margin-top: -20px;
}
.top1{
	background-image: url("../img/top-2.jpg");
  background-repeat: repeat-x;
  padding:42px;
}
.topbg{
	background: #7e1718;
	padding: 10px;
}
.toptext{
	color: #fcfad4;
	font-size: 17px;
}
img{
	width: 100%;
}
.logo{
	margin-top: -20px;
}
h4 {
    font-size: 24px !important;
    color: #fcfad4 !important;
    text-align: center !important;
}
h5 {
    font-size: 50px !important;
    color: #801819 !important;
	font-family: 'Italianno', cursive !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #80181926 !important;
	font-size: 16px;
}

tr:hover
 {background-color:#f5f3c9 !important; }
 
hr{
  border-top: 1px solid #7e1718 !important;
}
.title2 th{
	font-family: 'Righteous', cursive;
	font-size: 20px !important;
	font-weight: 400;
	color: #801819 !important;
}
.h6, h6 {
    font-size: 27px !important;
    text-align: center;
    font-family: 'Philosopher', sans-serif !important;
	color: #801819 !important;
	text-transform: capitalize;
	padding-bottom: 26px;
}
.aboutfont{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
    color: #801819;
    font-weight: 600;
    line-height: 26px;
}
.arrow{
	width: 20%;
    padding-top: 30px;
}
.navbar-inverse {
    background-color: #801819 !important;
    border-color: #801819 !important;
}
@media (min-width: 768px){
.navbar {
    border-radius: 1px !important;
}
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #942829 !important;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #942829 !important;
	
}
.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
        display: block;
    }
	
	.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fdfbd5 !important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:hover
{
	background-color: #80181942 !important;
	
}
.navbar-inverse .navbar-nav>li>a {
    color: #fdfbd5 !important;
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 17px;
    font-weight: bold;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600 !important;
    line-height: 1.42857143;
    color: #801819 !important;
    white-space: nowrap;
    padding: 10px 15px 10px 10px !important;
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 17px;
}
.contact-list li i {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    color: #801819;
	
}
.contact-list {
    list-style: none;
    padding: 10px;
}
#box2 {
    border: 1px solid #801819;
    border-radius: 5px;
    box-shadow: 0 0 20px #801819 inset;
    margin: 5px 0 10px;
    min-height: 80px;
    padding: 25px;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form textarea {
    border: 1px solid #90bf3f;
    background: #fbf9df;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #a1b1bc;
    padding: 10px 20px 11px;
    outline: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #801819 !important;
}

.watermarked {
  position: relative;
}

.watermarked:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/name.png");
  background-size: 220px 30px;
  background-position: 70px 180px;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.btn-success{
	background: #801819 !important;
	margin-top: 15px;
}