/* Primary Elements */

body {

  	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
  	background-position: center;
	background-color: #EADCD4;
}

#headermenu {
	position: absolute;
	font-family:Monaco, serif;
	color: #652714;
	font-size: 18px;
	text-align: right;
	top: 20px;
	right:20px;
	width: 100%;
	opacity: 1;
}

#centercontent {
	position:absolute;
	text-align: center;
	word-spacing: 10px;
 	line-height:60px;
 	top:22%;
 	left: 0;
 	width: 100%;
}

#abouttext {
	position:absolute;
	font-family:Monaco, serif;
	color: #181818;
	font-size: 18px;
	text-align: center;
	word-spacing: 5px;
 	line-height:30px;
 	top:10%;
 	left: 15%;
 	width: 70%;
}

#footer {
	position: fixed;
	font-family:Monaco, serif;
	color: #A2A2A2;
	font-size: 12px;
	text-align: center;
	bottom: 15px;
	left:0;
	width: 100%;
	opacity: 1;
}

#bottomfadedlogo {
	position:fixed;
    left:-1px;
	bottom:-1px;
	opacity: .5;
}

/* CONTACT FORM STUFF */

#contactlogo {
	position:fixed;
  	font-family:Monaco, serif;
  	font-size: 18px;
  	text-align:center;
 	top:3px;
 	left: 0;
 	width: 100%;
}

#contactform {
	position: fixed;
	font-size: 25px;
	text-align: center;
	line-height:40px;
	top: 35%;
	left: 0px;
	width:100%;
}

.contactInput {
  	margin: 5 -10px;
  	width: 50%;
  	font-family:Monaco, serif;
  	font-size: 20px;
  	text-align:left;
  	border: 1px solid #000;
  	padding: 4px;
  	height: 40px;
  	border-radius: 3px 3px 3px 3px;
  	outline: none;
  	color: #363636;
}

.messageInput {
  	margin: 5 -10px;
  	width: 50%;
  	font-family:Monaco, serif;
	font-size: 20px;
  	text-align:left;
  	border: 1px solid #000;
  	padding: 4px;
  	height: 190px;
  	border-radius: 3px 3px 3px 3px;
  	outline: none;
  	color: #363636;
}

.loginButton {
	color: #fff;
	background: #000;
	font-family:Monaco, serif;
	border: 1px solid #000;
	width: 50%;
	height: 40px;
	border-radius: 3px 3px 3px 3px;
	font-size: 20px;
	text-align: center;
}

.wrap{
	width: 90%;
	font-size: 40px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height:125px;
	transform: translate(-50%, -50%);
}

/* NAVIGATION MENU SHIT */

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  /* background-color: #FFF; */
  position: relative;
  z-index: 99 !important;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #1C1C1C;
  padding: 8px 8px;
  text-decoration: none;
  text-align: right;
  font-size: 20px;
  height: 25px;
  font-family:Monaco, serif;
  line-height: 15px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  /* background: #FFF; */
  color: #000;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  /* background-color: #FFF; */
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  /* background-color: #FFF; */
  color: white;
}

#topstarthere {
	position:fixed;
    right:32px;
	top:10px;
}

/* Link Colouring */

	A:link { COLOR: #000000; TEXT-DECORATION: none; font-weight: normal }
	A:active { COLOR: #000000; TEXT-DECORATION: none }
	A:visited { COLOR: #000000; TEXT-DECORATION: none }
	A:hover { COLOR: #652714; TEXT-DECORATION: none; font-weight: none }

/* Link Hovering Images */

.brightness {
    display: inline-block;
}
.brightness:hover {
    opacity: .7;
}