/*iFixit Colors:
	black:#17191A	(23, 25, 26, 1)
	gray:#EAEAEA	rgba(234, 234, 234, 1)
	blue:#1356CB	rgba(19, 86, 203, 1)
	white:#FFFFFF	rgba(255, 255, 255, 1)
	*/

body{
	width: 980px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	/*background-color: rgba(234, 234, 234, 1);*/
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-family: "Lato",Arial,sans-serif;
}

#toTopButton{
	width:100px;
	height:35px;
	margin-top:20px;
	position:fixed;
	display:none;
	z-index:3;
	margin-left:1000px;
	float:left;
}

#toTopIcon{
	width:25px;
	height:25px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#toTopText{
	float:left;
	text-align:left;
	color:white;
	font-size:1em;
	margin-top:7%;
}

#toTopText:hover{
	font-size:1.1em;
	cursor:pointer;
}

#bodyholder{
	background-color: white;
	position: relative;
	margin: 0 auto;
	top: 0px;
	width: 980px;
	height: 4160px;
	overflow: hidden;
}

#firstPage{
	/*background-image: url(../pictures/sausalito.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: fixed;*/
    background-color:transparent;
	width:980px;
	height:675px;
	position:relative;
}

#imagespan{
	width:100vw;
	height:675px;
	position:absolute;
	margin-left:0%;
	left:0%;
	background-image: url(../pictures/planet-dichotomy.jpeg);
	min-width:1200px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: fixed;
    z-index:1;
}

#introText{
	width:425px;
	height: 600px;
	margin-left: 50px;
	margin-top: 20px;
	position:absolute;
	z-index:2;
}

#introText h1{
	float:center;
	color:white;
	margin-left:5%;
	margin-top:5%;
	font-family: "Lato",Arial,sans-serif;
}

#introParagraph{
	color: white;
	width: 90%;
	height:90%;
	margin-left: 5%;
	margin-top: 0%;
	font-size: 1.20em;
	float:left;
}

#imgBubble{
	background-image:url(../pictures/suited.JPG);
	background-size: 320px;
	background-repeat: no-repeat;
	background-position: -10px -10px;
	width: 300px;
	height: 300px;
	border-radius: 200px;
	border: 10px solid rgba(33, 34, 36, .9);
	margin-left:625px;
	margin-top: 125px;
	position:absolute;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index:2;
}

#fpRibbon{
	background-color: rgba(33, 34, 36, .9);
	width:100vw;
	height: 75px;
	position:absolute;
	z-index:3;
	margin:0 auto;
	left:0%;
	top:600px;
	min-width:1200px;
}

.thumbnail{
	width:25px;
	height:auto;
	position:absolute;
	left:10px;
	bottom:5px;
}

.jumpToButton{
	width:180px;
	height:45px;
	position:absolute;
	margin-top:600px;
	z-index:3;
	border-radius: 20px;
	padding-top:5px;
	padding-left:20px;
	top:10px;
	cursor:pointer;
}

.jumpToText{
	font-size: 1.3em;
	margin-left: 18%;
	margin-top: 7%;
	color:white;
	float:left;
}

.jumpToText:hover{
	color:rgba(19, 86, 203, 1);
}

#profileJumpTo{
	left: 15%;
}

#experienceJumpTo{
	left: 45%;
}

#benefitJumpTo{
	left: 575px;
}

#contactJumpTo{
	left: 80%;
}

#secondPage{
	background-color: white;
	width:980px;
	height:675px;
	position:relative;
}

#profileRibbon{
	width:100vw;
	height:35px;
	background-color: rgba(33, 34, 36, .9);
	position:absolute;
	z-index:1;
	margin:0 auto;
	left:0%;
	top:750px;
	min-width:1200px;
}

.ribbonTitle{
	position:absolute;
	font-size:2em;
	color:white;
	float:left;
	z-index:2;
	margin-left:18%;
	margin-top:7.25%
}

