@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

body  {
	font-size: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #f8f8f8;
	color: #363636;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
}

.clear  {
	clear: both;
}

i  {
	color: #83aa46;
}

a:link    {
	color:#646B28;
}
a:visited {color:#646B28;}
a:hover   {
	color:#353815;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

a:active  {color:#353815;}

h1  {
	font-size: 2.25rem;
	font-weight: 500;
}
h2  {
	font-size: 1.75rem;
	font-weight: 400;
}
h3 {
	font-size: 1.25rem;
	font-weight: 500;
}
h4  {
	font-size: 1.25rem;
	font-weight: 300;
}
h5  {
	font-size: .85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul li, ol li {
	list-style-type: none;
}

/************* Navigation ***************/
nav  {
	font-weight: 400;
	padding-top: 40px;
	padding-bottom: 30px;
}

li .logo a {
	padding: 0 20px 0 20px!important;
	margin-top: -11px
}
nav ul li  {
	font-size: 1.15em;
}






/************* Index Images ***************/

img {
    width: 100%;
}

img.logo  {
    width: auto;
}

.img-background  {
	background-color: #EAF2B6;
}

.img-background-1  {
	background: rgb(202,214,141);
	background: linear-gradient(336deg, rgba(202,214,141,1) 18%, rgba(234,242,182,1) 65%);
}

.img-background-2  {
	background: rgb(166,176,116);
	background: linear-gradient(107deg, rgba(166,176,116,1) 30%, rgba(202,214,141,1) 61%);
}

.img-background-3  {
	background-color: #CAD68D;
}


/* [1] The container */
.img-hover-zoom {
  min-height: 384px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.025);
}


/************* Buttons ***************/

button, #button {
	line-height: 1em;
	font-size: .9em;
	width: 25%;
	margin: 0 auto;
	height: 3em;
	border: 0;
}
.btn, #button {
	display: inline-block;
	margin: 5px 0 5px 0;
	background: #A0AA3F;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: 0.1s linear background;
	-moz-transition: 0.1s linear background;
	-ms-transition: 0.1s linear background;
	-o-transition: 0.1s linear background;
	transition: 0.1s linear background;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-rendering: optimizeLegibility;
}

ul.paragraph-list li  {
	list-style-position: outside;
}

.paragraph-list li  {
	text-indent: -2.2em;
    margin-left: 2em;

}

.paragraph-list li:before {
    content: "\00BB";
    margin: 0 10px 0 15px;
    color: #949E3A;
}

/************* Spacing ***************/
.pad-top-bottom  {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pad-bottom {
	padding-bottom: 60px;
}
.pad-main-list  {
	padding-top: 20px;
	padding-bottom: 50px;
}
.pad-main-img  {
	padding: 30px;
}
.main-img  {
	margin-bottom: 25px;
}


.project-title h1 {
	margin-bottom: 0px;
}
.project-title h2  {
	margin-top: 30px;
}

/************* Links ***************/

.no-link-display  {
	text-decoration: none;
}
a:link > h5, a:visited > h5, a:hover > h5, a:active > h5 {
  color: #363636;
}
.link-display  {
	text-decoration: underline;
}



/************* Footer ***************/

footer  {
	background-color: #363636;
	color:  #f4f4f4;
	padding-top: 40px;
	padding-bottom: 15px;
}

footer a:link    {
	color:#EAF2B6;
}
footer a:visited {color:#EAF2B6;}
footer a:hover   {
	color:#BFC985;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}
footer a:active  {color:#BFC985;}


.copyright {
	font-size: .75em;
	padding-top: 20px;
	color: #808080;

}
