

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------end reset css----------*/

footer {
	width:100%;
	min-height:110px;
	position:absolute;
	bottom:0px;
	background-color:#F1F1F1;
	font-family: 'Montserrat', sans-serif;
	font-size:15.5px;
	text-decoration:none;
	z-index:1000;
	}

/*responsive design*/
	
@media screen and (min-width: 400px){
										footer{
										width:100%;
										min-height:110px;
										position:absolute;
										bottom:0px;
										z-index:1000;
										background-color:#F1F1F1;
										font-family: 'Montserrat', sans-serif;
										font-size:19px;
										text-decoration:none;
										}
	}
	
@media screen and (min-width: 490px){
										footer{
											width:100%;
											min-height:110px;
											position:absolute;
											bottom:0px;
											z-index:1000;
											background-color:#F1F1F1;
											font-family: 'Montserrat', sans-serif;
											font-size:24px;
											text-decoration:none;
											}
}

/*end of responsive design*/	
	
a{
	color:#4F4F4F;
}

h1{
color:#4F4F4F;
width: 99.5%;
margin: 3px;
position: absolute;
font-family: 'Montserrat', sans-serif;
font-size: 37px;
letter-spacing:9px;
text-align: center;
}

h1:hover{
color:#000000;

}

ul#links {
	width: 2000px;
	height: 100%;
	display: table-cell;
	text-align: center;	

}

ul#links li {
	display:inline;
	width: 100%;
	height: 100%;
	
	margin-left: 0.22%;
	line-height: 105px
}





.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
}

.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	transition: opacity 0s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}

.cbp-bislideshow li img {
	display: block;
	width: 100%;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}








.hero {
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  background: url(images/3.jpg) ;
  background-size: cover;
}
