
body {background-color: fff;
margin: 0 auto;
text-align: center;}

		
#searchCol{height: 70px;
		margin-right: 10px;}

#wrapper {background-image: linear-gradient( #fff, #87ad8b);  
    width: 100%;
    max-width: 1200px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;}
    
 h1 {font-family: 'Dosis', sans-serif;
    font-size: 210%;
	font-weight:100;
color: #ffffff;
text-align: center;
} 

.row {margin: 0;}


.title{font-family: 'Dosis', sans-serif;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #2D5320;
    line-height: 1.5em;
    font-size:200%;
    font-weight:100;
text-align: center !important;} 

h2 {font-family: 'Dosis', sans-serif;
	margin-top: 2%;
    font-size: 190%;
    font-weight:100;
line-height: 1.5em;
text-align: center;} 

h3 {font-family: 'Dosis', sans-serif;
    font-size: 150%;
    font-weight:100;
line-height: 1.5em;
text-align: center;} 

h4 {font-family: 'Dosis', sans-serif;
    font-size: 150%;
    font-weight:100;
line-height: 1.5em;
text-align: left;} 

h5 {font-family: 'Dosis', sans-serif;
    font-size: 140%;
    font-weight:100;
line-height: 1.5em;} 

h6 {font-family: 'Dosis', sans-serif;
    font-size: 100%;
    font-weight:900;
line-height: 1.5em;} 

body p {font-family: 'Dosis', sans-serif;
    font-size:1.2rem;
    text-align: left;
    line-height: 1.5em;
    font-weight:400;}    

.col-auto-box {width: 100%;
padding: 0px;}

.btn {
	background-color:#C0E3B7;
	border: 1px solid #fff;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#header{
    width: 90%;
    padding-top: 2%;
    padding-left: 1%;
    max-width: inherit;
    width: 100%;
    text-align: left;
    text-shadow: 0px 0px #000000;
    background-color: #06380c;
}


.main{background-image:url("../images/dotty3.jpg");
	padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}


.main2{background-image:url("../images/AccountantWclientGreen.jpg");
	padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    background-size: cover; 
    background-repeat: no-repeat;
    color: #fff;
}

.main3{background-image:url("../images/bizguyAtWindow.jpg");
	padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.main4{background-image:url("../images/contactGuy1.jpg");
	padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

/* NAV TEXT COLORS!! */

.navbar {font-family: 'Dosis', sans-serif;
font-size: 130%;}


.navbar a {
   text-decoration: none !important;
   font-size: 130% !important;
    color: white !important;
}

.navbar a:hover{
    color:  chartreuse !important;
}

a{ font-family: 'Dosis', sans-serif;
    padding: 0;
    color: green;
    font-size: 140%;
    text-decoration:underline;
}

a:hover{
    color:white;
    font-size: 140%;
    font-weight: 700;
}

.form-control {
	width: 65%;
	background-color: #bedbab;
	margin-right: 10px;
}

.no-padding {padding: 0px;}

.no-margin {
	margin-right: 0px;
	margin-left: 0px;
    margin-top: 0%;
    margin-bottom: 0%;
}

.bottomspace{
    margin-bottom:10%;
    padding-bottom: 10%;
}

.topspace{
    margin-top:4%;
}


.card-body{background-color:rgba(250, 250, 250, 0.1);}

.card {border: 0;
    background-color:rgba(250, 250, 250, 0.2);
    margin-bottom:10%;}


.btn.btn-primary {text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
margin-bottom:3%;
color:#2D5320;
text-align: center;}

a.btn.btn-primary{background-color: #0F9808;
color: #fff;}


.page{margin: 0 auto;
padding: 4%;}

.green{padding: 5%;
margin-left:auto;
margin-right:auto;
margin-top: -5%;
}

.footer p{color: #fff;
padding-top:3%;
padding-left: 1%;
padding-right: 1%;
padding-bottom:2%;
text-align: center;
vertical-align: middle;
margin: 0 auto;	
}

.dropdown-menu{background-color: lightgreen;}

.dropdown-item {background-color: lime;}

.dropdown-divider {display: none;}
