@font-face {
			font-family: "NordicaHairline";
			src: url("../fonts/NordicaHairline.otf") format("opentype");	
}

@font-face {
			font-family: "Neou-Thin";
			src: url("fonts/Neou-Thin.otf") format("opentype");	
}

@font-face {
			font-family: "NordicaThin";
			src: url("fonts/NordicaThin.otf") format("opentype");	
}

body {
		background-attachment:fixed;
		margin: 0 auto;
		text-align: center;
		height: 100%;
		width: 100%;
}

/*************** Overlay and Frame ***************/

#overlay {
	display: none;
	position: fixed;
	background-color: black;
	width: 100%;
	height: 100%;
	
	opacity: 0.8;
	z-index: 998;
}

#frame {
		display: table; 
		position: fixed; 
		height: 100%; 
		width: 100%; 
		z-index: 999;
}

#middle {
	 display: table-cell; 
	 vertical-align: middle
}	

#inner {
	margin-left: auto; 
	margin-right: auto; 
	width: 100%;
}

#frame img {
	width: 40%;
}

/*************** Fade in Image ***************/


div {
	text-align: center;
	margin: auto;
}

/*************** Navigational Bar ***************/

#nav_bar {
			position: fixed;
			z-index: 999;
			width: 100%;
			height: 120px;
			max-height: 100%;
			top: 0;
			text-align: center;
			margin: auto;
			
			z-index: 0;
}

.button {
		display: inline-block;
		text-align: center;
		height: 50px;
		width: 100px;
		text-decoration: none;
		margin-right: 3%;
		margin-left: 3%;
		margin-bottom: 20px;
		
		position: relative;
		padding bottom: 1px;
}

.button:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.button:hover:after {
    width: 100%;
    background: white;
}

#nav_bar p {
	font-family: "NordicaThin";
	color: white;
}

#logo {
		height: 100px;
		width: 100px;
		margin-top: 10px;
		margin-bottom: -40px; 
}

/*************** Banner ***************/

#banner {
		background-image: url("images/harrington_banner.jpg");
		background-attachment: fixed;
		background-size: cover;
		height: 500px;
		width: 100%:
		
		z-index: -1;
}

#blurred_image {
		background-image: url("images/harrington_blur.jpg");
		background-attachment: fixed;
		background-size: cover;
		height: 500px;
		width: 100%:

		z-index: -2;
		opacity: 1;
}

#design_left {
		display: none;
		position: fixed;
		width: 450px;
		
		left: 0;
		top: 0;
		bottom: 0;
		margin-top: 210px;
		margin-right: 90px;
}

#design_white {
		position: fixed;
		width: 300px;
		margin: auto;
		text-align: center;
		margin-top: 320px;
		margin-left: -150px;
		opacity: 0.8;
}

#banner_text {
	position: fixed;
	width: 50%;
	height: 350px;
	margin-top: 120px;
	
	left: 0;
	right: 0;
}

#banner_p {
		position: fixed;
		font-family: "garamond-normal";
		font-size: 80px;
		color: white;
		
		left: 0;
		right: 0;	
}

#banner_p2 {
		font-family: "garamond-normal";
		font-size: 30px;
		color: white;
}

/*************** Detail ***************/

#detail {
		position: relative;
		background-color: white;
		height: 500px;
		width: 100%;
		
		padding-top: 1px;
}

#detail_head {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 50px;
		
		margin-top: 200px;
}

#detail_text {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 20px;
		text-align: left;
		margin: auto;
		margin-top: 30px;
		
		width: 60%;
}

#design_black {
		width: 500px;
		margin: auto;
		margin-top: 50px;
		text-align: center;
		opacity: 0.8;

}

/*************** Gallery ***************/

#gallery {
		background: white;
		position: relative;
		width: 100%;
		height: 35%;
		overflow: hidden;
		
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		margin-top: 100px;
		padding-bottom: 100px;
}

#design_wrapper {
		position: relative;
		background-color: white;
		width: 100%;
		height: 40%;
}

#little_design {
		opacity: 0.8;
		width: 60px;
		margin-bottom: 50px;
		margin-top: -50px;
}

/*************** Row One ***************/

#row_one {
		width: 90%;
		text-align: center;
		margin: auto;

}

#img1 {
		width: 45%;
		padding: 2% 2% 2% 11%;
		float: left;
}

#img2 {
		width: 29%;
		padding: 2% 2% 0px 2%;
		float: left;
}

#img3 {
		width: 29%;
		padding: 2% 2% 2% 2%;
		float: left;
}

