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

/* 
titles, subtitles, tabs, buttons, text (400)
font-family: 'McLaren', cursive;
*/

body {
  font-family: 'McLaren', cursive;
}

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

.on-cover-content {
  width: 100%;
}

#home_page_cover {
  text-align: center;
  background-color: #a02021;
  padding-top: 10px;
}
#home_page_cover .custom-logo {
  margin-bottom: 20px;
}
#home_page_cover .container {
  width: 100%;
  text-align: center;
}

#home_page_cover .guilford {
  background-image: url("../custom/guilford_college.jpg");
  background-size: cover;

}
#home_page_cover .uncg {
  background-image: url("../custom/uncg.jpg");
  background-size: cover;
}
#home_page_cover .cardinal {
  background-image: url("../custom/cardinal_crossing.jpg");
  background-size: cover;
}
#home_page_cover .pizza-truck-section{
  background-image: url("../custom/piza_truck_section.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
#home_page_cover .loc-box {
  /* max-width: 850px; */
  /* width: 100%; */
  height: 700px;
  margin-block: 20px;
  display: flex;
  flex: 1 1 0px;
  width: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pizza-truck-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 800px;
  width: 100%;
}
#home_page_cover .loc-box h1,
#home_page_cover .pizza-truck-section h1 {
  color: #fff;
}

#home_page_cover .custom-wrap {
  /* padding: 2% 10%; */
  max-width: 1700px;
  margin: 0 auto;
}

#home_page_cover .custom-wrap .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 7px 35px;
    text-transform: uppercase;
    background-color: #fba421;
    background: #fba421;
    border: 2px solid #fba421;
    color: #000;
    font-family: 'McLaren', cursive;
    font-size: 18px;
    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;
    border-radius: 5px;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 20px;
}
.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-decoration: none;
    background-color: #a02021;
    background: #a02021;
    border: 2px solid #a02021;
    color: #fff;
    opacity: 1;
}

.on-cover-content .locations-holder h2 {
  text-transform: uppercase;
  font-family: 'McLaren', cursive;
  font-size: 3.1em;
  color: #fff;
}

.on-cover-content .locations-holder a.custom-temp-btn {
  max-width: 100%;
}

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



@media (max-width: 768px) {
  #home_page_cover .loc-box h1 {
    font-size: 2em;
  }
  #home_page_cover .loc-box {
    margin-left: 20px;
    margin-right: 20px;
    flex: 1 1 100%;
  }
}