#profileBubble{
	border: 5px solid rgba(33, 34, 36, .9);
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius:50px;
	font-size:5em;
	position:absolute;
	margin-top: 35px;
	margin-left: 50px;
	z-index:2;
}

#profileText{
	font-size: 1.2em;
	line-height: 1.4em;
	width: 90%;
	height: 80%;
	margin-top: 18%;
	margin-left: 10%;
	overflow:hidden;
	float:left;
}

#thirdPage{
	background-color: white;
	width:980px;
	height:675px;
	position:relative;
}

#experienceRibbon{
	width:100vw;
	height:35px;
	background-color: rgba(33, 34, 36, .9);
	position:absolute;
	z-index:1;
	margin:0 auto;
	left:0%;
	top:1425px;
	min-width:1200px;
}

#experienceBubble{
	border: 5px solid rgba(33, 34, 36, .9);
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius:50px;
	font-size:5em;
	position:absolute;
	z-index:2;
	margin-top: 35px;
	margin-left: 50px;
}

#viewerBox{
	/*background-image: url(../pictures/Cucco.png);
	background-repeat: no-repeat;
	background-size:500px 500px;*/
	width:500px;
	height:500px;
	position:absolute;
	top:160px;
	left: 35px;
	border-radius:4px;
	padding:0px 0px 0px 0px;
}

#viewerBox iframe{
	width:996px;
	height:996px;
	margin-top:0%;
	position:absolute;
	top:0px;
	left:2px;
 	-webkit-transform: scale(.5);
 	-webkit-transform-origin:0 0;
 	z-index:1;
}

#viewerBox img{
	width:99%;
	height:auto;
	position:absolute;
	margin:0% 0% 0% .5%;
	top:0px;
	left:0px;
}

#viewerTextBox{
	background-color: rgba(255,255,255,.85);
	width: 500px;
	height: 250px;
	position:absolute;
	margin-top: 250px;
	z-index:2;
	border:2px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#viewerTextBox h2{
	font-weight:900;
	float:left;
	width:90%;
	height:15%;
	margin: 0% 0% 0% 5%;
	border-bottom: 1px solid black;
}

#viewerDescription{
	font-size: 0.85em;
	width:96%;
	height:60%;
	margin:2% 0% 0% 2%;
	float:left;
}

#viewerPrompt{
	height:10%;
	width:96%;
	margin:2% 0% 0% 2%;
	float:left;
	color:blue;
	cursor:pointer;
	background-color:rgba(234, 234, 234, .75);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sideViewer{
	position:absolute;
	left:50px;
}


.sideView img{
	width:200px;
	height:auto;
	position:absolute;
	z-index:1;
	left:2px;
	top:10px;
}

.sideView{
	/*background-image: url(../pictures/Cucco.png);
	background-repeat: no-repeat;
	background-size:200px 200px;*/
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius:4px;
}

.sideTextBox{
	background-color: rgba(255,255,255,.8);
	width: 200px;
	height: 100px;
	margin-top: 125px;
	position:absolute;
	z-index:2;
	border:2px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sideTextBox h3{
	font-size:1em;
	font-weight:900;
	width:90%;
	height:20%;
	margin: 0% 0% 0% 5%;
	border-bottom: 1px solid black;
}

.sideTextBox p{
	font-size: .75em;
	width:96%;
	height:45%;
	margin:2% 0% 0% 2%;
	float:left;
	overflow:hidden;
}

.sidePrompt{
	color:blue;
	cursor:pointer;
	background-color:rgba(234, 234, 234, .75);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sideView1{
	left: 500px;
	top: 200px;
}

#sideView2{
	left: 725px;
	top: 200px;
}

#sideView3{
	left: 500px;
	top: 425px;
}

#sideView4{
	left: 725px;
	top: 425px;
}

