@charset "utf-8";


/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 1, 2016 */
@font-face {
    font-family: 'ralewaylight';
    src: url('Fonts/raleway-light.woff2') format('woff2'), url('Fonts/raleway-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
	font-style: normal;
	font-weight: 100;
	font-size: 1.1em;
	color: #5F5F5F;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'ralewaylight';
	text-indent: 1em;
	font-style: normal;
	font-weight: 300;
}

h1 {
	font-size: 2em;
	color: #6F6F6F;
	font-weight: 300;
}

#ProfileImage {
	position: absolute;
	min-width:900px;
	bottom: 100px;
	width: 100%;
	height: 240px;
	text-align:center;
	background-image: url('Images/Resources/Line.png');
	background-size: 5000px 200px;
	background-repeat: no-repeat;
}

.Clickbox{
	display:inline-block;
	width: 300px;
	height: 200px;
	text-align: center;
}


.ExtensionLine{
	display:inline-block;
	width: 50%;
	height: 200px;
	text-align: center;
}

.BottomCenter {
	position:relative;
	left: 50%;
	bottom: 0px;
    transform: translate(-50%, -50%);
    font-size: 1em;
}

/* unvisited link */
a:link {
    color: #5F5F5F;
}

/* visited link */
a:visited {
    color: #7F7F7F;
}

/* mouse over link */
 a:hover {
    color: #2f2f2f;
}

/* selected link */
a:active {
    color: #000000;
}

#aboutme {
	position: absolute;
	bottom: -20%;
	width: 100%;
}

#architecture {
	position: absolute;
	bottom: -120%;
	width: 100%;
}

#photograph {
	position: absolute;
	bottom: -220%;
	width: 100%;
}

#idea {
	position: absolute;
	bottom: -320%;
	width: 100%;
}

#contactme {
	position: absolute;
	bottom: -420%;
	width: 100%;
}

#bottom {
	position:fixed;
	bottom: 10px;
	text-align:right;
	font-size:0.6em;
	font-style:normal;
	font-weight:bold;
	width: 96%;
}

#Lineimage {
	display: block;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('Images/Resources/Line.png');
}

#architectureimage {
	display: block;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('Images/Resources/Architecture Icon_01-01.png');
}

#architectureimage:hover {
   background-image: url('Images/Resources/Architecture Icon_02-01.png');
}

#photoimage {
	display: block;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('Images/Resources/Photograph Icon_01-01.png');
}

#photoimage:hover {
   background-image: url('Images/Resources/Photograph Icon_02-01.png');
}

#ideaimage {
	display: block;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url('Images/Resources/Idea Icon_01-01.png');
}

#ideaimage:hover {
   background-image: url('Images/Resources/Idea Icon_02-01.png');
}