@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;
   }
 .padtop
   {
     padding-top: 5rem;
   }
   .btn
   {
       color: #151e2f ;
       background-color: white;
   }
   .btn:hover
   {
       color: #151e2f ;
       background-color: #871535;
   }
.bg
 { 
     background-color: #151e2f ;
 }
 .bgt
 { 
     background-color: rgba(148, 14, 45, .6);
     
 }
footer
 {
     background-color: #151e2f ;
     
 }
 
 footer ul
  {
      list-style: none;
      margin: 0;
      padding: 0;
      color: white;

 }
 footer .btn 
 {
    color: #151e2f ;
    background-color: #Fff;
    
 }
 footer i :hover
 {
     color: #871535;
 }
 footer .btn:hover
 {
    background-color: #871535;
    color: #fff;
 }
 footer a
 {
     color: white;
 }
 footer a :hover
 {
     color:#871535;

 }
  /*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 }}



 form.CUS input.subject { display: none; }
.d-none{display: none !important;}
