/*General Style*/
body {
  /*will need to reference "GothamNarrowBook" here*/
}
#ContainDiv {
  min-height: 550px;
}
.page-header,
#registerTypePanel {
  border-style: none;
}

.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #782f40;
  border-color: #782f40;
}

.panel-info {
  border-color: #782f40;
}

.ordering_enabled,
.add_another_course_button_enabled,
.crn_button,
.book_search_button {
  color: #782f40;
}

.btn-primary {
  color: #ffffff;
  background-color: #782f40;
  border-color: #782f40;
  margin-bottom: 15px;
}

.btn-primary:link,
.btn-primary:visited {
  color: #ffffff;
  background-color: #782f40;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active {
  color: #782f40;
  background-color: #ffa400 !important;
  border-color: #ffa400;
  opacity: 0.75;
}
#div_privacy,
#Server {
  display: none;
}

/*END General Style*/
/*******************************************************/

/*Colors for Reference:
Red - #782f40
Gold - #ffa400
Light Gray - #C4bfb6
Dark Gray - #776e64*/

/*******************************************************/
/*Hard Coded Pages*/
/*END Hard Coded Pages*/
/*******************************************************/

/*-----SHIPPING HEADER------*/
#shipping-header{
  background: #782f40;
  width: 100%;
  text-align: center;
  padding: 7px;
  color: white;
}

.bold{
  font-weight: 700;
}

/*END Top Bar*/
/*******************************************************/
/*Top Banner*/
#topBanner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0px 25px 0px;
}
/*Register, Login, and Cart*/
#miniNav {
  display: flex;
  gap: 30px;

  margin-right: 10%;
}
#miniNav a {
  color: #ffa400;
  font-size: 40px;
  transition: 0.5s;
}
#miniNav a:hover {
  color: #782f40;
  transition: 0.5s;
}
#logo {
  margin-left: 7%;
}
/*END Top Banner*/
/*******************************************************/
/*Main Nav*/
.navbar-default-bs5 {
  background-color: #782f40;
  border-bottom: 5px solid #ffa400;
  border-radius: 0px;
}
nav .nav-link {
  font-size: 18px !important;
  color: white !important;
}
nav .nav-link:hover {
  color: #ffa400 !important;
}
.navbar-collapse {
  justify-content: center;
}
.navbar {
  padding: 0px;
}
.collapse {
  border: none;
}
/*Large Screen Media Queries*/
@media (min-width: 767px) {
  .navbar {
    display: flex;
    justify-content: center;
  }
}
/*Small Screen Media Queries*/
@media (max-width: 768px) {
  #topBanner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #topBanner img {
    width: 94%;
  }
  #miniNav {
    margin: 0px;
  }
  #mainNav {
    text-align: center;
  }
}
/*END Main Nav*/
/*Slider*/
#carouselContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*END Slider*/
/*---------Custom Pages---------*/
.customPage {
  margin-bottom: 50px;
}
.header {
  text-align: center;
  font-size: 35px;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #782f40;
  font-weight: bold;
}
.subHeader {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #782f40;
  font-weight: bold;
}
hr {
  color: #ffa400;
  background-color: #ffa400;
  margin-top: 1em;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border: 0 none;
  height: 1px;
  display: block;
}

/*Footer*/
/*containers*/
#footer {
  display: flex;
  justify-content: center;
  gap: 10%;

  border-top: 10px solid #ffa400;
  padding: 20px;
  margin: 0px 0px 0px 0px;
  background-image: linear-gradient(#782f40, #471b25);
}
.footerSection {
  display: flex;
  flex-direction: column;
}
#socialLinks {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 30px;
}
/*font styling*/
#socialLinks a {
  font-size: 20px !important;
}

#footer a,
#footer p {
  color: white;
  font-size: 14px;
  margin: 0px;
}
.footerHeader {
  font-size: 17px !important;
  font-weight: bold;
  margin-bottom: 8px !important;
}
/*Small Screen Media Queries*/
@media (max-width: 768px) {
  #footer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .footerSection {
    align-items: center;
  }
}
/*END Footer*/
/*******************************************************/
#carouselContainer{
margin-bottom: 50px;
}