html {font-size: 16px;}

p, ul {
    font-size:1.25rem;
    color: #000000;
    }

h1 {
    font-size: 2rem;   
    color: #373d3f;
    font-weight: 500;
    text-align: center;
    }
    
h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #3d4246;
    text-align: center;
    } 
    
    

      
.lg-wht {
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    font-size: 3rem;   
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 .188rem #000000, 0 0 .313rem #333231;
    }
    
.same2red {
    font-size: 1.5rem;
    font-weight: 500;
    color: #e60000;
    text-align: center;
    }
    
.red {color: #e60000;}
 
.med-wht {
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    font-size: 2rem;   
    text-align: center;
    font-weight: 500;
    text-shadow: 0 0 .188rem #000000, 0 0 .313rem #333231;
    }
    
*.display-3 {
    color: #3d7a83;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 400;
    } 
    
*.display-4 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 3.3125rem;
    }
    
*.display-5 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 1.875rem;
    } 

.same2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #3d4246;
    text-align: center;
    }
         
.capt {
    font-size:1.125rem;
    color: #356a71;
    text-align: center;
    font-weight: 400;
    }
    
.downpd {padding-top: 5rem;}
     
.footer {
    background-color: #f0f0f0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    }
        	
.sm {
    font-size: 1rem;   
    color: #373d3f;
    font-weight: 400;
    }
    
.rdfnt {
    font-size:1.375rem;
    color: #cc0000;
	text-align: center;
	font-weight: 500;
	}
	
.left-bdr {
    border-top: 0rem; 
    border-right: 0rem;
    border-bottom: 0rem;
    border-left: 0.25rem solid #ffb700;
    padding:0.9375rem 1.5625rem 0.9375rem 1.5625rem;
    margin-left: 1.25rem;
    }
	
.leftbdr-no {
    border-top: 0rem; 
    border-right: 0rem;
    border-bottom: 0rem;
    border-left: 0rem;
    padding:0.9375rem 1.5625rem 0.9375rem 1.5625rem;
}
    
.card{
    color: #373d3f;
    font-size:1.25rem;
    background-color:#F5F5F5;
    }
    
.card-body-wht{
    background-color: #ffffff;
    border:0.063rem solid rgba(0,0,0,.125);
    text-align: center;
    }

.card:hover{
    box-shadow: 0.313rem 0rem 2.5rem  rgba(0,0,0, .2);
    }

.btn-primary {
    background-color: #a0a0a0 !important;
    color: #ffffff;
    border: none 0;
    }

.btn-primary:hover {
    background-color: #d3d3d3 !important;
    color: #000000;
    border: none 0;
    }

#btn-go-to-top {
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    }

#btn-go-to-top:hover {
    opacity: 0.7;
    border: none !important;
    outline: none !important;
    text-decoration: none !important;
    }
 
.shadow-nohover {
    background-color: #ffffff;
    padding: 0.625rem;
    box-shadow: 0rem .125rem .25rem -.063rem rgba(0, 0, 0, 0.2), 0rem .25rem .313rem 0rem rgba(0, 0, 0, 0.14), 0rem .063rem .625rem 0rem rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

a, a:link, a:active, a:hover { border:0rem !important;}

a {text-decoration:none !important;}
 
.navbar {
    margin-bottom: 2rem;
    border: 0 !important;
    }

.navbar li a, .navbar .navbar-brand {
    color: #000000 !important;
    }
    
.navbar-nav li a:hover {color: #000 !important;}

.navbar-nav li.active a {
color: #000 !important;
text-decoration: underline !important;
}

.navbar-default .navbar-toggle {border-color: transparent;}
 

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
    }

.dropdown:hover>.dropdown-menu {display: block;}

.open .dropdown-toggle {
    color: #247c7c;
    background-color: #fff !important; 
    }

.dropdown-menu li a {
    color: #000 !important;
    }
    

.dropdown-menu li a:hover {
    color: #000000 !important;
    }

ul.nav li.dropdown:hover ul.dropdown-menu { 
    display: block;
    }

div.dropdown-menu {
    margin-top: 0 !important;
    }

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: #000 !important;
    }

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
    background-color: #b8b8b8 !important;
    }
    
.dropdown-item.active, .dropdown-item:active  {
    color: #0f7769 !important;
    background-color: #fff !important;
    text-decoration: underline !important;
    }
    
.navbar-nav > li {
  font-size: 20px;
  }
.dropdown-menu {
    font-size: 20px;
  }
  
.disabled {
font-size: 16px;
    color: red !important;
    padding-left: 1rem;
    }
    


