body {
  margin: 0;
}

.form-control:focus {
box-shadow: none;
border-color: transparent;
}

#topBanner {
  background-color: #460813;
  height: auto;
  align-content: center;
}

#topBannerTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#topBannerRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
}

#topBannerRight a {
  color: white !important;
  font-size: 18px;
  padding: 5px;
  font-family: Franklin-Gothic Medium;
}

#search-container {
  margin-top: 5px;
}

#H_search {
padding: 10px;
padding-bottom: 5px;
}

@media (min-width: 992px) {
  #search-container > #H_Search {
    float: right;
  }
}

@media (max-width: 768px) {
  #topBannerTop {
    flex-direction: column;
    width: 90%;
  }
}

@media only screen (max-width: 600px) {
  #topBannerTop {
    flex-direction: column;
    max-width: 100%;
    margin: auto;
  }
}



#navbarSupportedContent.collapse.navbar-collapse {
justify-content: center;
background-color: #892032;
}

.navbar-nav > li > a {
color: #ffffff;
font-size: 25px;
font-family: Franklin Gothic Medium;
}
.navbar-nav:hover, .navbar-nav:focus {
text-decoration: underline;
text-decoration-color: #fff;
}

.navbar-nav > li.open > a {
color: #460813;
}

.nav-link:hover, .nav-link:focus {
 color: #fff;
}



.dropdown-menu > li > a {
font-size: 20px;
font-weight: bold;
color: #460813; 
}

.dropdown-item {
text-align: left;
}

#h_nav {
display: none;
}

.bg-light {
background-color: #892032 !important;
}

.navbar-toggler {
  background: white;
}


.dropdown-item.active,.dropdown-item:active {
background-color: none;
}


.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
background-color: #ffffff;
}


.dropdown-item:hover, .dropdown-item:focus {
background-color: #ffffff;
}

.navbar-nav > li.open > a {
background-color: #ffffff;
}

/*---Content Section-------*/

#contentSection {
padding-left: 0px;
padding-right: 0px;
}

@media (max-width: 600px) {
#ContainDiv {
max-width:100%;
}
}

#MyCarousel, .carousel, #contentSection {
    padding: 0 !important;
}

.btn-group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

.btn-group.flex-wrap > .button {
    background-color: #892032;
    color: white;
    font-family: Franklin Gothic Medium;
    width: 350px;
    min-height: 180px;
    margin: 50px;
    font-size: x-large;
    border-radius: 8px;
    border: none;
    box-shadow: 4px 8px black;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media (max-width: 600px) {
.btn-group.flex-wrap > .button {
font-size: x-large;
}
}

@media (max-width: 768px) {
  .btn-group {
    flex-direction: column;
    max-width: 100%;
}
}

@media (max-width: 600px) {
  .btn-group {
   flex-direction: row;
   max-width: 100%;
   font-size: 20px;
   align-items: center;
}
}

@media (max-width: 440px) {
.btn-group.flex-wrap > .button {
font-family: Franklin Gothic Medium;
font-size: large;
}
}


/*--------FOOTER-----------*/

.footerWrapper {
min-height: 250px;
background-color: #460813;
display: flex;
flex-direction: row;
justify-content: space-evenly;
gap: 100px;
align-items: flex-start;
color: #ffffff;
font-size: 20px;
border-top: 5px solid #460813;
border-bottom: 5px solid #460813;
min-height: 250px;
}

.itemF {
margin-top: 40px;
color: #ffffff;
}

.footerWrapper a {
color: #ffffff;
font-size: 20px;
}

.footerHeader {
font-weight: bold;
font-size: 22px;
}

@media(max-width: 990px) {
.footerWrapper {
min-height: 200px;
background-color: #460813;
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
align-items: flex-start;
color: #ffffff;
font-size: 17px;
align-items: center;
text-align: center;
}
}

@media(max-width: 600px) {
.footerWrapper {
min-height: 200px;
background-color: #460813;
display: flex;
flex-direction: column;
justify-content: center;
gap: 30px;
align-items: flex-start;
color: #ffffff;
font-size: 17px;
align-items: center;
text-align: center;
max-width: 100%;
margin-right: 0;
}
}

.footerItem {
margin-right: auto;
margin-left: auto;
text-align: center;
margin-bottom: 30px;
}

.footerCopyright {
   text-align: center;
   background-color: #460813;
   color: white;
   font-weight: bold;
   font-size: 25px;
}

/*--------End Footer------------ */


/*---- Contact Us Page ------*/

.card-header{
background: #892032;
}

.contactPhone {
display: none;
}

.contactPhone2 {
display: none;
}

.btn-primary {
color: #fff;
background-color: #892032;
border: none;
}

.btn-primary:hover {
color: #fff;
background-color: #460813;
border: none;
}