@charset "UTF-8";
/*Background Image*/
.blue-leaves-bkgd{
    background-image: url(https://jerhondabrown.com/assets/Image_Inventory/other/blue-leaves.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Background Main-Colors*/
.emerald-bkgd{background-color: #1d2815;}
.green-bkgd{background-color: #455a29;}
.black-green-bkgd{background-color: #072623;}
.dark-green-bkgd{background-color: #1a4039;}
.green-bkgd{background-color:#02231D}
.darker-green-bkgd{background-color: #002E25;}
.light-green-bkgd{background-color: #76993e;}
.light-dark-green-bkgd{background-color:#2F430F;}
.dark-rb-bkgd{background-color: #59202b;}
.light-rb-bkgd{background-color: #742d2e;}
.red-bkgd{background-color: #c32d26;}
.red-og-bkgd{background-color: #c03f33;}
.og-bkgd{background-color: #ec6024;}
.gray-green-bkgd{background-color: #8c856d;}
.hot-pink-bkgd{background-color: #d8176e;}
.gold-yellow-bkgd{background-color: #f2b136;}
.dark-gold-yellow-bkgd{background-color: #d9a139;}
.dark-tan-bkgd{background-color: #be9e80;}
.tan-bkgd{background-color: #f2caa7;}
.dark-blue-bkgd{background-color: #00547e;}
.blue-bkgd{background-color: #0584a8;}
.light-blue-bkgd{background-color: #2685c0;}
.lighter-blue-bkgd{background-color:#009FFF}
.lavender-bkgd{background-color: #a68195;}
.black-bkgd{background-color: #231f20;}
.gry-bkgd{background-color: #6f707b;}
.white-bkgd{background-color: #ffffff;}

/*Text Main-Colors*/
.emerald-text{color: #1d2815;}
.b-green-text{color: #85C41D;}
.green-text{color: #455a29;}
.green2-text{color:#02231D}
.black-green-text{color: #072623;}
.dark-green-text{color: #1a4039;}
.light-green-text{color: #76993e;}
.dark-rb-text{color: #59202b;}
.light-rb-text{color: #742d2e;}
.red-text{color: #c32d26;}
.red-og-text{color: #c03f33;}
.og-text{color: #ec6024;}
.gray-green-text{color: #8c856d;}
.hot-pink-text{color: #d8176e;}
.gold-yellow-text{color: #f2b136;}
.dark-gold-yellow-text{color: #d9a139;}
.dark-tan-text{color: #be9e80;}
.tan-text{color: #f2caa7;}
.dark-blue-text{color: #00547e;}
.blue-text{color: #0584a8;}
.light-blue-text{color: #2685c0;}
.lighter-blue-text{color: #009FFF}
.lavender-text{color: #a68195;}
.black-text{color: #231f20;}
.gry-text{color: #6f707b}
.white-text{color: #ffffff;}

/*Text Sizes*/
.text-0-25em{font-size:.25em;}
.text-0-5em{font-size:.5em;}
.text-1em{font-size:1em;}
.text-2em{font-size:2em;}
.text-3em{font-size:3em;}
.text-4em{font-size:4em;}
.text-5em{font-size:5em;}
.text-6em{font-size:6em;}
.text-7em{font-size:7em;}
.text-8em{font-size:8em;}
.text-9em{font-size:9em;}
.text-10em{font-size:10em;}
.text-11em{font-size:11em;}
.text-12em{font-size:12em;}
.text-13em{font-size:13em;}
.text-14em{font-size:14em;}
.text-15em{font-size:15em;}
.text-16em{font-size:16em;}
.text-17em{font-size:17em;}
.text-18em{font-size:18em;}
.text-19em{font-size:19em;}
.text-20em{font-size:20em;}
.text-25em{font-size:25em;}
.text-30em{font-size:30em;}
.text-35em{font-size:35em;}

/*Text Emphasis*/
.text-bold{font-family: "Nunito Bold"}
.text-medium{font-family: "Nunito Medium"}
.text-black{font-family:"Nunito Black"}
.text-allcaps{text-transform:uppercase;}
.text-justify{text-align: justify;text-justify:inherit;}

/*Gradients Backgrounds*/
.emerald-bkgd-grad {
    background: rgb(29, 40, 21);
    background: -moz-linear-gradient(45deg, rgba(29, 40, 21, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(29, 40, 21, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: linear-gradient(45deg, rgba(29, 40, 21, 1) 0%, rgba(69, 90, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d2815", endColorstr="#455a29", GradientType=1);
}
.blue2emerald-bkgd-grad {
    background: rgb(0, 84, 126);
    background: -moz-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00547e", endColorstr="#455a29", GradientType=1);
}
.blue2emerald-bkgd-grad180 {
    background: rgb(0, 84, 126);
    background: -moz-linear-gradient(180deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00547e", endColorstr="#455a29", GradientType=1);
}
.dark-green-grad-2 {
    background: rgb(16, 56, 57);
    background: -moz-linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
    background: -webkit-linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
    background: linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#455a29", GradientType=1);
}
.dark-green-grad {
    background: rgb(16, 56, 57);
    background: -moz-linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
    background: linear-gradient(45deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#103839", GradientType=1);
}
.green-grad {
    background: rgb(16, 56, 57);
    background: -moz-linear-gradient(45deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
    background: linear-gradient(45deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#2b3d1d", GradientType=1);
}
.orage-to-blue-grad {
    background: rgb(192, 63, 51);
    background: -moz-linear-gradient(360deg, rgba(192, 63, 51, 1) 0%, rgba(38, 133, 192, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(192, 63, 51, 1) 0%, rgba(38, 133, 192, 1) 100%);
    background: linear-gradient(360deg, rgba(192, 63, 51, 1) 0%, rgba(38, 133, 192, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c03f33", endColorstr="#2685c0", GradientType=1);
}
.orange-to-blue-grad-45 {
    background: rgb(235, 96, 35);
    background: -moz-linear-gradient(45deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: linear-gradient(45deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb6023", endColorstr="#2585bf", GradientType=1);
}
.orage-to-blue-grad-0 {
    background: rgb(235, 96, 35);
    background: -moz-linear-gradient(0deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: linear-gradient(0deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb6023", endColorstr="#2585bf", GradientType=1);
}
.orage-to-blue-grad-40 {
    background: rgb(235, 96, 35);
    background: -moz-linear-gradient(40deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: -webkit-linear-gradient(40deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    background: linear-gradient(40deg, rgba(235, 96, 35, 1) 0%, rgba(37, 133, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb6023", endColorstr="#2585bf", GradientType=1);
}
.blue-grad{
    background: rgb(37,133,191);
    background: linear-gradient(180deg, rgba(37,133,191,1) 0%, rgba(0,84,126,1) 100%);
}




/*Gradients Texts*/
.emerald-text-grad {
  background: -webkit-linear-gradient(45deg, #1d2815, #455a29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-text-grad {
  background: -webkit-linear-gradient(45deg, #0584a8, #00547e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*Buttons*/
a.btn{
	background-color: #4484bb;
    padding:.65em;
    text-align: center;
    border-radius:8px;
    color:white;
    text-decoration: none;
    width:10em;
}
a.btn2{
    width:20em;
    padding:.65em 3em;
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 6px 20px 0 rgba(0,0,0,0.19);
}
a.btn:hover{
	background-color: #76993E;
	color:white;
	outline: none;
}
.btn-mobile{
    color:white;
    text-decoration: none;
    border-radius:8px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 6px 20px 0 rgba(0,0,0,0.19);
}
a .btn-mobile:hover{
    background: rgb(0, 84, 126);
	background: -moz-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00547e", endColorstr="#455a29", GradientType=1) saturate(50%);
    padding:1em;
    
}
.invisible-btn{
	background-color: #1d2815;
}
a.important-btn{
	background-color: #EC6024;
}
.ghost-btn{
	background-color: transparent;
	color:#76993e;
	outline: solid;
	outline-style: ridge;
	outline-color: #76993e;
	box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 6px 20px 0 rgba(0,0,0,0.19);
}