/*
* Fat Duck fatduckgrill
* www.fatduckgrill.com
*
* Site design by Zoom Advertising
* www.zoomdigital.com
*
* Developer: mmrobinson
*
*/
/* SCSS imports */
/* Project Fonts */
@font-face {
  font-family: "FinkCasual";
  src: url("../fonts/Fink-Casual.AH.woff2") format("woff2"), url("../fonts/Fink-Casual.AH.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
/*@font-face {
	font-family: 'FinkCasual';
	src: url('../fonts/finkcasual.eot');
	src: url('../fonts/finkcasual.eot?#iefix') format('embedded-opentype'),url('../fonts/finkcasual.svg#finkcasual') format('svg'),url('../fonts/finkcasual.ttf');
	font-weight: 400;
	font-style: normal;
}*/
/* @end */
/* ====== SASS vars (in SCSS format) ====== */
/* colors */
/* fonts */
/* ====== Global styles ====== */
/* @group Global */
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  background: #ffffff url("../img/woodgrain-light.jpg") 0 0 repeat-y;
  background-size: 100% auto;
  padding-bottom: 0px;
}

em {
  font-style: italic;
}

strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
}

a,
a:visited,
a:link {
  color: #000000;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  transition-property: all 0.25s linear;
}

a:hover, a:focus {
  color: #ffcc00;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-family: "FinkCasual", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.small {
  font-size: 70%;
}

.blackBg {
  background-color: #000000;
}

.yellowBg {
  background-color: #ffee22;
}

.goldBg {
  background-color: #ffcc00;
}

.gold {
  color: #ffee22;
}

a.button, a.button:visited, a.button:link,
.button, .button:visited, .button:link,
a.btn, a.btn:visited, a.btn:link,
.btn, .btn:visited, .btn:link {
  display: inline-block;
  color: #000000;
  background-color: #ffcc00;
  border: 0;
  border-radius: 0;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.75rem;
  transition: all 0.25s linear;
}

a.button:hover, a.button:focus,
.button:hover, .button:focus,
a.btn:hover, a.btn:focus,
.btn:hover, .btn:focus {
  background-color: #ffee22;
}

#mainContent {
  margin-top: 90px;
  font-size: 1em;
  line-height: 2em;
}

.fullwidth {
  position: relative;
  width: 100%;
  padding: 3rem 0;
}

img.responsive {
  width: 100%;
  height: auto;
}

.sr-only {
  display: none;
}

/* sm only */
@media (max-width: 767px) {
  .break-sm {
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
}
/* sm only */
@media (max-width: 991px) {
  .break-md {
    display: block;
    width: 100%;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
  }
}
/* lg */
@media (min-width: 992px) {
  #mainContent {
    font-size: 1.125em;
    line-height: 2em;
    margin-top: 110px;
  }

  #introCopy h1 {
    font-size: 3rem;
  }
}
/* @end */
/* ====== Header Styles ====== */
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #000000 url("../img/woodgrain-dark.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  border-bottom: 6px solid #ffcc00;
}

#OLObutton {
  display: none;
}

#logo,
#logo:visited,
#logo:link {
  position: fixed;
  display: block;
  z-index: 1000;
  top: 1rem;
  left: 115px;
  width: 180px;
  height: 60px;
}

.bottlecap,
.bottlecap:visited,
.bottlecap:link {
  position: fixed;
  display: block;
  z-index: 1000;
  top: 0.5rem;
  left: 0.5rem;
  width: 100px;
  height: 100px;
}

#logo img,
.bottlecap img {
  width: 100%;
  height: auto;
}

/* xxs */
@media (max-width: 350px) {
  header .bottlecap,
header .bottlecap:visited,
header .bottlecap:link {
    display: none;
  }

  #logo,
#logo:visited,
#logo:link {
    left: 1rem;
  }
}
/* md */
@media (min-width: 768px) {
  header {
    height: 110px;
  }

  #logo,
#logo:visited,
#logo:link {
    top: 1.25rem;
    left: 160px;
    width: 220px;
    height: 60px;
  }

  .bottlecap,
.bottlecap:visited,
.bottlecap:link {
    width: 120px;
    height: 120px;
    top: 0.75rem;
    left: 2rem;
  }

  #OLObutton,
