 /*-------------------GLOBAL SETTINGS START-----------------*/
html{
	/*background-color: #f3f5f9;*/
	/*background-color: #172638;*/
}
body{
	z-index: 2000;
	font-family: Arial, San;
	background-color: #ececec85;
}
h1{
	margin: 0 0 0 0;
	font-family: 'Cormorant Garamond', serif;
}
a{
	text-decoration: none;
	color: #fff;
}
span{
	/*font-style: italic;*/
	/*font-family: serif;*/
	font-weight: bolder;
	font-size: 14px;
}
ul,
li{
 	font-family: 'Open Sans', sans-serif;
 	/*letter-spacing: 0.025em;*/
 	/*font-family: serif;*/
}

.bList{
	margin-left: 50px;
}

.leadImage{
 	width: 100%;
}
p{
	line-height: 26px;
	font-size: 14px;
	font-weight: lighter;
	text-align: justify;
}

{
 letter-spacing: 2px;
 font-family: 'Cormorant Garamond', serif;
 /*font-family: 'Open Sans', sans-serif;*/
}


.header,
.subHeader{
/*	font-weight: bolder;*/
}
.header{
	text-transform: uppercase;
	margin: 150px 0 20px 0;
	text-align: center;
	font-size: 75px;
	color: #172636;
}
.subHeader{
	margin-top: 50px;
	text-align: left;
	font-size: 18px;
	font-weight: bolder;
	color: #444;
}
.wrapper{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 100px;
	width: 60%;
	border-style: solid;
	border-width: 5px 0 5px 0;
	border-color: #263646;
	background-color: #fff;
	box-shadow: 0px 0 5px #999;
}


/*----------------GLOBAL SETTINGS END-------------*/


/*---------------NAVIGATION AREA STARTS--------------*/
.fixed{
	position: fixed; 
	top: 0; 
	height: 100px; 
	z-index: 4000;
	padding-top: 5px;
}
nav{
	z-index: 4000;	
	color: #fff;
	overflow: hidden;
	height: 1px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 10px 0;
	border-color: #263646;
	background-color: #172636;
	box-shadow: -1px 0 10px #000;
	box-shadow: inset 0 0 200px #000c19;
	transition:.25s;
}
ul{
	margin: 0;
    padding-top: 40px;
	text-align: center;
	list-style: none; 
	padding-left: 0;
}

/*------------------NAVIGATION AREA ENDS-----------------*/







/*-----------------MAIN FOOTER EXPERIENCE SECTION STARTS-----------*/
.mainFooter{
	width: 100%;
	border-style: solid;
	border-width: 10px 0 0 0;
	border-color:  #263646;
	background-color: #0d1c2b;
	padding-bottom: 20px;
}
.mainFooter a{
	margin: 0 10px 0 10px;
}
.siteMapLinks,
.socialNetworks,
.phoneNumber,
.footerLogo{
	margin-bottom: 20px;
	text-align: center;
	color: #263646;
}
.siteMapLinks{
	margin-top: 50px;
}
.mainFooter a{
	padding: 10px;
	color: #263646;
}
.siteMapLinks a:hover,
.socialNetworks a:hover,
.phoneNumber a:hover,
.props a:hover{ 
	background-color: #263646;
	color: #999;
}
.socialNetworks,
.phoneNumber{
	margin-top: 10px;
}
.footerLogo{
	margin: auto;
	height: 60px;
	width: 140px;
	background-image: url(../images/btnLogo.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.props{
	text-indent: -5000px;
	text-transform: uppercase;
	font-size: 12px;
	margin: auto;
	width: 175px;
	/*background-color: pink;*/
}
/*-----------------MAIN FOOTER EXPERIENCE SECTION ENDS-----------*/









/*-------MEDIA QUERIES FOR ENTERING TABLET SIZES-------*/


@media screen and (max-width: 768px){
	.fixed{
		height: 50px; 
	}
	ul{
	    padding-top: 15px;
	}
	.header,
	.subHeader{
	/*	font-weight: bolder;*/
	}
	.header{
		margin: 100px 0 20px 0;
		font-size: 35px;

	}
	.wrapper{
		padding: 50px;
		width: 70%;
	}	
	.bList{
		margin-left: 35px;
	}
	p{
		line-height: 24px;
		text-align: left;
	}
}
@media screen and (max-width: 320px){
	.wrapper{
		padding: 40px;
		width: 80%;
	}

}






