/*Gamez Lawn and Landscaping*/
html {font-size: 16px;
}

p, ul {
    font-size:1.25rem;
    color: #000000;
    }
    
h1, .txt-lgthin { 
    font-weight: 500; 
    font-size: 2rem; 
    color: #424242; 
    text-align: center;
    } 
    
h2 { 
    text-align: center; 
    font-weight: 500; 
    font-size: 1.5em; 
    color: #424242;   
    padding-top: 3%;
    }
    
.lgred { 
    font-weight: 400; 
    font-size: 1.50rem; 
    color: #b53737; 
    text-align: center;
    }
    
.same2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #3d4246;
    text-align: center;
    }
 
.display-3 {
    color: #424d49;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 400;
    }
    
.display-6 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 2rem;
    }
    
.display-7 {
    font-family: "Times New Roman", Times, serif;
    color: #000000;
    text-align: center;
    font-size: 2.5rem;
    }
    
.sm-gld {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.25rem;   
    color: #9d853f;
    font-weight: 400;
    }
    
.red2 {font-size:1.25rem;color: #b53737;}
             
.capt {
    font-size:1.125rem;
    color: #356a71;
    text-align: center;
    font-weight: 400;
    }
    
.downpd {padding-top: 3rem;}
     
.footer {
    background-color: #e1e7e7 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    }
        	
.sm {
    font-size: 1rem;   
    color: #424d49;
    font-weight: 400;
    }
    
.sm-cnt {
    font-size: 1.25rem;   
    color: #373d3f;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
    }
    
.fnt-ari {
    font-family: Arial, sans-serif;
    font-size: 60px;
    color: #424d49;
    text-align: center !important;
    font-weight: 900;
    }
    
.fnt-ari-ltgrn {
    font-family: Arial, sans-serif;
    font-size: 60px;
    color: #2e8b57;
    text-align: center !important;
    font-weight: 900;
    }
    
.gr {
    background-color: #bfd8ad;
    }
 		
.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;
}



ul.listleft {
    list-style-type:none;
   text-align: left;
}
 
.card{
    color: #373d3f;
    font-size:1.25rem;
    background-color:#e1e7e7;
    padding: .15rem;
    }
    
.card-body-wht{
    background-color: #ffffff;
    border:0.020rem 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: #424d49 !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 2rem 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;
    }
    

    

