@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,700;1,500&family=Roboto:wght@300;500;700&family=Rowdies:wght@300;400;700&display=swap');
body
{
  
    font-family: 'Roboto', sans-serif;
   }
a 
{
    color: white;
    text-decoration: none;
}

.bg 
{
    background-color:#4ABDAC;
}
h5
{
    color: black;
}
.btn
{
    background-color: #4ABDAC; 
    color: white;
    text-decoration: none;
}
.phone
{
    color: white;
    font-size: 20px;
}
.first
{
    padding-top: 140px;
}
.border-bottom
{
     color: #F7B733;
}
.btn:hover
{
    background-color: #F7B733;
    color: white;
}
.service div:hover
{
  background-color: #F7B733;
  color: white;
   
    

}
.border-primary
{
    color: #F7B733;
}
.about
{background-color: #EED6C4;margin-right: -80px;z-index: 1; }
.abou
 {background-color: #F7B733; z-index: 0;}

footer
 {
     background-color: #2a756a;
 }
 
 footer ul
  {
      list-style: none;
      margin: 0;
      padding: 0;
    color: #fff;

 }
 footer .btn
 {
    background-color: #F7B733;
    color: black;
 }
 footer .btn:hover
 {
    color: white;
     background-color: #4ABDAC;
 }
 footer a :hover
 {
     color: #4ABDAC;
     background-color: white;
 }
 /*marquee*/
 .marquee {width:100%;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;}
 .marquee:hover {animation-play-state: paused}
 /* Make it move */
 @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
   /*coupon*/
   a.lightbox img{height:auto;transition:.5s;margin-top:3rem;margin-bottom:3rem}
   .lightbox-target{position:fixed;top:0;left:0;width:100%;background:rgba(0,0,0,0.7);opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;overflow:hidden;z-index:2}
   .lightbox-target img{margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 8px rgba(0,0,0,0.7);box-sizing:border-box;transition:.5s ease-in-out}
   a.lightbox-close{width:100%;height:100%;position:absolute;transition:.5s ease-in-out;opacity:0;top:0;left:0}
   .lightbox-target:target{opacity:1;top:0;bottom:0}
   .lightbox-target:target img{max-height:100%;max-width:100%}
   .printable{position:relative;}