body, html {
  height: 100%;
  margin: 0;
  font-size: 16px;
}

p, ul, .samep {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:1.25rem;
    color: #424242;
    }
    
.highlight {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:1.25rem;
    color: #424242;
    text-align: center;
    }
        
.capt {
    font-family: Tahoma, Geneva, sans-serif;
    font-size:1rem;
    color: #424242;
    }

h1 { 
    font-family: 'Times New Roman', serif;
    font-weight: 300;
    color: #424242;
    font-size: 40px; 
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    } 
    
h2 { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 32px;
    text-align: left;
    }
    
h3 { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 34px;
    text-align: left; 
    }
    
.spcl {
    font-family: "Times New Roman", Georgia, serif;
    font-size: 2em;
    text-align: center; 
    }
    
.same2cntr { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 36px;
    margin: 0;
    text-align: center; 
    }
    

.sameh3cntr { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 34px;
    margin: 0;
    text-align: center; 
    }
    
.sm-title { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 30px;
    margin: 0;
    text-align: left; 
    }
    
    
.sm-author-quote { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 18px;
    text-align: left; 
    }
    
.sm-title-cntr { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 30px;
    margin: 0;
    text-align: center; 
    }
    
.smlr-title-cntr { 
    font-family: 'Times New Roman', serif;
    color: #424242;
    font-size: 24px;
    margin: 0;
    text-align: center; 
    }
    
.lgthin { 
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center; 
    font-weight: 300; 
    font-size: 2em; 
    color: #424242;   
    }
    
.lgthin-sm { 
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center; 
    font-weight: 400; 
    font-size: 1.5em; 
    color: #424242;   
    }
    
.lgthin-exsm { 
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center; 
    font-weight: 400; 
    font-size: 1.25em; 
    color: #424242;   
    }
    
.lgthin-lft { 
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left; 
    font-weight: 300; 
    font-size: 2em; 
    color: #424242;   
    }
   
.display-4 { 
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center; 
    font-weight: 300; 
    font-size: 2em; 
    color: #424242;   
    }   
       
.downpd {padding-top: 5rem;}

.downpd-10 {padding-top: 10rem;}

    
.card{
    font-family: Tahoma, Geneva, sans-serif;
    color: #000000; 
    font-size:1.25rem;
    background-color:#ebf1f6;/*blue*/
    padding: 1rem;
    }
    
.card-body-wht{
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #ffffff;
    border:0.063rem solid rgba(0,0,0,.125);
    text-align: center;
    }
    
.card-body-wht2{
    font-family: Tahoma, Geneva, sans-serif;
    font-size:1rem;
    background-color: #ffffff;
    border:0.04rem solid rgba(0,0,0,.125);
    text-align: left;
    }

.card:hover{
    box-shadow: 0.313rem 0rem 2.5rem  rgba(0,0,0, .2);
    }
  
.red {
    font-family: Tahoma, Geneva, sans-serif;
    color: red;
    }
    
.wht {
    font-family: Tahoma, Geneva, sans-serif;
    color: #ffffff;
    padding-left: 20px;
    }    

.sm {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1rem;   
    color: #ffffff;
    font-weight: 400;
    }
    
    
.sm-gld {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.25rem;   
    color: #9d853f;
    font-weight: 400;
    }
     
.sm-blu {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.25rem;   
    color: #5d90b8;
    font-weight: 400;
    }
    
.blu {
    font-family: Tahoma, Geneva, sans-serif;  
    color: #5d90b8;
    }
    
.lgewhite { 
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 800; 
    font-size: 5vw; 
    color: #fff;      
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
    padding-top:8%;   
    text-align: center !important; 
    }
 
.cntr {text-align: center}
 
.bgbge {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #f2f2f2 !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
    }


.list-group-item-lt {background-color: #f2f2f2;}

.shadow-nohover {
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    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);
    }
    
.shadow-nohover-lft {
    font-family: Tahoma, Geneva, sans-serif;
    text-align: left;
    background-color: #ffffff;
    padding: 1rem;
    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);
    }
    
.left-bdr {
    font-family: Tahoma, Geneva, sans-serif;
    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;
    }
            
a, a:link, a:active, a:hover {border:0rem !important;}

a {text-decoration:none !important;} 
    
.footer {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #070303 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    }
    
.btn-primary {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #a0a0a0 !important;
    color: #ffffff;
    border: none 0;
    }

.btn-primary:hover {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #d3d3d3 !important;
    color: #000000;
    border: none 0;
    }
    
    
.btn-blu {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #6495ed !important;
    color: #ffffff;
    border: none 0;
    }

.btn-blu:hover {
    font-family: Tahoma, Geneva, sans-serif;
    background-color: #b0c4de !important;
    color: #000000;
    border: none 0;
    }
    

#btn-go-to-top {
font-family: Tahoma, Geneva, sans-serif;
    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;
    }
 
a, a:link, a:active, a:hover {border:0rem !important;}

a {text-decoration:none !important;}




    

    
.navbar {
    margin-bottom: 2rem;
    border: 0 !important;
    background-color: #c8c8c8 !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-sm .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: 16px;
  }
.dropdown-menu {
    font-size: 16px;
  }
  
.disabled {
font-size: 16px;
    color: red !important;
    padding-left: 1rem;
    }
    
.card2{
border: 0px;
}

.total {
width: 100%;
background-color: #fff;}



	
.parall {
height: 100vh;
width: 100%;
background-size: 100% auto;
background-position: center;
background-repeat: no-repeat;
display: table;
background-attachment: fixed;
}


.parallhead { 
font-family: Tahoma, Geneva, sans-serif;
font-weight: 800; 
font-size: 5vw; 
color: #fff;  
text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
padding-top:5%;   
text-align: center !important; 
}
.parallbody { 
font-weight: 100;
 font-size: 2.5vw; 
color: #424242; 
background-color: rgba(0,0,0,0.5); 
padding: 3% 8%; 
text-align: center; 
}



.parallbody a { 
font-family: Tahoma, Geneva, sans-serif;
border-color: #218bbd; 
color: #65cdfd; 
font-weight: 900 
}


.parallbody a:hover { 
border-color: #93dbfc; 
color: #93dbfc; 
font-weight: 900 
}


.parallbold { 
font-weight: 900; 
}


