#OLObutton:visited,
#OLObutton:link {
    position: fixed;
    display: block;
    z-index: 1000;
    top: 1.625rem;
    right: 6.25rem;
    max-width: 200px;
    font-size: 2.25rem;
    line-height: 2.25rem;
    padding: 0.5rem 1rem 0.625rem 1rem;
  }
}
/* ====== Nav styles ====== */
#mainNav {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 238, 34, 0.8);
  margin-right: -100%;
  transition: margin-right 0.5s;
  -webkit-transition: margin-right 0.5s;
}

#mainNav.open {
  margin-right: 0;
}

#toggler {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 1.75rem;
  right: 1rem;
  width: 36px;
  height: 30px;
}

#toggler:hover {
  cursor: pointer;
}

/* for hamburger icon bars */
#toggler .icon-bar {
  display: block;
  width: 36px;
  height: 4px;
  margin: 6px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(0);
  transition: all linear 0.25s;
}

#toggler:hover .icon-bar {
  background-color: #ffcc00;
}

#toggler.open .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

#toggler.open .middle-bar {
  opacity: 0;
}

#toggler.open .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

#mainNav, #sideNav {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

#sideNav {
  padding: 1rem 0;
  list-style: none;
  list-style-type: none;
}

#sideNav li {
  position: relative;
  width: 100%;
  padding: 0;
}

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-menu-head,
.nav-link:visited,
.nav-menu-head:visited {
  font-family: "FinkCasual", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  color: #000000;
  padding: 0.25rem 1.5rem;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.nav-link:hover,
.nav-link:focus,
.nav-menu-head:hover,
.nav-menu-head:focus,
a:not([href]):not([tabindex]):hover {
  color: #333333;
  text-decoration: none;
}

.nav-item .goldBg {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin-left: 100%;
  transition: margin-left linear 0.25s;
}

.nav-item:hover .goldBg {
  margin-left: 0;
}

.sub-menu {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sub-menu li,
.active .sub-menu li {
  padding: 0;
}

@keyframes bounce {
  0% {
    padding: 0 6px;
  }
  60% {
    padding: 8px 6px;
  }
  100% {
    padding: 6px 6px;
  }
}
@keyframes slideOpen {
  0% {
    padding: 0 32px;
  }
  100% {
    padding: 8px 32px;
  }
}
.active .sub-menu {
  display: block;
}

.active .sub-menu .sub-item {
  display: inline-block;
  padding: 8px 32px;
  animation-name: slideOpen;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}

.toggle-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  background-size: 100% auto;
  background: transparent url(../svg/toggleArrow.svg) 0 0 no-repeat;
  transform: rotate(0deg);
  transition: transform 0.5s linear;
}

.active .toggle-arrow {
  transform: rotate(180deg);
}

.sub-item,
.sub-item:link,
.sub-item:visited {
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
}

.sub-item:hover,
.sub-item:focus {
  color: #333333;
}

/* xs */
@media (max-width: 575px) {
  .nav-link,
.nav-link:link,
.nav-link:visited,
.button,
.nav-menu-head,
.nav-link:visited,
.button:visited,
.nav-menu-head:visited[type=submit] {
    font-size: 1.875rem;
    padding: 0.25rem 0.5rem;
  }
}
/* md */
@media (min-width: 768px) {
  #mainNav {
    top: 110px;
    width: auto;
  }

  #sideNav {
    max-width: 460px;
  }

  .nav-item {
    padding: 1rem 2.5rem;
  }

  #headerIcon,
#headerIcon:visited,
#headerIcon:link {
    left: 2rem;
  }

  #toggler {
    top: 2.25rem;
    right: 2rem;
  }

  .sub-menu {
    font-size: 2rem;
    line-height: 2rem;
  }
}
/* lg */
/* ====== Footer Styles ====== */
footer {
  padding: 0 0 3rem 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #ffffff;
  background: #000000 url("../img/woodgrain-dark.jpg") 0 0 repeat-y;
  background-size: 100% auto;
  border-top: 6px solid #ffcc00;
}

