@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*font-family: 'Marcellus', serif;
font-family: 'Marcellus', serif;*/

body{
    background: #fbf4ef;
    padding-top: 80px;
    color: #351a22;
    font-family: 'Roboto', sans-serif !important;
}

.navbar-inverse {
    background-color: #4b242f;
    border-color: #4b242f;
}

.navbar-inverse .navbar-nav > li > a{
    color: #fff;
}

.carousel-control.left{
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}
.panel-default > .panel-heading {
    background-color: #4b242f;
}

.panel-body{
    min-height: 220px;
    background: #fff;
}

.panel{
    border: 0px;
}

h5, .h5 {
    line-height: 25px;
    text-align: justify;
    font-family: 'Marcellus', serif;
    font-weight: 300;
}

.panel-body p{
    line-height: 25px;
}

.page-header{
    text-transform: none;
    font-family: 'Marcellus', serif;
    color: #4b242f;
    margin: 40px 0 0px;
}

.navbar-inverse .navbar-nav > li > a, .dropdown-menu > li > a{
    font-family: 'Marcellus', serif;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: #ffe83d;
}

.navbar-nav > li > .dropdown-menu{
    background: #fbf4ef;
}
.dropdown-menu > li > a:hover{
    background: #4b242f;
    color: #ffe83d;
}

ul.uniqueness li{
    padding: 5px 0px;
}

.container-custom{
    min-height: 768px;
}

.footer-custom{
    text-align: center;
    padding: 0px;
}

.footer-custom .row{
    padding: 0px;
    margin: 0px;
}
a {
    color: #4b242f;
}

.btn-primary {
    background-color: #4b242f;
    border-color: #4b242f;
}

h4, .h4 {
    font-size: 18px;
    font-family: 'Marcellus', serif;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #ffe83d;
    background-color: #4b242f;
    border-color: #4b242f;
}
a:hover{
    color: #4b242f;
}

h3, .h3 {
    font-size: 24px;
    font-family: 'Marcellus', serif;
}

marquee center img{
    width: 100%;
}

.p-20{
    padding: 5px 30px;
}

.carousel-control .icon-next::before {
  content: '\203a';
  color: #4b242f;
  font-size: 75px;
}

.carousel-control .icon-prev::before {
  content: '\2039';
  color: #4b242f;
  font-size: 75px;
}