@import url('//fonts.googleapis.com/css2?family=Abel&display=swap');

/* 
Buttons (400)
font-family: 'Road Rage', cursive;
*/

h2 {
  font-family: Abel, sans-serif;
}

body {
  font-family: 'Abel', sans-serif;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content .section-wrapper .container img {
  margin: 0 auto 50px;
  max-width: 670px;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

#home_page_cover {
  background: linear-gradient(-45deg, #e29e2f 51.5%, #9babba 50%);
  background-image: url("https://static.spotapps.co/web/earlybirdbrunch--com/css/../custom/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.on-cover-content .locations-holder a.custom-temp-btn,
.text-holder-1 a.custom-temp-btn,
.accordions a.custom-temp-btn {
  padding: 6px 25px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  border: 2px solid #231F20;
  color: #231F20;
  font-family: 'Abel', sans-serif;
  font-size: 1.5em;
  box-shadow: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  min-width: 190px;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus,
.text-holder-1 a.custom-temp-btn:hover,
.text-holder-1 a.custom-temp-btn:focus,
.accordions a.custom-temp-btn:hover,
.accordions a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #231F20;
    background: #231F20;
    border: 2px solid #231F20;
    color: #FFF6E8;
    opacity: 1;
}

.on-cover-content .section-wrapper .locations-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 90%;
  margin-inline: auto;
}
.on-cover-content.content-center.animate-content .custom-temp-btn {
  font-size: 21px;
}
.text-holder,
.text-holder-1 {
  margin: 20px auto;
  max-width: 700px;
  color: #231F20;
  font-size: 24px;
}
.text-holder.text-holder-2 .custom-temp-btn {
  margin-top: 0;
}
.text-holder.text-holder-2 .panel a {
  margin-top: unset;
  padding: unset;
  background-color: unset;
  text-transform: unset;
}
.text-holder.text-holder-2 .panel {
  font-size: 0.8em;
}
.text-holder.text-holder-2 p b {
  font-size: 1.3em;
  color: #fff;
}

.text-holder-1 {
  text-align: center;
  background-color: #D17985;
  padding: 1em 0.5em 1.5em 0.5em;
}
.text-holder-1 p{
  margin: 0;
  color: #000;
}

.text-holder-1 .custom-br{
  display: block;
  height: 15px;
}
.on-cover-content .section-wrapper p {
  font-size: 1em;
}
.text-holder-1 a.custom-temp-btn {
  display: inline;
}
.text-holder-1-btn {
  width: 20%;
  margin: 0 auto;
  font-size: 21px;
}
.on-cover-content .section-wrapper .accordions .accordion {
  min-width: 190px;
}
.accordions .panel {
  padding: 0 18px;
  background-color: transparent;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border: none;
  margin: 25px auto;
}
.on-cover-content .accordions .panel img {
  max-width: 100%;
} 
.on-cover-content .accordions .accordion.active {
  background: #231F20;
  border: 2px solid #231F20;
  color: #FFF6E8;
}
.heading-logo {
  display: flex;
  align-items: center;
  overflow: auto;
  margin: 0 auto;
  width: 55%;
}
.heading-logo h2 {
  float: left;
  padding-right: 15px;
}
.on-cover-content .section-wrapper .container .text-holder-1 .heading-logo img {
  max-width: 227px;
  float: left;
  padding-right: 15px;
}
.on-cover-content .section-wrapper a.resume-submit-btn {
	background: transparent;
	border: none;
	color: #fff;
	text-transform: none;
	text-decoration: underline;
	padding: 0;
	margin: 0;
  font-size: 1.1em;
}

@media (max-width: 1200px) {
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn,
  .text-holder-1 a.custom-temp-btn,
  .on-cover-content .section-wrapper .accordions .accordion {
    min-width: 160px;
  }
  .heading-logo {
    width: 100%;
    justify-content: center;
    align-items: baseline
  }
  .on-cover-content .section-wrapper .container .text-holder-1 .heading-logo img {
    margin: 0;
  }
  .text-holder-1-btn {
    width: 50%;
  }
  .on-cover-content .section-wrapper .locations-holder {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .on-cover-content .section-wrapper .locations-holder  {
    flex-direction: column;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn,
  .text-holder-1 a.custom-temp-btn,
  .on-cover-content .section-wrapper .accordions .accordion {
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 300px;
  }

  .heading-logo {
    width: 100%;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .text-holder-1 a.custom-temp-btn {
    display: block;
    margin-top: 5px;
  }
  .heading-logo h2 {
    font-size: 27px;
  }
}