@charset "utf-8";
/* CSS Document */

/* - Removes white margin around web page - */
body{
	margin: 0;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
#wrap {
	/*padding: 1px 0px;
	background-color: #f8f8f8;*/
	}
#headWrap {
	/*border-bottom: solid 1px #e5e5e5;*/
	}
header {
	background-color: #000;
	color: #fff;
	margin: 0px auto;	
	padding-top: 75px;
	padding-bottom: 10px;
	text-align: center;
	/*border-bottom: solid 3px #b49655;*/
	}
header h1 {
font-size: 2.25em;
}
.headImg{
	border-bottom: solid 3px #b49655;
	}	

/*testing*/	
		/*	
.container {
    position: relative;
    text-align: center;
    color: #000;
}
.text {
    color: #b49655;
    text-shadow: 2px 2px 4px #000;
text-transform: uppercase;
font-weight: bold;
	font-size: 2.5em;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
}
		*/
	
#homeImg {
width: 100%;
height: 555px;
background-image: url(header.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}	

/*testing*/	
	
#content {
	text-align: center;
	width: 960px;
	margin: 0px auto;
	padding-top: 75px;
	padding-bottom: 75px;	
	}

/*.bigImg, #contactImg {
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}*/
#content h1 {
	color: #b49655;
	text-align: center;
	text-decoration:underline;
	font-size: 2.25em;/*1em;*/
}	
.aboutP {
	margin-top: 25px;
	text-align: center;
	}	
#servImg {
width: 100%;
height: 555px;
background-image: url(serving.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#servLeft ul, #servRight ul {
	font-weight: bold;
	font-size: 1.75em;/*1.5em;*/
	margin-bottom: 25px;
}
li {
margin: 10px 0px;
}
#servLeft  {
text-transform: uppercase;
float: Left;
margin-left:75px;
text-align: left;
padding-bottom: 75px;
}
#servRight {
text-transform: uppercase;
float: right;
margin-right:75px;
text-align: left;
padding-bottom: 75px;
}
#servLeft h1, #servRight h1, li h2 {
text-align: left;
text-transform: uppercase;
}
#aop {
clear: both;
}
#aop h2 {
font-size: 1.75em;
}
#aop li {
font-size: 1.3em;
}
#servLeft2  {
margin-left:75px;
float: Left;
text-align: left;
padding-bottom: 75px;
}
#servRight2 {
width: 400px;
margin-right:25px;
float: right;
text-align: left;
padding-bottom: 75px;
}
/*.left {
font-size: 1.25em;
text-align: left;
width: 650px;
margin: 0px auto;
}*/
.link a{
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

.gold {
	color: #b49655;
	font-size: 2.65em;
}
.goldSmall {
	color: #b49655;
}
.bold {
	font-weight: bold;
	}

/*#homeImg h1{
	font-size: 0.01em;
	color: #f8f8f8;
}*/

.low {
text-transform: lowercase;
}
#content p {
	font-size: 1.3em;
}

#contactImg {
width: 100%;
height: 555px;
background-image: url(contact.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}	
#content2 {
clear:both;
	text-align: center;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 50px;	
	}
	
footer {
	border-top: solid 3px #b49655;
	clear: both;
	padding: 50px 0px;
	background-color: #000;
	color: #b49655;
}
#footWrap {
	margin: 0px auto;	
	text-align: center;
}
.pine a {
	text-decoration: none;
	color: #b49655;
}
.pine {
	font-size: 0.65em;
}


/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 1250px) {
/*body{background-color: purple;}*/

#servImg {
width: 100%;
height: 400px;
background-image: url(serving.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#contactImg {
width: 100%;
height: 400px;
background-image: url(contact.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
}
}



/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 1100px) {
/*body{background-color: orange;}*/

header, h1, h2, #footWrap {
	width: 100%;
}
#content, #content2 {
	width: 95%;
	}	
.aboutP {
	margin-top: 65px;
	}	
#servImg {
width: 100%;
height: 400px;
background-image: url(serving.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#contactImg {
width: 100%;
height: 400px;
background-image: url(contact.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
}
#servLeft2  {
margin-left:50px;
float: Left;
text-align: left;
padding-bottom: 75px;
}
#servRight2 {
margin-right:10px;
float: right;
text-align: left;
padding-bottom: 75px;
}
}



/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 960px) {
/*body{background-color: red;}*/
header {
	/*margin: 10px auto 10px;*/
	}
header h2 {
	font-size: 1.75em;
	width: 100%;
}	
#content, #content2 {
	width: 100%;
	}	
