@font-face {
			font-family: "NordicaHairline";
			src: url("fonts/NordicaHairline.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%;
}

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


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

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

#nav_bar {
			background-color: white;
			width: 100%;
			height: 120px;
			max-height: 100%;
			top: 0;
			text-align: center;
			margin: auto;
}

.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: black;
}

#nav_bar p {
	font-family: "NordicaThin";
	color: black;
	opacity: 0.6;
}

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


/*************** Contact ***************/

#contact_wrapper {
		margin-top: 40px;
		margin-bottom: 40px;
}

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

#grey_line {
		border: solid 1px #efefef;
		width: 40%;
}

#contact {
		background-color;
		width: 100%;
		height: 300px;
		
		padding-top: 50px;
}

#section_1c {
		width: 100%;
		text-align: center;
		margin: auto;
}

#text_wrapper {
}

#text_header {
		font-family: "NordicaHairline";
		color: black;
}

#text_text {
		font-family: "garamond-normal";
		color: #2c2c2c;
}


/*************** Flip Button ***************/
.flip_container {
	margin-top: 60px;
	-webkit-perspective: 1000;
	perspective: 1000;
}

.flip_container .flip {
	transition: 0.75s;
	-webkit-transition: 0.75s;
	-webkit-transform-style: preserve-3d;
	position: relative;
}

.flip_container .flip:hover {
	-webkit-transform: rotateX(180deg);
}

.flip_container, .flip_container .front, .flip_container .back {
	width: 145px;
	height: 70px;
}

.flip_container .front, .flip_container .back{
	background-color: #dddddd;
	position: absolute;
	top: 0px;
	bottom: 0px;
	
	-webkit-backface-visibility: hidden;
}

.flip_container .front{
	position: absolute;
	z-index: 2;
}

.flip_container .back{
	-webkit-transform: rotateX(180deg);
}

#mail_image {
	padding-top: 10px;
}

#like_image {
	width: 64px;
}

/*************** 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;
}
