@charset "utf-8";
/* CSS Document */


.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
    padding-top: 90px;
}
@media only screen and (max-width: 500px) {
	.logoHead {
font-size: 3vw !important;
		
	}
}
@media only screen and (min-width: 501px) {
	.logoHead {
font-size: 24px;
		
	}
}

h1, h2, h3, h4, h5, h6 {
	color:#00447c !important;
}


a {
    color: #000000;
}
a.link:hover {
    color: #ffffff;
}
.row>* {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.reg0:hover  {
	background-color: #00447c;
}
.reg1:hover {
	background-color: #00447c;
}
.reg2:hover {
	background-color: #f47d20;
}
.reg3:hover {
	background-color: #852c86;
}
.reg4:hover {
	background-color: #00bab9;
}
.reg5:hover {
	background-color: #fab819;
}
.reg0s  {
	background-color: #00447c !important;
}
.reg1s {
	background-color: #00447c !important;
}
.reg2s {
	background-color: #f47d20 !important;
}
.reg3s {
	background-color: #852c86 !important;
}
.reg4s {
	background-color: #00bab9 !important;
}
.reg5s {
	background-color: #fab819 !important;
}
.activeClickreg0s  {
	background-color: #00447c;
}
.activeClickreg1s {
	background-color: #00447c;
}
.activeClickreg2s {
	background-color: #f47d20;
}
.activeClickreg3s {
	background-color: #852c86;
}
.activeClickreg4s {
	background-color: #00bab9;
}
.activeClickreg5s {
	background-color: #fab819;
}
.btn-outline-primary {
	color: #11467b;
	border-color: #11467b;
}
.btn-outline-primary:hover {
	color: #FFFFFF !important;
	background-color: #11467b;

}
.magLink:hover {
	background-color: #11467b;
	color: #FFFFFF;
}
ol {
	padding-left: 10;
}
ol li {
	padding-left:15px;
}
.nav-link {
font-size: 14px;
	font-weight: bold;
	color: #00447c;
}
.nav-link:focus {
	text-decoration:none !important;
}
.nav-link:hover, .nav-link:active, .nav-link.show {
	text-decoration:none !important;
		color: #00447c;
}
.dropdown-item {
	color: #00447c;
	font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #00447c;
}
.dropdown-item:hover, .nav-link:active, .nav-link.show {
	color: #00447c;
}
.dropdown-menu {
	font-size: 14px;
}
.red {
	color: #F00;
}
#gal {
	background: url(
'../images/lawnBGDmob.jpg');
            background-repeat: no-repeat;
            background-size: cover;
	background-position: center;
}

@media (min-width: 768px) {
.headTxt {
	font-size: 30px;
}
.headTxt2 {
	font-size: 14px;
}
	#gal {
	background: url(
'../images/lawnBGD4.jpg');
            background-repeat: no-repeat;
            background-size: cover;
	background-position: center;
}

}
@media (min-width: 992px) {
.sticky-top {

	}
.headTxt {
	font-size: 36px;
}
.headTxt2 {
	font-size: 18px;
}
}
@media (min-width: 1200px) {
.headTxt {
	font-size: 48px;
}
.headTxt2 {
	font-size: 21px;
}
}
@media only screen and (max-width: 991px) {
.sticky-top {
    top: 76px !important;
}

}
.navbar-toggler {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: none;
    border: none;
    border-radius: 4px;
    right: 20px;
    z-index: 5000;
    color: transparent!important;
    text-align: center;
    top: 20px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
}


#back-to-top {

    background: #d0d0d0 url('../images/icon-arrow-top.png') center center no-repeat;

    position: fixed;

    right: 20px;

    bottom: 20px;

    height: 40px;

    width: 40px;

    outline: 0;

    text-align: center;

    display: none;

    opacity: 0.85;

    border-radius: 4px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}
#back-to-top:hover {
	background-color: #176A8D;
}
.boxShad {
    box-shadow: 5px 5px 10px #323030;
}