footer .bottlecap,
footer .bottlecap:visited,
footer .bottlecap:link {
  position: relative;
  left: 50%;
  margin: -50px 0 1.5rem -50px;
}

.address,
.address:visited,
.address:link,
.phone-link,
.phone-link:visited,
.phone-link:link {
  color: #ffffff;
  transition: color linear 0.25s;
}

.address:hover,
.address:focus,
.phone-link:hover,
.phone-link:focus {
  color: #ffcc00;
}

.phone-link {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

.addressTitle .gold {
  color: #ffee22;
}

.socialmedia {
  display: block;
  list-style: none;
  list-style-type: none;
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 0px;
  text-align: center;
}

.socialicons {
  display: inline-block;
  margin: 0 6px;
}

.socialicons .socialicons a,
.socialicons a:visited,
.socialicons a:link {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.4325rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #ffcc00;
  text-align: center;
  transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
}

.socialicons a:hover,
.socialicons a:focus {
  background-color: #ffee22;
}

.cd-top, .js-cd-top {
  position: absolute;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(35, 31, 32, 0.25) url(../img/layout/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 50;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button becomes less visible */
  opacity: 0.5;
}

.cd-top:hover {
  background-color: rgba(35, 31, 32, 0.5);
  opacity: 1;
}

/* md */
@media (min-width: 768px) {
  footer .bottlecap,
footer .bottlecap:visited,
footer .bottlecap:link {
    margin: -60px 0 1.5rem -60px;
  }
}
/* ====== Home page Styles ====== */
#slideshow {
  padding: 0;
}

#addressBar {
  border-top: 6px solid #ffcc00;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  padding: 1.75rem 0;
}

#addressBar a,
#addressBar a:visited,
#addressBar a:link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: color 0.25s linear;
}

#addressBar a:hover,
#addressBar a:focus {
  color: #333333;
}

#addressBar .icon {
  display: inline-block;
  font-size: 1px;
  color: transparent;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

#fd-pin-icon {
  background-image: url("../svg/fd-pin-icon.svg");
}

#fd-phone-icon {
  background-image: url("../svg/fd-phone-icon.svg");
}

#onTap {
  width: 100%;
  padding: 100px 0;
  background: #000000 url("../img/homepage/taps2-sm.jpg") center center no-repeat;
  background-size: 100% auto;
}

#onTapInset {
  width: 100%;
  background-color: rgba(255, 238, 34, 0.8);
  padding: 2rem 0;
}

#onTapInset p {
  line-height: 1.25rem;
  margin: 0;
}

#onTapInset h2,
#onTapInset h3 {
  font-size: 2.5rem;
  margin: 0;
}

#onTapInset a,
#onTapInset a:visited,
#onTapInset a:link {
  font-weight: 800;
}

#onTapInset a:hover,
#onTapInset a:focus {
  color: #333333;
}

#dailySpecials {
  background-image: url("../img/fd-duck-10percent.png");
  background-size: 75% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#dailySpecials p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

#dailySpecials strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
}

.specialsNav {
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.375rem;
  list-style: none;
  list-style-type: none;
  display: block;
  margin: 1rem 0 2rem 0;
  padding: 0;
}

.specialsNav li {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.5rem 0;
  margin: 0 0.125rem;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.25s linear;
}

.specialsNav li.active {
  background-color: #ffcc00;
  transition: background-color 0.25s linear;
}

.specialsNav li:hover {
  background-color: #ffee22;
  cursor: pointer;
}

#dailySpecials .weekday {
  display: none;
}

#dailySpecials .weekday.open {
  display: flex;
}

/* sm */
@media (min-width: 576px) {
  #onTap {
    padding: 40px 0;
    background-image: url("../img/homepage/taps2.jpg");
  }
}
/* md */
@media (min-width: 768px) {
  #onTap {
    padding: 60px 0;
  }

  #addressBar {
    font-size: 2.5rem;
  }

  #addressBar .icon {
    height: 2.5rem;
    width: 2.5rem;
  }

  #onTapInset h2, #onTapInset h3 {
    font-size: 3rem;
  }

  #onTapInset p {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  .specialsNav {
    font-size: 2rem;
    line-height: 1.875rem;
  }

  .specialsNav li {
    height: 3rem;
    width: 3rem;
    padding: 0.5rem 0;
  }

  #dailySpecials h1 {
    font-size: 3rem;
  }

  #dailySpecials {
    background-size: 45% auto;
    background-position: 110% 60px;
  }
}
/* lg */
@media (min-width: 992px) {
  #onTap {
    padding: 120px 0;
  }
}
/* xl */
@media (min-width: 1200px) {
  #onTap {
    padding: 160px 0;
  }
}
/* ====== Page Header Styles ====== */
#masthead {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

