
body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', 'Abel', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #2c2825;
}
#parent {
	margin-top: -8px;
	margin-left: -8px;
	margin-right: -8px;
	border: 0px;
}
headercontainer {
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
	height: 82px;
	width: 100%;
	transition: top 1s ease;
	transition: opacity 1s ease;
	z-index: 100;
}
header {
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
	height: 82px;
	width: 100%;
	border-bottom-color: rgba(255,255,255,0);
	transition: top 1s ease;
	transition: background-color 1s ease, border-bottom-color 1s ease;
}
#logo {
	margin-top: 10px;
	margin-left: 20px;
	max-height: 62px;
	width: 150px;
	position: absolute;
	background-color: none;
}
#menu1 {
	margin-left: 250px;
	margin-top: 55px;
	height: 22px;
	width: 75px;
	position: absolute;	
	background-color: none;
	text-align: left;
}
#menu2 {
	margin-left: 350px;
	margin-top: 55px;	
	height: 22px;
	width: 75px;
	position: absolute;	
	background-color: none;
	text-align: left;
}
#menu3 {
	margin-left: 450px;
	margin-top: 55px;	
	height: 22px;
	width: 75px;
	position: absolute;	
	background-color: none;
	text-align: left;	
}
#menu4 {
	margin-left: 550px;
	margin-top: 55px;	
	height: 22px;
	width: 75px;
	position: absolute;	
	background-color: none;
	text-align: left;	
}
#loadbar {
	margin-top: 82px;
	margin-left: 20px;
	height: 2px;
	background-color: #2c2825;
	position: relative;
}	
#border {
	margin: 0px;
	height: 2px;
	background-color: #2c2825;
	position: relative;
	z-index: 0;
}
#content{
	margin-top: 0px;
	margin-left: 0px;
	height: 100vh;
	background-image: url(images/backgrounds/easychair-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow-y: hidden;
}
#designcontainer{
	height: 82px;
	background-color: #ffffff;
}
#project{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}

#designlist{
	margin-top: 0px;
	background-color: #ffffff;
	position: relative;
	z-index: 999;
}
#list{
	margin-top: 20px;
	margin-left: 5%;
	width: 90%;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #4d4a47;
	font-size: 15pt;
	display: block;
}
#aboutcontainer{
	margin-top: 0px;
	margin-left: 0px;
	height: calc(100vh - 38px);
	background-image: url(images/backgrounds/tasklamp-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#abouttext{
	padding-top: 100px;
	margin-left: 10%;	
	max-width: 25%;
	min-width: 350px;
}
#links {
	margin-top: -40px;
	margin-bottom: 5px;
	margin-right: 30px;
	height: 20px;
	text-align: right;
	font-size: 9pt;
}
#copyright{
	margin-top: 30px;
	margin-bottom: 5px;
	margin-right: 30px;
	height: 20px;
	text-align: right;
	font-size: 9pt;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< iFrame >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.iframe-main {
	height: 840px;
	margin-top: 15vh;
	width: 100%;
	border-width: 0px;
	iframeElement.style.display = 'none'
}
body2 {
	background-color: #ffffff;
	font-family: 'Open Sans', 'Abel', sans-serif;
	font-size: 11pt;
	font-weight: 300;
	color: #2c2825;
}
#container {
	margin-top: 0px;
	margin-left: 0px;
	height: 820px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
#text {
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	height: 100%;
	width: 500px;
	vertical-align: top;
	display: inline-block;
	white-space: normal;
}
#text2 {
	vertical-align: bottom;
}

#images {
	margin-top: 20px;
	margin-left: 20px;
	height: 800px;
	display: inline-block;
}
#link {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 790px;
	width: 400px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
}
#linktext {
	margin-right: 30px;
	margin-top: 710px;
	vertical-align: top;
}

#note {
	background-color: #ffffff;
	margin-top: 20px;
	margin-left: 20px;
	height: 800px;
	width: 400px;
	text-align: right;
	vertical-align: top;
	display: inline-block;
	white-space: normal;
}
#notetext {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 650px;
	vertical-align: bottom;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Button Classes >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a.button:link {
	color: #2c2825;
	opacity: 1;
	text-decoration: none;
}
a.button:visited {
	color: #2c2825;
	opacity: 0.0;
	text-decoration: none;
}
a.button:hover {
	color: #2bcbd2;
	opacity: 1;
	text-decoration: none;
}

a.button2:link {
	font-size: 18pt;
	font-weight: 600;
	color: #2c2825;
	opacity: 1;
	text-decoration: none;
}
a.button2:visited {
	font-size: 18pt;
	font-weight: 600;
	color: #2c2825;
	opacity: 0.0;
	text-decoration: none;
}
a.button2:hover {
	font-size: 18pt;
	font-weight: 600;
	color: #2bcbd2;
	opacity: 1;
	text-decoration: none;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Classes >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
a.downsize {
	font-size: 11pt;
	font-weight: 300;
	opacity: .8;
}
a.sizeup {
	font-size: 15pt;
}
a.thicken {
	font-size: 13pt;
	font-weight: 400;
}
a.header {
	font-size: 20pt;
	font-weight: 600;
}
a.name {
	font-size: 15pt;
	font-weight: 600;
}
a.goto {
	font-size: 18pt;
	font-weight: 300;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Menu Fade >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.scrolled {
  background-color: rgba(255,255,255,0.8);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgba(25,15,17,1);
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Loader >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.QOverlay {
	background-color: none;
}
.QLoader {
	margin-left: 12px;
	margin-top: 5px;
	background-color: #ffffff;
	height: 2px;
	opacity: .8;
}