#img4 {
		width: 78%;
		padding: 2% 2% 2% 11%;
		float: left;
}

#img5 {
		width: 37%;
		padding: 2% 2% 2% 11%;
		float: left;
}

#img6 {
		width: 37%;
		padding: 2% 2% 2% 2%;
		float: left;
}

/*************** Row Two ***************/

#row_two {
		width: 90%;
		text-align: center;
		margin: auto;
}


#img7 {
		width: 45%;
		padding: 2% 11% 0px 2%;
		float: right;
}

#img8 {
		width: 29%;
		padding: 2% 2% 0px 11%;
		float: left;
}

#img9 {
		width: 29%;
		padding: 2% 2% 2% 11%;
		float: left;
}

#img10 {
		width: 37%;
		padding: 2% 11% 2% 2%;
		float: right;
}

#img12 {
		width: 37%;
		padding: 0px 2% 2% 2%;
		float: right;
}

#wrapper2 {
	  	height: 60%;
  		text-align: center;
  		height: 100%;
}

@media screen and (max-width: 900px) { /*Has to be under the about p to work*/

}

/*************** textile ***************/

#textile {
		position: relative;
		background-color: white;
		height: 500px;
		width: 100%;
		
		padding-top: 1px;
}

#textile_header {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 50px;
}

#textile_text {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 20px;
		text-align: center;
		margin: auto;		
		width: 60%;
}

#textile_wrapper {
		width: 95%;
		text-align: center;
		margin: auto;
		margin-top: 100px;
}

#textile_detail {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 20px;
		margin-top: -10px;
		margin-left: 10px;
		
		opacity: 0;
}

#center_er {
		text-align: center;
		margin: auto;
}

#center_er img {
}

.textile_top {
		position: absolute;
		
		margin-top: -80px;

		z-index: 1;	
		opacity: 1;
}

.textile_bottom {
		margin-top: -60px;
		
		opacity: 0;
}	

#textile_s1 {
		width: 33.33333%;
		text-align: center;
		margin: auto;
		float: left;
}

#textile_s2 {
		width: 33.33333%;
		text-align: center;
		margin: auto;
		float: left;
}

#textile_s3 {
		width: 33.33333%;
		text-align: center;
		margin: auto;
		float: left;
}


/*************** Map ***************/

#map {
		position: relative;
		background-color: white;
		width: 100%;
		
		padding-top: 100px;
		padding-bottom: 150px;
}

#map img {
		width: 70%;
		margin-top: 60px;
		margin-right: 70px;
		float: right;
}

#map_header {
		width: 100%;
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 50px;
}

#map_text {
		width: 80%;
		font-family: "garamond-normal";
		font-size: 20px;
		line-height: 250%;
		color: #2c2c2c;
		text-align: left;	
		
		margin-top: 150px;
		margin-left: 10px;	
}

#section_1m {
		width: 55%;
		height: 100%;
		float: left;
}

#section_2m {
		width: 45%;
		height: 100%;
		float: right;
}

#map_wrapper {
		display: inline-block;
}
/*************** Footer ***************/
#footer {
		background-color: #efefef;
		position: relative;
		height: 300px;
		width: 100%;
}

#logo_footer {
		height: 100px;
		width: 100px;
		margin-top: 10px;
		margin-bottom: -40px; 
		margin-right: 3%;
}

.footer_button {
		width: 13%;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin: auto;
}

#footer_text {
		font-family: "garamond-normal";
		color: #2c2c2c;
		font-size: 15px;
		display: inline-block;
		opacity: 0.7;

}

#footer_nav {
		font-family: "NordicaHairline";
		color: #2c2c2c;
		font-size: 15px;
}

#grey_line {
		border-style: solid;
		border-width: thin;
		width: 40%;
		opacity: 0.5;
}

#text_wrapper1 {
}

#text_wrapper2 {
		margin-top: -60px;
}


#section_1 {
			width: 100%;
			height: 175px;
			display: block;
			
			text-align: center; 
			margin: auto;
}

#section_2 {
			width: 100%;
			height: 125px;
			display: block;
			
			text-align: center; 
			margin: auto;
}


/*************** Rights ***************/

#rights {
		background-color: #efefef;
		width: 100%;
		height: 50px;
}

#grey_line_full {
		border-style: solid;
		border-width: thin;
		width: 90%;
		opacity: 0.1;
		
		margin-top: -60px;
		margin-bottom: 70px;
}

#rights_text {
		font-family: "garamond-normal";
		font-size: 14px;
		padding-top: -10px;
		opacity: 0.5;
}
