html
{
  height: 100%;
  font-size: 2.2vw;
} 
body  {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #2e2e2e;
  background-color: #fff;
}
.parallax-1 {
  background-image: url(../images/IMG_007.jpg);  
  height: 50%;
  width: 100%;
  padding: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-2 {
  background-image: url(../images/IMG_006.jpg);  
  height: 50%;
  width: 100%;
  padding: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-3 {
  background-image: url(../images/IMG_001.jpg);  
  height: 50%;
  width: 100%;
  padding: 0px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h1{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.2rem;
}
h2{
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.95rem;
}
h3{
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
h4{
  font-family: Impact, Charcoal, sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #f2f2f2;
}
h5{
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.95rem;
}
a:link, a:visited{
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #333; 
}
.spacer{
  padding: 30px;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  text-align: center;
  height: 40px; 
  width: 100%;
  background-color: #fff;
}
.footer {
  left: 0;
  bottom: 0;
  width: 100%; 
  height: 250px;
  background-color: #1a0000;
  color: #777;
  font-size: 0.5rem;
  text-align: center;
}
.appoint{
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: #fff;
  padding-right: 20%;
  font-weight: bold;
  font-size: 0.75rem;
}
.appoint-tel{
  width: 22%;
  float: right;
  background-color: #ccc;
  color: rgb(6, 108, 177);
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: #fff;
  padding: 2px;
  padding-right: 20%;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 3px;
}
.footer-content{
  margin: 0 auto;
  width: 70%;
  height: 100px;
}
.footer-content a {
 float: left;
 padding: 1px;
}
.flex-wrapper-1 {
  margin: 15px;
  background-color: #fff;
  border-radius: 5px; 
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
  background-image: linear-gradient(#3c6db4  50%, #49090a  100%, #49090a  99%);
}
.flex-wrapper-2 {
  margin: 15px;
  background-color: #fff;
  border-radius: 5px; 
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
  background-image: linear-gradient(#3c6db4  50%, #7793bd  99%);
}
.flex-row {
  display: flex;
  flex-direction: column;
}
.flex-row > div {
  padding: 1.25em;
  margin:0rem;
  color: #f6f6f6;
  width: 100%;
}
.flex-row img{
  width: 95%;
  margin-left: 2rem;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.flex-item-card {
  width: 28%;
  margin: 0.2rem;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
}
.flex-item-card:hover {
  transform: scale(1.03);
}
.flex-item-card img{
  border-radius: 5px;
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
  width: 65%;
}
.card-title{
  font-size: 0.8rem;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 0.1rem;
}
.card-text{
  font-size: 0.6rem;
  padding-left: 10px;
  padding-bottom: 15px;
}
.card-padding01{
  display: none;
}
.card-padding02{
  display: none;
}
.flex-item-location {
  display: flex;
  background: #fff;
  margin: 0.3rem;
  width: 30%;
  line-height: 100px;
  color: #2e2e2e;
  font-weight: bold;
  font-size: 1.10em;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.253) !important;
  transition: 0.3s;
  border-radius: 5px;
}
.flex-item-location:hover {
  transform: scale(1.03);
}
.flex-item-title{
  font-weight: bold;
  font-size: 0.55em;
}
.flex-item-txt {
  color: #f2f2f2;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.flex-item-footer img{
  display: flex;
  margin: 35px;
  width: 190px;
  text-align: center;
  justify-content: center;
}
.col{
  width: 100%
}
.siteInfo{
  padding-left: 50px;
}
.container-1{
  position: relative;
  width: 100%;
}
.container-1 img{
  width: 100%;
}
.logo-center{
  width: 180px;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.logo-footer-1{
  width: 100px;
}
.logo-footer{
  width: 280px;
}
.logo-left{
  display: none;
}
.header-menu .openbtn {
  display: none;
}
.header-menu .closebtn {
  display: none;
}
.header-menu{
  overflow: hidden;
  background-image: linear-gradient(#49090a, #1a0000);
  font-size: 0.55rem;
}
.header-menu a {
  margin: 5px;
  line-height:50px;
  color:#f2f2f2;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
  font-weight:bold;
}
.header-menu a:hover {
  color:#fff;
  background-color: #0b7dda;
  border-radius: 6px;
}
.header-menu a:hover:after { 
  width: 100%; 
  left: 0; 
}
.active {
  border-bottom: 3px solid #2196F3;
  border-radius: 3px;
}
.appoint-text {
  display: block;
  position: absolute;
  right: 26.6%;
  background: #fff;
  margin: 2px;
  width: 18%;
  line-height: 33px;
  font-weight: bold;
  font-size: 0.65em;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
}
.phone-num{
  margin-top: 0px;
  padding-bottom: 5px;
  width: 90%;
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
}
.phone-num a:link, a:visited{
  color: #fff;
  text-decoration: none;
}
/* Show responsive mobile menu option when screen size is less than below...*/
@media screen and (max-width: 1024px) {
.header-menu a { 
  display: none; 
  font-size: 2.0rem;
}
h1{
  font-size: 2.25rem;
  font-weight: bold;
}
.info-section-1{
  padding-top: 10rem;
  font-size: 0.9rem;
}
.info-section-1 .store-link{
  width: 4.0rem;
}
.info-section-2{
  padding-top: 1rem;
  font-size: 0.9rem;
  width: 55%;
}
 .header-menu a.openbtn {
  float: right;
  display: block;
}
.logo-left {
  position: absolute;
  display: block;
  z-index: 9999;
  width: 110px;
  top: 2%;
  left: 3%;
}
.logo-center{
  display: none;
}
.card-padding01{
  display: block;
}
.col{
  width: 100%;
}
.spacer{
  padding: 10px;
}
.footer {
  font-size: 0.7rem
}
.parallax-1 {
  display: none; 
}
.parallax-2 {
  display: none; 
}
.parallax-3 {
  display: none; 
}
.appoint-text {
  display: block;
  margin: auto;
  position: absolute;
  top: 15%; 
  left: 0; 
  right: 0;
  width: 35%;
  font-size: 1.55em;
} 
.logo-footer{
  width: 50px;
}
}
/* adjust the footer items on smaller Phones...*/
@media screen and (max-width: 400px) {
.header-menu.responsive a {
  font-size: 2.5rem;
}
.footer {
  font-size: 1.0rem
}
.logo-footer{
  width: 50px;
}
.flex-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-row img{
  margin-left: 0rem;
}
.card-padding01{
  display: block;
}
.card-padding02{
  display: block;
}
h2{
  font-size: 1.35rem;
}
h3{
  font-size: 1.2rem;
}
.appoint-text {
  position: absolute;
  left: 30%;
  background: #fff;
  width: 46%;
  margin: 0px;
  line-height: 40px;
  font-size: 1.6em;
}
.card-title{
  font-size: 1.5rem;
}
.card-text{
  font-size: 1.0rem;
}
}
/* adjust the footer items on max phone width...*/
@media screen and (max-width: 550px) {
.header-menu.responsive a {
  font-size: 2.5rem;
}
.footer {
  font-size: 1.0rem
}
.logo-footer{
  width: 50px;
}
.flex-row {
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-row img{
  margin-left: 0rem;
}
.card-padding01{
  display: block;
}
.card-padding02{
  display: none;
}
h2{
  font-size: 1.35rem;
}
h3{
  font-size: 1.2rem;
}
.appoint-text {
  position: absolute;
  left: 30%;
  background: #fff;
  width: 46%;
  margin: 0px;
  line-height: 40px;
  font-size: 1.6em;
}
.card-title{
  font-size: 1.5rem;
}
.card-text{
  font-size: 1.0rem;
}
}
/* Enable responsive menu when openbtn is clicked */
@media screen and (max-width: 1024px) {
.header-menu.responsive {position: relative; background-color: #0d0d0d;}
.header-menu.responsive a.openbtn {
  display: none;
}
.header-menu.responsive a.closebtn{ 
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.header-menu.responsive a {
  float: none;
  font-size: 2.0rem;
  display: block;
  text-align: center;
}
.active {
  border-bottom: 0px;
}
.header-menu.responsive .appoint-text {
   display: none;
} 
.logo-footer{
  width: 50px;
}
.flex-item-footer {
  margin: 10px;
}
.card-title{
  font-size: 1.5rem;
}
.card-text{
  font-size: 1.0rem;
}
}
/* adjust the footer items on laptops or screens within below...*/
@media only screen and (max-width: 1400px) and (min-width: 1024px){
.logo-footer{
  width: 50px;
}
.flex-item-footer {
 margin: 10px;
}
}