#fourthPage{
	background-color: white;
	width:980px;
	height:1490px;
	position:relative;
	z-index:-1;
}

#benefitRibbon{
	width:100vw;
	height:35px;
	background-color: rgba(33, 34, 36, .9);
	position:absolute;
	z-index:1;
	margin:0 auto;
	left:0%;
	top:2100px;
	min-width:1200px;
	display:none;
}

#benefitBubble{
	border: 5px solid rgba(33, 34, 36, .9);
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius:50px;
	font-size:5em;
	position:absolute;
	z-index:2;
	margin-top: 35px;
	margin-left: 50px;
}

#firstApp{
	width:900px;
	height: 400px;
	position: absolute;
	top: 150px;
	left: 40px;
	border: 2px solid black;
}

#firstInteract{
	width: 650px;
	height: 400px;
	position:absolute;
	top: 0px;
	left: 250px;
	background-color: white;
}

#firstMain{
	width: 400px;
	height: 400px;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../pictures/teardown_2.jpeg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:center;
}

#box1{
	width:29px;
	height:19px;
	position:absolute;
	left:225px;
	top:230px;
}

#firstMain .highlightBox:hover{
	background-color:rgba(234, 234, 234, .7);
	cursor:pointer;
}

#navBarLeftArea{
	width:35px;
	height:35px;
	background-color: rgba(234, 234, 234, .8);
	border: 1px solid black;
	border-radius: 15px 2px 2px 15px;
	position:absolute;
	left:35px;
	top:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}

#leftNavArrow{
	width: 25px;
	height:25px;
	margin-top: 5px;
}

#navBarTitle{
	width:250px;
	height: 35px;
	background-color: rgba(234, 234, 234, .8);
	border: 1px solid black;
	border-radius: 2px;
	position:absolute;
	left:75px;
	top:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}

#navBarText{
	font-weight: 900;
	font-size: 1.2em;
	height:90%;
	width:90%;
	margin: 2% 0% 0% 5%;
	float:left;
}

#navBarRightArea{
	width:35px;
	height:35px;
	background-color: rgba(234, 234, 234, .8);
	border: 1px solid black;
	border-radius: 2px 15px 15px 2px;
	position:absolute;
	left:330px;
	top:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}

#rightNavArrow{
	width: 25px;
	height: 25px;
	margin-top: 5px;
}

#titleDropdown{
	width: 250px;
	height: 120px;
	position:absolute;
	left: 76px;
	top: 45px;
	background-color:rgba(0,0,0,0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display:none;
}

#titleDropdown ul{
	width: 100%;
	height: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

#titleDropdown li{
	height:25%;
	width:90%;
	margin: 3% 0% 0% 5%;
	background-color:rgba(234, 234, 234, .8);
	list-style:none;
	font-size:1.3em;
	text-align: center;
	cursor:pointer;
}

#step1{
	color:blue;
}

#titleDropdown li:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#firstSupport{
	width: 240px;
	height: 400px;
	position:absolute;
	top: 0px;
	left: 410px;
	background-color: rgba(234, 234, 234, 1);
}

#firstTitleBox{
	width: 220px;
	height: 30px;
	position:absolute;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid black;
	float:left;
}

#colorBubble{
	width: 10px;
	height: 10px;
	border: 8px solid #262626;
	border-radius: 20px;
	margin-top: 2px;
	margin-left: 10px;
	float:left;
}

#supportTitle{
	width:75%;
	height: auto;
	font-weight: 900;
	font-size: 1.4em;
	float:left;
	text-align:left;
	margin:2% 0% 0% 5%;
}

#supportDescription{
	width:90%;
	height: 65%;
	margin:20% 0% 0% 5%;
	float:left;
	text-align:left;
}

#supportExtraTitle{
	width:90%;
	height:auto;
	font-size: 1em;
	text-align:left;
	float:left;
	margin:0% 0% 0% 5%;
}

