/*****************************************/
/********** MAIN BODY ELEMENTS ***********/
/*****************************************/
body{background-color: #336633;color: #666666;font-size: 16px;font-family: Arial,Helvetica,sans-serif;margin: 0px 0px 0px 0px;}
/*****************************************/
/********** SPACING **********************/
/*****************************************/
.topspacing{ padding-top: 160px;}
/*****************************************/
/********** OTHER ELEMENTS ***************/
/*****************************************/
.no-padding {padding: 0;}
.symbolbg{ background-image: url("pictures/natural-grass-yard-gallatin-valley.jpg");height: 700px;}
hr {height: 5px;color: #339933;background: #339933;}
/*****************************************/
/********** TEXT *************************/
/*****************************************/
.greenText{color: #339933;}
.whiteText{color: #FFFFFF;}
.grayLightText{color: #dddddd;}
.grayDarkText{color: #333333;}
.shadowDark{text-shadow: 2px 2px #000000;}
.shadowLight{text-shadow: 2px 2px #dddddd;}
h1{color: #666666; font-family: Arial Black, Arial Black, Gadget, sans-serif;}
h2{color: #666666;}
h3{color: #000000; font-size: 18px; font-weight: bolder;}
h4{color: #000000;}
/*****************************************/
/********** LINKS ************************/
/*****************************************/
a.a1:link{   color: #FFFFFF; font-size: 16px; text-decoration: underline;}
a.a1:visited{color: #FFFFFF; font-size: 16px; text-decoration: underline;}
a.a1:hover{  color: #000000; font-size: 16px; text-decoration: underline;}
a.a2:link{   color: #339933; font-size: 22px; text-decoration: none;}
a.a2:visited{color: #339933; font-size: 22px; text-decoration: none;}
a.a2:hover{  color: #cccccc; font-size: 22px; text-decoration: none;}
a.a3:link{   color: #FFFFFF; font-size: 18px; text-decoration: none; font-weight: bolder;}
a.a3:visited{color: #FFFFFF; font-size: 18px; text-decoration: none; font-weight: bolder;}
a.a3:hover{  color: #cccccc; font-size: 18px; text-decoration: none; font-weight: bolder;}
/*****************************************/
/********** FILLS AND BACKGROUNDS ********/
/*****************************************/
.greenDark{ background-color: #336633; color: #FFFFFF;}
.greenLight{ background-color: #339933; color: #FFFFFF;}
.grayLight{ background-color: #AAAAAA; color: #000000;}
.white{ background-color: #FFFFFF;}
/*****************************************/
/****** DEFINE HERO IMAGE TEXT OVERLAY  **/
/*****************************************/
.header-text {position: relative;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%)}
@media (min-width: 1px){top: 20%;.header-text h1 {font-size: 40px;}.header-text h3 {font-size: 20px;}}
@media (min-width: 576px){top: 10%;.header-text h1 {font-size: 60px;}.header-text h3 {font-size: 30px;}}
/*****************************************/
/********** BACKGROUND PICS***************/
/*****************************************/
@media (min-width: 0px) {.heropicture{background-image: url("pictures/southwest-montana-property-maintenance-mobile.jpg");width: 100%;min-height: 303px; background-position: center;background-repeat: no-repeat;background-size: cover;}}
@media (min-width: 321px) {.heropicture{background-image: url("pictures/southwest-montana-property-maintenance-tablet.jpg");width: 100%;min-height: 727px; background-position: center;background-repeat: no-repeat;background-size: cover;}}
@media (min-width: 769px) {.heropicture{background-image: url("pictures/southwest-montana-property-maintenance-desktop.jpg");width: 100%;min-height: 727px; background-position: center;background-repeat: no-repeat;background-size: cover;}}
/*****************************************/
/********** NAVIGATION BAR ***************/
/*****************************************/
.navbar-custom {background-color: #ffffff; border-bottom: 2px solid #006600;}
.navbar-custom .navbar-nav .nav-link {font-size: 18px;font-family: Tahoma, Geneva, sans-serif;color: #006600;}
.navbar-custom .navbar .navbar-nav>li>a:hover,
.navbar-custom .navbar .navbar-nav>li>a:focus {color: #0099cc;}
#navbar{overflow: hidden;background-color: #FFFFFF;padding: 10px 10px;transition: 0.4s;position: fixed;width: 100%;top: 0;z-index: 99;}
#navbar a.nav-link {float: left;color: #006600;text-align: center;text-decoration: none;padding: 12px;font-size: 20px; font-family: neue-aachen-pro,sans-serif;font-weight: 700;}
#navbar a:hover {color: #333333;}
#navbar .navbar-brand{padding: 0px;}
#navbar #logo {transition: 0.4s;}
@media screen and (max-width: 580px) {#navbar {padding: 10px 10px !important;}#navbar a {float: none;display: block;text-align: left;}#navbar-right {float: none;}}
.custom-toggler .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 102, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
.custom-toggler.navbar-toggler{border-color: #006600;} 
/*****************************************/
/********** BUTTONS **********************/
/*****************************************/
.btn-custom{color:#fff;background-color:#006600;border-color:#006600}
.btn-custom:hover{color:#fff;background-color:#009900;border-color:#009900}
.btn-custom:focus,.btn-custom.focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
.btn-custom.disabled,.btn-custom:disabled{color:#fff;background-color:teal;border-color:#005a5a}
.btn-custom:not(:disabled):not(.disabled):active,.btn-custom:not(:disabled):not(.disabled).active,.show>.btn-custom.dropdown-toggle{color:#fff;background-color:#ed1c24;border-color:#000}
.btn-custom:not(:disabled):not(.disabled):active:focus,.btn-custom:not(:disabled):not(.disabled).active:focus,.show>.btn-custom.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)}
/*****************************************/
/********** PICTURE ASPECT RATIOS ********/
/*****************************************/
.aspect-ratio-box-inside { position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.aspect-ratio-box-16-9 {height: 0;overflow: hidden;padding-top:56.25%;position: relative;}
.aspect-ratio-box-4-3 {height: 0;overflow: hidden;padding-top:75%;position: relative;}
.aspect-ratio-box-1-1 {height: 0;overflow: hidden;padding-top:100%;position: relative;}
.aspect-ratio-box-hero {height: 0;overflow: hidden;padding-top:35.260416667%;position: relative;}
.aspect-ratio-box-hero-xs {height: 0;overflow: hidden;padding-top:74.94145199063232%;position: relative;}
.aspect-ratio-box-thumbnail {height: 0;overflow: hidden;padding-top:38%;position: relative;}