/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff8df;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #333;
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
  max-width: 42em;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


.imrlgo{
    padding: 20px 0 30px;
}
.imrlgo img{
    height: 100px;
}
.mnutxt{
    margin-bottom: 30px;
}
.mnutxt h4{
    font-size: 20px;
}
.mnutxt h2{
    font-family: 'Bellefair', serif;
    color: #872c1f;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}
.mnutxt h2 span{
    font-size: 25px;
}
.mnutxt h1{
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 24px;
}
.mnutxt h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 2.5px;
    background: #872c1f;
    bottom: -8px;
    left: 0;
}
.mnutxt p{
    text-align: justify;
    margin-bottom: 20px;
}

.mnutxt ul{
    padding: 0;
}
.mnutxt ul li{
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    transition: all 600ms ease;
}
.mnutxt ul li a{
    display: block;
    color: #872c1f;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    border-bottom: 1.5px solid #872c1f;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 600ms ease;
}
.mnutxt ul li a i{
    padding-right: 10px;
    font-size: 20px;
}
.mnutxt ul li a:hover{
    color: #b09b59;
    border-color: #b09b59;
}

.inpanobj {
    position: relative;
    outline: 10px solid #872c1f;
    outline-offset: -30px;
    margin: 0 0 30px 45px;
}
.inpanobj img {
    position: relative;
    z-index: 1;
    width: 100%;
}
.extlog{
    text-align: center;
}
.extlog img{
    max-width: 575px;
}
.mnutxt_bt a{
    display: inline-block;
    background: #b09b59;
    margin-bottom: 30px;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 600ms ease;
}
.mnutxt_bt a:hover{
    background: #872c1f;
}


@media only screen and (max-width: 991px){
    .mnutxt ul li{
        margin-right: 25px;
    }
    .inpanobj{
        margin: 0 0 30px 5px;
    }
    .mnutxt h2{
        font-size: 34px;
    }
    .mnutxt h4 {
        font-size: 19px;
    }
    .extlog img {
        max-width: 550px;
    }
}
@media only screen and (max-width: 767px){
    .mnutxt h2 {
        font-size: 30px;
    }
    .mnutxt h4 {
        font-size: 18px;
    }
    .inpanobj{
        margin: 0 0 30px 0px;
    }
    .imrlgo img {
        height: 90px;
    }
    .mnutxt h1{
        font-size: 20px;
    }
    .extlog img {
        max-width: 500px;
    }
}
@media only screen and (max-width: 767px){
    .extlog img {
        max-width: 100%;
    }
    .imrlgo {
        padding: 14px 0 30px;
    }
    .mnutxt h4 {
        font-size: 17px;
    }
    .mnutxt h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .mnutxt h1 {
        font-size: 19px;
    }
    .mnutxt h2 span {
        font-size: 20px;
    }
    .mnutxt h1:after{
        height: 1.5px;
    }
    .mnutxt_bt a{
        padding: 6px 12px;
    }
    .mnutxt ul li {
        margin-right: 14px;
    }
    .mnutxt ul li a{
        font-size: 15px;
        padding: 5px 0px;
    }
    .mnutxt ul li a i {
        padding-right: 4px;
        font-size: 17px;
    }
}