#supportExtraBox{
	width: 220px;
	height: 70px;
	border-top: 2px solid black;
	position:absolute;
	left: 10px;
	top: 325px;
}

#supportExtraBox a{
	text-align:left;
	float:left;
	width:100%;
	height:auto;
}

#firstDescription{
	width:250px;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: white;
}

#firstSeperator{
	width: 220px;
	height: 30px;
	position:absolute;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid black;
}

#firstTitle{
	width:90%;
	height: 100%;
	font-weight: 900;
	font-size: 1.5em;
	text-align:left;
	float:left;
	margin:0% 0% 0% 5%;
}

.instruction{
	font-size:.85em;
	line-height: 1.25em;
	float:left;
	text-align:center;
	color:blue;
	margin:17% 0% 0% 5%;
	width:90%;
	height:auto;
}

#firstText{
	font-size:.85em;
	line-height: 1.25em;
	float:left;
	width: 90%;
	height: 85%;
	margin:1% 0% 0% 5%;
	color:black;
	text-align:left;
}

#secondApp{
	width:900px;
	height: 400px;
	position: absolute;
	top: 1010px;
	left: 40px;
	border: 2px solid black;
}

#secondInteract{
	width: 650px;
	height: 400px;
	position:absolute;
	top: 0px;
	left: 250px;
	background-color: white;
}

#secondMain{
	width: 400px;
	height: 400px;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../pictures/toolbox.jpg);
	background-size:100% auto;
	background-position:center;
}

.app2Tools{
	width:150px;
	height:auto;
	position:absolute;
}

.app2Tools:hover{
	cursor:pointer;
}

#Tool1{
	left:30px;
	top:135px;
	-ms-transform: rotate(125deg); /* IE 9 */
    -webkit-transform: rotate(125deg); /* Chrome, Safari, Opera */
    transform: rotate(125deg);
}

#Tool2{
	left: 135px;
	top:150px;
	width:125px;
	-ms-transform: rotate(210deg); /* IE 9 */
    -webkit-transform: rotate(210deg); /* Chrome, Safari, Opera */
    transform: rotate(210deg);
}

#Tool3{
	left: 240px;
	top:140px;
	width:125px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
}

#secondSupport{
	width: 240px;
	height: 400px;
	position:absolute;
	top: 0px;
	left: 410px;
	background-color: rgba(234, 234, 234, 1);
}

#secondTitleBox{
	width: 220px;
	height: 30px;
	position:absolute;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid black;
	float:left;
}

#secondSupportTitle{
	width:auto;
	height: auto;
	font-weight: 900;
	font-size: 1.1em;
	text-align:left;
	float:left;
	margin:2% 0% 0% 2%;
}

#purchaseButton{
	width: 100px;
	height: 25px;
	background-color: rgba(19, 86, 203, .8);
	border:2px solid black;
	border-radius: 10px;
	position:absolute;
	left: 120px;
	top:0px;
	float:left;
	display:none;
	cursor:pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#purchaseButton:hover{
	color:white;
}

#purchaseText{
	text-align:left;
	margin:4% 0% 0% 5%;
	font-size:.9em;
}

#purchaseArrow{
	width:20px;
	height:20px;
	position:absolute;
	left: 75px;
	top:2.5px;
}

#toolboxList{
	list-style:none;
	float: left;
	width:220px;
	height:300px;
	position:absolute;
	left:10px;
	top:50px;
	padding:0px 0px 0px 0px;
}

#toolboxList li{
	width:80%;
	height:20%;
	margin:10% 0% 0% 10%;
	float:left;
	border-radius:5%;
}

#toolboxList li p{
	float:left;
	font-size:1.2em;
	margin:3% 0% 0% 5%;
	width:90%;
	height:25%;
}

#toolbox1{
	border:2px solid blue;
}

#toolbox2{
	border:2px solid green;
}

#toolbox3{
	border: 2px dashed red;
}