#masthead img {
  width: 100%;
  height: auto;
}

#masthead h1 {
  position: absolute;
  display: block;
  z-index: 99;
  width: 100%;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  font-size: 3rem;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.75);
  margin-top: 25%;
}

#hoursSection img {
  width: 100%;
  height: auto;
}

#hoursSection h3 {
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 3rem;
  margin-bottom: 0;
}

#hoursSection p {
  font-size: 1.5rem;
  line-height: 2rem;
}

#hoursSection em {
  font-style: normal;
  font-size: 0.75rem;
}

#hoursSection a,
#hoursSection a:visited,
#hoursSection a:link {
  font-weight: 800;
  transition: color 0.25s linear;
}

#hoursSection a:hover,
#hoursSection a:focus {
  color: #333333;
}

#contactForm h2 {
  font-size: 2.5rem;
}

/* md */
@media (min-width: 768px) {
  #masthead h1 {
    font-size: 5rem;
    margin-top: 15%;
  }

  #contactForm h2 {
    font-size: 3rem;
  }
}
/* ====== Menus Styles ====== */
.submenu {
  display: block;
  width: 100%;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.submenu li {
  display: inline-block;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  padding: 0 1.5rem 0 2rem;
  margin: 0.25rem 0;
  border-left: 2px solid #000000;
}

.submenu li:first-child {
  border-left: none;
}

.submenu a,
.submenu a:visited,
.submenu a:link {
  color: #000000;
  transition: all 0.5s;
}

.submenu a:hover,
.submenu a:focus {
  color: #333333;
}

.submenu a.active,
.submenu a.active:visited,
.submenu a.active:link {
  color: #333333;
}

#menusNav {
  border-top: 6px solid #ffcc00;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
  padding: 1.75rem 0;
}

.menuSection {
  padding-bottom: 2rem;
}

.menuSubheader h2,
.menuSubheader p,
.menuItems h2,
.menuItems h3,
.menuItems h4,
.menuItems p {
  padding-bottom: 1rem;
}

.menuSubheader h2 {
  font-size: 2.5rem;
}

.menuSubheader p,
.menuItems p,
.borderBox p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.borderBox p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.menuItems strong,
.borderBox strong {
  font-size: 1.375rem;
  font-weight: 800;
}

.borderBox {
  border: 2px solid #ffee22;
  padding: 1rem;
}

.borderBox:empty {
  display: none;
}

.featureImage {
  width: 100%;
}

.featureImage img {
  width: 100%;
  height: auto;
}

.featureBackground {
  display: none;
}

/* xs */
@media (max-width: 575px) {
  .submenu li {
    border-left: none;
    width: 100%;
    padding: 0;
  }
}
/* sm
@media (min-width: 576px) {}
/* md */
@media (min-width: 768px) {
  .submenu {
    font-size: 3rem;
    line-height: 3rem;
  }

  #menusNav {
    font-size: 2.5rem;
  }

  .menuSubheader h2 {
    font-size: 3.75rem;
  }

  .featureBackgroundMobile {
    display: none;
  }

  .featureBackground {
    position: absolute;
    display: block;
  }

  .featureImage {
    position: relative;
    height: 260px;
    overflow-y: hidden;
  }
}
/* lg */
@media (min-width: 992px) {
  .featureImage {
    height: 340px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .submenu {
    font-size: 3rem;
    line-height: 3rem;
  }

  #menusNav {
    font-size: 2.5rem;
  }

  .menuSubheader h2 {
    font-size: 3.75rem;
  }

  .featureBackgroundMobile {
    display: none;
  }

  .featureImage {
    height: 400px;
  }
}
/* ====== Events styles ====== */
#eventsSection {
  padding: 0;
}

