/* XXXXXXXXXXXXXXXXXXXXXXXX > COLORS */
.header-text-color {
  color: black;
}
r-border {
  border: 2px solid red;
  border-radius: 5px;
}
/* ########## A2Z> Logo shadow */
.logodesign {
  /*	padding: 1px;*/
  /*	background-color: red;*/
  -webkit-box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 1);
  box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 1);
  border-radius: 5px;
}
/* ########## A2Z> Signs language boxes */
.sign-language-box {
  padding: 0px;
  /*	background-color: red;*/
  margin: 5px;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 1);
  box-shadow: 0px 0px 15px 2px rgba(50, 50, 50, 1);
  /*	border-radius:5px;*/
}
/* ########## A2Z> Header blurb */
.header-blurb {
  background-color: rgba(255, 142, 0, 1.00);
  /*	font-weight: 600;*/
}
.header-blurb-text {
  font-weight: 800;
}

/* luncheon */
.header-blurb-text2 {
  font-weight: 800;
    font-size: 1.3em;
}

/* ########## A2Z> Outline around white section/container */
.section-border {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(10, 10, 10, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(10, 10, 10, 0.3);
}
.section-border-bak {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.9);
  box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.9);
}
/* ########## A2Z> Index.html */
.section-bg1 {
  background-color: rgba(254, 194, 9, 0.5);
}
.img1 {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.9);
  box-shadow: 0px 0px 10px 1px rgba(100, 100, 100, 0.9);
  border-radius: 10px;
}
/* ########## A2Z> FAQ.html */
.text-cashreward {
  text-shadow: 0px 0px 15px rgba(200, 200, 0, 0.3);
  font-weight: 800;
}
/* ########## A2Z> Mainheader.js */
.text-navbar-links {
  /*  color: rgba(0,0,146,1.00);*/
  /*  text-decoration: underline;*/
  font-weight: 700;
  color: rgba(0, 0, 0, 1.00);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.8) 0px 8px 16px -8px;
}
/*
@media (max-width: 1300px) {
  .text-navbar-links {
    font-size: 0.9em;
    font-weight: 800;
    margin-right: 15px !important;
    background: redX;
  }
}
*/
@media (min-width: 1300px) {
  .text-navbar-links {
    font-size: 1.0em;
    /*    font-weight: 800;*/
    margin-right: 50px !important;
    background: yellowX;
  }
}
@media (min-width: 1600px) {
  .text-navbar-links {
    font-size: 1.3em;
    margin-right: 60px !important;
    background: greenX;
  }
}
/* ########## A2Z> Metro Crime Solvers Links */
.text-place-name {
  /*
	z-index: 10 !important;
	background: rgba(255,255,255,1) !important;
*/
  font-size: 1.5em;
  font-weight: 100;
  box-shadow: 1px 1px 7px 1px #1C6EA4;
  border-radius: 10px;
  padding: 0px 5px 0px 5px;
}
.text-place-name-container {
  /*	z-index: 100 !important;*/
  background: rgba(255, 255, 200, 1) !important;
}
/* ########## A2Z> Call toll-free number blurb */
.text-call-tip-line {
  /*  font-size: 1.5em;*/
  font-weight: 600;
  /*  color: rgba(0, 0, 255, 1);*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
/* ########## A2Z> Go to top of page */
.gototop {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
  /*background: #f00;*/
}
.gototop a {
  background: #eee;
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 28px;
  font-size: 48px;
  color: #000;
  opacity: 0.2;
  border-radius: 5px;
}
.gototop a:hover, .gototop a:active {
  opacity: 1;
  background: #fff;
  color: #090;
  /*border-radius: 10px;*/
}
/* ########## A2Z> Navbar Items

display:inline-block;
text-align: center;
margin: 0 auto;

display: flex;
justify-content: center;
*/
.navbarli {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

/*AZ - image width of flyer on homepage*/
.homepage_img {
  max-width: 100%;
  height: auto;
}

}