#secondDescription{
	width:250px;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: white;
}

#secondSeperator{
	width: 220px;
	height: 30px;
	position:absolute;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid black;
}

#secondTitle{
	width:90%;
	height: 100%;
	font-weight: 900;
	font-size: 1.5em;
	float:left;
	text-align:left;
	margin:0% 0% 0% 5%;
}

#secondText{
	font-size:.85em;
	line-height: 1.25em;
	width: 90%;
	height: 85%;
	float:left;
	margin:1% 0% 0% 5%;
	text-align:left;
}

#thirdApp{
	width:900px;
	height: 400px;
	position: absolute;
	top: 580px;
	left: 40px;
	border: 2px solid black;
}

#thirdInteractive{
	width: 600px;
	height: 400px;
	position:relative;
	top: 0px;
	left: 300px;
	background-color: white;
}

#backgroundAppRibbon{
	width:600px;
	height:75px;
	position:absolute;
	top:0px;
	left:0px;
	background-image: url(../pictures/LonLonRanch.jpg);
	background-position: 0px -145px;
	background-size:600px 600px;
}

#profileImage{
	width:75px;
	height:75px;
	border:2px solid black;
	position:absolute;
	left:25px;
	top:25px;
	background-color:white;
}

#profileName{
	font-size:2em;
	font-weight:900;
	width:auto;
	height:auto;
	color:white;
	float:left;
	margin-left:20%;
}

#firstDataBox{
	width:125px;
	height:40px;
	position:absolute;
	top: 85px;
	left: 150px;
	background-color:rgba(234, 234, 234, .8);
	float:left;
}

.dataBoxTitle{
	font-size: 0.8em;
	height:45%;
	width:100%;	
	float:left;
	margin:2% 0% 0% 0%;
}

.dataBoxValue{
	font-size: 0.8em;
	margin-top:0%;
	height:45%;
	width:100%;	
	float:left;
}

#secondDataBox{
	width:125px;
	height:40px;
	position:absolute;
	top: 85px;
	left: 280px;
	background-color:rgba(234, 234, 234, .8);
}

#thirdDataBox{
	width:125px;
	height:40px;
	position:absolute;
	top: 85px;
	left: 410px;
	background-color:rgba(234, 234, 234, .8);
}

.app3Thumbnail{
	width:90px;
	height:auto;
	overflow:hidden;
	margin:3% 0% 0% 1%;
	float:left;
}

.app3Caption{
	width:95px;
	height:85px;
	margin:1% 0% 0% 0%;
	float:left;
	background-color:rgba(234, 234, 234, 1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}

.app3Caption:hover{
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.app3Caption p{
	font-size:.85em;
	vertical-align:middle;
	margin-left:1%;
}

#privateTitle{
	font-size:1.2em;
	font-weight: 900;
	float:left;
	width:90%;
	height:auto;
	margin-top:22%;
	margin-left: 5%;
	text-align:left;
}

#privateArea{
	width:580px;
	height:100px;
	position:absolute;
	border-top:2px solid black;
	left:10px;
	top:155px;
}

#publicTitle{
	font-size:1.2em;
	font-weight: 900;
	float:left;
	width:90%;
	height:auto;
	margin-top:16%;
	margin-left: 5%;
	text-align:left;
}

#publicArea{
	width:580px;
	height:100px;
	position:absolute;
	border-top:2px solid black;
	left:10px;
	top:290px;
}

#thirdDescription{
	width:290px;
	height:400px;
	position:absolute;
	left:0px;
	top:0px;
	background-color: white;
}

#thirdSeperator{
	width: 270px;
	height: 30px;
	position:absolute;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid black;
}

#thirdTitle{
	width:90%;
	height: 100%;
	font-weight: 900;
	font-size: 1.5em;
	float:left;
	text-align:left;
	margin:0% 0% 0% 5%;
}