.altCopy h1 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
}

.dateNumber {
  float: left;
  margin: -1rem 1rem 0 0;
  font-family: "Bourbon", Helvetica, Arial, sans-serif;
  font-size: 8rem;
  line-height: 7.75rem;
}

.dayTime {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
}

/*
.altBlock:nth-child(1) {
    //padding-top:2rem;
	}
*/
.altBlock:nth-child(odd) {
  background-color: #ffee22;
}

.altBlock {
  width: 100%;
}

.altBlock img {
  width: 100%;
  height: auto;
}

.altCopy {
  padding: 2rem;
}

.altCopy a.button,
.altCopy a.button:visited,
.altCopy a.button:link,
.pageCopy a.buttn,
.pageCopy a.button:visited,
.pageCopy a.button:link {
  border-color: #ffcc00;
  transition: all 0.25s;
}

.altCopy a.button:hover,
.altCopy a.button:focus,
.pageCopy a.button:hover,
.pageCopy a.button:focus {
  color: #ffee22;
}

.altCopy a.button:empty {
  display: none;
}

.linkedButtons {
  margin-bottom: 1rem;
}

#recruiting {
  padding: 4rem 0;
}

/* standard Bootstrap breaks
/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md */
@media (min-width: 768px) {
  .altBlock {
    overflow: hidden;
  }

  .altCopy {
    width: 49.75%;
  }

  .altBlock img {
    width: 50%;
  }

  .altBlock:nth-child(odd) img {
    float: right;
  }

  .altBlock:nth-child(even) img {
    float: left;
  }

  .altBlock:nth-child(odd) .altCopy {
    float: left;
  }

  .altBlock:nth-child(even) .altCopy {
    float: right;
  }
}
/* md ONLY */
@media (min-width: 768px) and (max-width: 991px) {
  .altCopy p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
/* lg */
@media (min-width: 992px) {
  .altCopy {
    padding: 3rem;
  }

  .altCopy h2 {
    font-size: 2.5rem;
  }
}
/* xl */
@media (min-width: 1200px) {
  .altCopy {
    padding: 4rem;
  }
}
/* ====== Map Styles ====== */
#mapAddress p {
  margin: 2rem 0;
}

#mapAddress .phone-link {
  color: #ffee22;
}

#mapAddress .button {
  line-height: 1.125rem;
}

#googleMap {
  width: 100%;
  height: 280px;
}

/* lg */
@media (min-width: 992px) {
  #googleMap {
    height: 400px;
  }
}
/* ====== Form Styles ====== */
#contactForm {
  background-color: #ffee22;
}

.form-group input,
.form-group textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.form-group textarea {
  height: 180px;
}

.form-group .formtitles,
.form-control::placeholder {
  font-size: 0.875rem;
  color: #333333;
  text-transform: uppercase;
}

.userID {
  display: none;
}

input.button,
input.button:visited,
input.button:link {
  display: inline-block;
  color: #000000;
  background-color: #ffcc00;
  border: 0;
  border-radius: 0.25rem;
  line-height: 1.125rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.75rem;
  transition: all 0.25s linear;
}

input.button:hover,
input.button:focus {
  color: #000000;
  background-color: #ffee22;
}

input[type=submit] {
  margin-top: 1rem;
  text-align: right;
  float: right;
}

/* ====== Modal Styles ====== */
.modal-body {
  background-color: #ffcc00;
}

.modal-body .button {
  margin-top: 1rem;
}

.modal-header {
  background: #000000 url("../img/layout/modalBg.jpg") center center no-repeat;
  background-size: 100% auto;
  border: none;
}

.modal-header h2 {
  color: #ffffff;
  padding: 5rem 0 0 0;
  margin: 0;
}

#subscribeModal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent url("../svg/x-close.svg") center center no-repeat;
  background-size: 1.5rem 1.5rem;
}

/* standard Bootstrap breaks
/* xs
@media (max-width: 575px) {}
/* sm
@media (min-width: 576px) {}
/* md
@media (min-width: 768px) {}
/* lg
@media (min-width: 992px) {}
/* xl
@media (min-width: 1200px) {}
*/
