

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/

/*the tiny green headings are probably roughly 12px, i think the body font is around 16px*/

@font-face {
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    src: url('../fonts/MyriadPro-Regular.otf');
}

body{
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-size: 16px;
}


/*Navigation*/
.green-bg{
    background-color: #115836;
}


nav.navbar{
    padding-bottom: 10px;
    padding-top: 12px;
}

a.navbar-brand{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
	font-weight: bold;
}

ul.navbar-nav{
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-size: 14px;
}

.navbar-toggler {
	background:#3fad4a;
	border-radius: 0;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Footer*/
.fb-icon-bg{
    color: #3fad4a;
}



/* -------------- Custom Classes --------------*/

[type="reset"], [type="submit"], button, html [type="button"]{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance:button;
}

.square-btn{
    border-radius: 0 !important;
}

.btn-green{
    color: #fff;
    background-color: #3fad4a;
    border-color: #3fad4a;
    padding: 12px;
	font-weight: bold;
}

	.btn-green:hover {
		color: #fff;
		background:#115836;
	}

.text-green{
    color: #3fad4a;
}

.mb-6-custom{
    margin-bottom: 6rem;
}

.mt-4-custom{
    margin-top: 4rem;
}

.grid{
    display: inline-grid;
}

.green-header{
    font-size: 12px;
    letter-spacing: 1px;
}

.regular-font{
    font-size: 12px;
}





/* --------------- PAGE 1 ------------- */



/*Index Header*/
.business-header{
    /*height: 21vh;*/
    height: 280px;
    /*background: linear-gradient(#116832, #369740);*/

    background: url('../images/gradient.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.business-header h3{
    font-family: 'Roboto', sans-serif;
}


#phone-numbers{
    text-align: center;
}
.number{
    display: inline-block;
}


/*Slide 2 Carousel*/

/*SLIDE*/
.front-slider{
    padding: 50px;
}



.slick-next:before{
    content: url(../images/right-arrow.png) !important;
}

.slick-next{
    right: 15px !important;
}

.slick-prev:before{
    content: url(../images/left-arrow.png) !important;
}

.slick-prev{
    left: -15px !important;
}

#slider-copy{
    padding: 35px;
}



/* Open and Closing Times - Slide 3*/
#time-row{
    background-color: #d5e9e2;
    margin: 0 auto;
}

.op-hours{
    display: inline-block;
}

#clock-image{
    height: 110px;
}


/*Google Map Slide 4*/
.gm-style .place-card-large{
    display: none !important;
}

/*Google MAp*/
#map-copy{
    padding: 35px;
    width: 55%;
}

#map-row{
    width: 100%;
}


/* --------------- PAGE 2 ------------- */







/*Slide 2 Price Table*/

table{
    width: 850px;
}

.unit-headers{
    background-color: #137839;
}
.unit-headers > td:nth-child(1){
    width: 35%;
}

.unit-headers td{
    border-left: solid 2px white;
    border-bottom: solid 2px white;
    height: 50px;
}



.price-row{
    background-color: #e0e0e0;
    border-bottom: solid 2px white;
    height: 50px;
}











/* --------------- PAGE 3 ------------- */
.green-line{
    background-color: #137839;
}

.shadow{
    box-shadow: 0 0 15px #ededed;
}



/*PAGE 4 CONTACT US*/

input, label {
    display:block;
}

#contact-form label{
    color: gray;
}

input#form-message,
input#form-name,
input#form-email,
input#form-phone{
    width: 100%;
}