#thirdText{
	font-size:.85em;
	line-height: 1.25em;
	width: 90%;
	height: 85%;
	float:left;
	margin:1% 0% 0% 5%;
	text-align:left;
}

#fifthPage{
	background-color: white;
	width:980px;
	height:700px;
	position:relative;
}

#contactRibbon{
	width:100vw;
	height:35px;
	background-color: rgba(33, 34, 36, .9);
	position:absolute;
	z-index:1;
	margin:0 auto;
	left:0%;
	top:3590px;
	min-width:1200px;
}

#contactBubble{
	border: 5px solid rgba(33, 34, 36, .9);
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius:50px;
	font-size:5em;
	position:absolute;
	z-index:2;
	margin-top: 35px;
	margin-left: 50px;
}

#nameBox{
	width:500px;
	height:75px;
	position:absolute;
	left:0px;
	top:165px;
	background-color:rgba(19, 86, 203, .8);
	padding-top:0px;
	float:left;
	margin:0% 0% 0% 5%;
	border-bottom:1px solid blue;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myName{
	color:white;
	font-size: 3em;
	font-weight:900;
	text-align:left;
	margin:2% 0% 0% 5%;
	float:left;
}

#phoneNumber{
	font-size: 2em;
	float:left;
	text-align:left;
	margin:27% 0% 0% 5%;
	width:80%;
	height:auto;
}

#emailAddress{
	font-size: 2em;
	float:left;
	text-align:left;
	margin:2% 0% 0% 5%;
	width:80%;
	height:auto;
}

#documentHeading{
	font-size: 2em;
	float:left;
	text-align:left;
	margin:2% 0% 0% 5%;
	width:90%;
	height:auto;
}

#documentSend{
	width:600px;
	height:200px;
	background-color:rgba(234, 234, 234, 1);
	position:absolute;
	top:420px;
	margin-left:5%;
	font-size:2em;
	float:left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#emailCaption{
	font-size:.8em;
	float:left;
	margin:2% 0% 0% 5%;
}

#emailInput{
	width:400px;
	height: 25px;
	position:absolute;
	left:10px;
	top:30px;
	margin:2% 0% 0% 5%;
	float:left;
}

#resumeDoc{
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  position:absolute;
  left:0px;
  top: 100px;
  margin: 0% 0% 0% 5%;
  float:left;
}

#resumeCaption{
	font-size:0.6em;
	float:left;
	margin:8.5% 0% 0% 8%;
	text-align:left;
	width:80%;
	height:auto;
}

#lorDoc{
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  position:absolute;
  left:0px;
  top: 150px;
  margin: 0% 0% 0% 5%;
  float:left;
}

#lorCaption{
	font-size:0.6em;
	float:left;
	margin:4.5% 0% 0% 8%;
	text-align:left;
	width:50%;
	height:auto;
}

#sendEmail{
	width:20%;
	height:auto;
	background-color:rgba(19, 86, 203, .8);
	text-align:center;
	border-radius:15px;
	position:absolute;
	top:125px;
	left:400px;
	border:2px solid blue;
	cursor:pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#sendEmail:hover{
	background-color:rgba(19, 86, 203, .6);
}

/*Planet Rework*/
#portfolio{
	padding-top:150px;
}

.project{
	width:90%;
	height:275px;
	/*background-color:cyan;*/
	margin:5px 10%;
	float:left;
	clear:left;
}
.footage{
	max-height:100%;
	max-width:48%;
	float:left;
}

.widevid{
	width:50%;
	height:auto;
}

.projectDesc{
	width:50%;
	float:right;
	text-align:left;
	min-width:200px;
}

#documaptFrame{
	width:996px;
	height:996px;
 	-webkit-transform: scale(.275);
 	-webkit-transform-origin:0 0;
}

#iframeHolder{
	width:50%;
	float:left;
}

.projectDesc h2, .projectDesc p{
	margin:0 0;
}