﻿ .mycustombtn{
            background-color: white;
            color:darkblue;
            border-color:darkblue;
        }
 .smaller{
     font-size: 1rem;
 }

 .smallerHeader{
     font-size: 100% !important;
 }
 .customHeaderApps{
     background: url("../img/dusk1.png") top  center  no-repeat scroll !important;
     background-size:cover !important;
 }

 .mt-4{
     margin-top:3rem !important;
 }
  /*.customHeaderDMS{
     background: url("") bottom  left  no-repeat scroll !important;
     background-color: #305491 !important;
 }*/
 .slideanim {visibility:hidden;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
  }
   @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

  span.followus
    {
    color:white;
    display: block;
    font-weight: bold;
    margin: 0px auto;
    padding-left:1%;
    }
  span.copyright
    {
    display: block;
    color: white;
    line-height: 24px;
    font-weight: normal;
    padding-left:1%;
    }

