@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 25, 2022 */



@font-face {
    font-family: 'lemon_milkbold';
    src: url('../images/lemonmilk-bold-webfont.eot');
    src: url('../images/lemonmilk-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/lemonmilk-bold-webfont.woff2') format('woff2'),
         url('../images/lemonmilk-bold-webfont.woff') format('woff'),
         url('../images/lemonmilk-bold-webfont.ttf') format('truetype'),
         url('../images/lemonmilk-bold-webfont.svg#lemon_milkbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lemon_milklight';
    src: url('../images/lemonmilk-light-webfont.eot');
    src: url('../images/lemonmilk-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/lemonmilk-light-webfont.woff2') format('woff2'),
         url('../images/lemonmilk-light-webfont.woff') format('woff'),
         url('../images/lemonmilk-light-webfont.ttf') format('truetype'),
         url('../images/lemonmilk-light-webfont.svg#lemon_milklight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lemon_milkregular';
    src: url('../images/lemonmilk-regular-webfont.eot');
    src: url('../images/lemonmilk-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/lemonmilk-regular-webfont.woff2') format('woff2'),
         url('../images/lemonmilk-regular-webfont.woff') format('woff'),
         url('../images/lemonmilk-regular-webfont.ttf') format('truetype'),
         url('../images/lemonmilk-regular-webfont.svg#lemon_milkregular') format('svg');
    font-weight: normal;
    font-style: normal;


}

body {

    text-align: center;
    background-color: white;
	background-size: 100%;
	color: rgba(127,152,139,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	overflow: scroll;

} 
body.home{
	background-image: url("../images/home_web-01.jpg");
  	background-repeat: no-repeat;
	background-attachment: fixed;
}


body.about{
		background-image: url("../images/about_web01-01.png");
  		background-repeat: no-repeat;
		overflow: visible;	      
}
 
body.services{
	background-image: url("../images/services02-01.png");
  	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.contact{
	background-image: url("../images/contact.png");
  	background-repeat: no-repeat;
	background-attachment: fixed;
}

header{
	min-height: 10px;
	font-family: 'lemon_milkbold';

	
}

nav {
	min-height: 15px;
	position: absolute;
	right: 40px;
	z-index: 10000;
	padding-top: 4px;
	
	
}

nav ul {
	font-family: 'lemon_milkbold';
	list-style-type: none;
	display: flex;
	flex-direction: row;
	margin: 0 10px 0 0;
	width: 40%;

}

nav ul li {
	font-family: 'lemon_milkbold';
	height: 30px;
}

nav ul li a {
 	font-family: 'lemon_milkbold';
	height: 30px;
	display: flex;
	color: rgba(66,80,57,1.00);
	text-decoration: none;
	font-size: 1em;
	padding: 30px 15px;
}

nav ul li a:hover {
	color:black;
}


Main {
	position: absolute;
	right: 20%;
	min-height: 200px;
	width: 44%;
}


.text {
	min-height: 100px;
}

.text h1 {
	font-size: 1.3em;
	margin: 220px 0 0 0;
	padding: 0;
    font-family: 'lemon_milkbold';
	color: black;
	position: fixed;
	left: 550px;
}

.text h2 {
	font-size: 1em;
	color: black;
	margin: 400px 0 0 0;
	position: fixed;
	left: 550px;
	font-family: 'lemon_milkbold';
}
.list {
	position:absolute;
  float: left;
  right: 0px;
  margin-top:100px;
}

article {
    color: black;
    text-align: justify;
    padding: 35px 35px 10px;
}

article p {
    margin: 0 0 15px;
    padding: 120px 0 0 0;
}

.address {
		font-size: .8em;
	margin: 22% 30% 0 0;
	padding: 0;
	position: fixed;
	left: 550px;
}

.button {
	margin: 420px 70px; 
	right: 100px;
	width: 50%;
}

.button_two {
	width: 50px;
	right: 300px;
	
}

.dropcap {
	font-weight: bold;	
}

footer{
	font-family: 'caviar_dreams_bold';
	color: black;
	min-height: 40px;
	width: 38%;
	position: absolute;
	right: 80px;
	bottom: 30px;
	text-align: center;
}