@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');

::selection {
  background: var(--info-color); /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: var(--info-color); /* Gecko Browsers */
  color: white;
}

/* Admin Styles */
.accessdenied,
.incorrect,
.noaccountfound {
  background-color: #ffb9b9;
}
.loggedout {
  background-color: #bbffb9;
}
.passwordupdated,
.passwordreset {
  background-color: #ffe882;
}
#admin-grid {
  padding-top: 56px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: min-content auto min-content;
  grid-template-areas:
    "admin-nav"
    "main"
    "admin-footer";
  height: 100vh;
}
#admin-grid-2-top-bar {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: min-content min-content auto min-content;
  grid-template-areas:
    "admin-nav"
    "buttons"
    "main"
    "admin-footer";
  height: 100vh;
}
#sidebar {
  display: none;
  grid-area: sidebar;
  background-color: #484848;
  overflow-y: auto;
}
#buttons {
  background-color: #efefef;
  border-radius: 0.5rem;
  padding: 0.5rem;
  border: 1px solid rgb(206, 212, 218);
  margin-left: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
#main {
  grid-area: main;
  padding: 1rem;
  overflow-y: auto;
}
#admin-nav {
  grid-area: admin-nav;
}
#admin-footer {
  grid-area: admin-footer;
}

.nav-spacer{
  margin-top: 56px;
}

body{
  /* margin-top: 50px; */
  font-family: 'Arvo', serif!important;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.body-grow {
  flex-grow: 1;
}

/* MCE */
.mce-fullscreen {
  z-index: 1050 !important;
}

/* Carousel Logo placement */
.mini-logo {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 25%;
  z-index: 100;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.74);
}

/* General Stuff */
.vh-100{
  height: 100vh!important; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100)!important;
}
a {
  text-decoration: none;
}
.img-left {
  float: left;
  max-width: 50%;
  padding: 10px 10px 10px 0px;
  height: auto;
}
.img-right {
  float: right;
  max-width: 50%;
  padding: 10px 0px 10px 10px;
  height: auto;
}

/* Toasty! */
#liveToast.show{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1021;
}
.toast{
  width: 300px;
  margin-left: auto;
  margin-right: 5rem;
  margin-top: 5rem;
}

/* Gallery stuff */
.galpreview{
  overflow:hidden;
  height: 10rem;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}

/* Table stuff */
table.dataTable tbody td {
  vertical-align: middle;
}

/* Nav Stuff */

.nav-logo{
  align-self: normal;
  /* padding-top: .1rem; */
  max-height: 3.2rem;
}
.nav-logo img{
  max-height: 100%;
}
/* .logo-container {
  position: fixed;
  top: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}

.logo-box{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.logo-box a{
  z-index: 1050!important;
}

.logo-box img{
  max-width: 20%;
} */

.title-font {
  font-size: 3rem!important;
  text-align: center!important;
}

@media (min-width: 576px) {
  /* .logo-box {
    width: 540px;
  }
  .logo-box img{
    max-width: 30%;
  } */
  .title-font{
    font-size: 4rem!important;
    text-align: center!important;
  }
}

@media (min-width: 768px) {
  /* .logo-box {
    width: 720px;
  }
  .logo-box img{
    max-width: 60%;
  } */
  .title-font{
    font-size: 5rem!important;
    text-align: center!important;
  }
}
@media (min-width: 992px) {
  .nav-logo{
    align-self: normal;
    padding-top: .5rem; 
    max-height: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  /* .logo-box {
    width: 1140px;
  }
  .logo-box img{
    max-width: 100%;
  } */
  .title-font{
    font-size: 7rem!important;
    text-align: center!important;
  }
}

@media (min-width: 1400px) {
  /* .logo-box {
    width: 1320px;
  } */
  .title-font{
    font-size: 8rem!important;
    text-align: center!important;
  }
}
.nav-link {
  white-space:nowrap;
  font-size: 0.9rem;
}






/* Sidebar nav styling */
.sidebar-nav > a.list-group-item.list-group-item-action {
  background-color: #484848;
  border-color: #909090;
  color: white;
}

.sidebar-nav > a.list-group-item.list-group-item-action:focus,
.sidebar-nav > a.list-group-item.list-group-item-action:hover {
  background-color: #000000;
  border-color: #909090;
  color: white;
}
.sidebar-nav > a.list-group-item.list-group-item-action.active {
  background-color: #bbbbbb;
  color: black;
  border-color: #909090;
}

/* Testimonial stuff */
.testimonial-panel{
  width: 100%;
  min-height: 350px;
  background-color: #dddddd;
}
@media only screen and (max-width: 576px) {
  .testimonial-panel{
    min-height:600px;
  }
}
.testimonial-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.testimonial-overlay .blockquote{
  font-size: 22px;
  line-height: 1.67;
  color: black;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-overlay .blockquote-footer{
  font-size: 18px;
  line-height: 1.67;
  font-weight: bold;
}
.testimonial-overlay cite{
  font-style: normal;
}
.fade {
  transition: opacity 0.4s linear !important;
}
.show {
  opacity: 1!important;
}
.hide {
  opacity: 0!important;
}
@media (min-width: 768px) {
  #admin-grid {
    grid-template-columns: 12rem auto;
    grid-template-rows: min-content auto min-content;
    grid-template-areas:
      "admin-nav admin-nav"
      "sidebar main"
      "admin-footer admin-footer";
  }
  #admin-grid-2-top-bar {
    grid-template-columns: 12rem auto;
    grid-template-rows: min-content min-content auto min-content;
    grid-template-areas:
      "admin-nav admin-nav"
      "sidebar main"
      "admin-footer admin-footer";
  }
  #sidebar {
    display: grid;
    grid-template-rows: min-content auto min-content;
  }
}

.pad-bar {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-bg {
  width: 100%; 
  background-image: url('../images/AcleBridgeInn_RiversidePub_2.jpg'); 
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero-ol {
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-pad {
  padding: 75px 0px;
}
.bg-black {
  background-color: black;
}

.menu-img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}
.menu-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  width: 100%;
  padding: 1rem 2rem;
  border: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}
.menu-button:hover {
  background-color: var(--primary-hover-color);
  color: var(--info-color);
}
.bt-1 {
  border-top: 1px solid;
}
footer .bt-1 {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
footer p {
  margin: 0;
}
footer {
  color: white !important;
}
footer a.cfl {
  color: var(--footer-link-color);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
}
footer a.cfl:hover {
  color: var(--footer-link-hover-color);
}
footer a.cfl::after {
  content: '';
  position: absolute;
  background-color: var(--footer-link-color);
  display: block;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  border-radius: 100rem;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -ms-border-radius: 100rem;
  -o-border-radius: 100rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
footer a.cfl:hover::after {
  width: 100%;
}
footer h1 {
  font-size: 1.3rem;
}
footer h1.large {
  font-size: 4rem;
}
footer p.large {
  font-size: 1.6rem;
}