.aboutP {
	margin-top: 25px;
	}
#content p{
	margin: 20px auto;
	text-align: center;
	width: 75%;
	}
#servImg {
width: 100%;
height: 375px;
background-image: url(serving1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#content ul {
	font-size: 1.5em;
	}
#servRight h2, #servLeft h2, #servRight2 h2, #servLeft2 h2 {
	font-size: 1.6em;
	}
#servRight h1, #servLeft h1{
	text-align: center;
	}
h2 {
	float: none;
	text-align: center;
}	
#contactImg {
width: 100%;
height: 375px;
background-image: url(contact1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
}
#aop{
margin:0px auto;
text-align: center;
}
#servLeft2  {
width:450px;
margin:0px auto;
float: none;
text-align: left;
padding-bottom: 25px;
}
#servLeft2 li, #servRight2 li{
margin-left:45px;
}
#servRight2 {
width:450px;
margin:0px auto;
float: none;
text-align: left;
padding-bottom: 75px;
}

}
	
	

/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 768px) {
/*body{background-color: green;}*/
#homeImg {
width: 100%;
height: 250px;
background-image: url(header2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}
header img {
	width: 50%;
	height: 50%;
}
header h1 {
font-size: 1.65em;
}
#content img.about {
	width: 35%;
	height: 35%;
}
#content p{
	width: 85%;
}	
#servImg {
width: 100%;
height: 250px;
background-image: url(serving2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#content ul {
	font-size: 1.4em;
	list-style: none;
	margin: 0px 0px 0px -40px;
}
#servRight,#servRight h1, #servLeft, #servLeft h1{
	float: none;
	margin: 0px auto;
	text-align: center;
	}
#content {
padding-top: 50px;
padding-bottom: 50px;
}
#servLeft, #servRight {
padding-top: 0px;
padding-bottom: 0px;
}
h1{
margin:0px;
}
#location {
margin-top:50px;
}
#contactImg {
width: 100%;
height: 250px;
background-image: url(contact2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
}
#aop {
margin-top: 70px;
}
}



/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 620px) {
/*body{background-color: yellow;}*/

header h1 {
font-size: 1.5em;
}
#content h1 {
	font-size: 1.75em;
}
#content ul {
	font-size: 1.25em;
	}
h1 {
	font-size: 1.75em;
}
/*#content2 img.flag {
	width: 30%;
	height: 30%;
}*/
#servImg {
width: 100%;
height: 200px;
background-image: url(serving2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#contactImg {
width: 100%;
height: 200px;
background-image: url(contact2.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
clear: both;
}

#aop li {
font-size: 1.2em;
}
}


/* ------- Mobile Device Styles ------- */
@media only screen and (max-width: 480px) {
/*body{background-color: blue;}*/
header {
	/*margin: 10px auto 10px;*/
	}
#homeImg {
width: 100%;
height: 150px;
background-image: url(header3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}
header h1 {
font-size: 1.4em;
width: 255px;
margin: 0px auto;
}
header img {
	width: 60%;
	height: 60%;
}
#content img.about {
	width: 50%;
	height: 50%;
}
#servImg {
width: 100%;
height: 150px;
background-image: url(serving3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
.aboutP h2 {
	font-size: 1.1em;
}
#content ul , #aop h2{
	font-size: 1.1em;
	}
h1 {
	font-size: 1.5em;
}
#content h1 {
	font-size: 1.5em;
}
#content p {
	font-size: 0.9em;
	}
#aop li {
font-size: 1em;
}
#servLeft2  {
width:275px;
}
#servLeft2 li, #servRight2 li{
margin-left:20px;
}
#servRight2 {
width:275px;
}

#contactImg {
width: 100%;
height: 150px;
background-image: url(contact3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
}
#servLeft h2, #servRight h2{
font-size: 1.25em;
}

}

@media only screen and (max-width: 360px) {
#servImg {
width: 100%;
height: 125px;
background-image: url(serving3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	border-top: solid 3px #b49655;
	border-bottom: solid 3px #b49655;
}
#contactImg {
width: 100%;
height: 125px;
background-image: url(contact3.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #000;
	}
#content2 img.flag {
	width: 35%;
	height: 35%;
}
}


@media only screen and (max-width: 320px) {
/*body{background-color: cyan;}*/
header img {
	width: 80%;
	height: 80%;
	}
/*.aboutP h2 {
	font-size: 1em;
}
#content ul , #aop h2{
	font-size: 1em;
	}
	#aop li {
font-size: 0.9em;
}*/
#servLeft2 li, #servRight2 li{
margin-left:15px;
}
}
	
	