html {
	scroll-behavior: smooth;
}

/* Console effect */
body {
	background-color: #000;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
    height: 100%;
    overflow-x: clip;
    overflow-y: scroll;
    margin: 0;
}

a {
	text-decoration: none;
	color: white;
}

.whiteBg {
	background-color: white;
}

#signupImage {
	width: 100vw;
    position: relative;
    right: 0;
    height: 100vh;
    object-fit: cover;
}

#signupImageFixed {
	width: 100vw;
    position: fixed;
    right: 0;
    height: 100vh;
    object-fit: cover;
}

#signupDevicesImage {
	width: 100vw;
    position: absolute;
    right: 0;
    height: 100vh;
    object-fit: cover;
}

#signupEntraImage {
	width: 100vw;
    position: fixed;
    right: 0;
    height: 100vh;
    object-fit: cover;
}

button:focus {
	outline:0;
}

.oswald {
	font-family: 'Oswald', sans-serif;
	color: white;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	cursor: pointer;
}

.pointer:hover{
    cursor:pointer;
}

a:focus {
	outline: 0;
}

.opacity9 {
    opacity: 0.9;	
}

#front{
	overflow: hidden;
	background-color: #FFFFF8;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top:0;
}

#front2{
	overflow: hidden;
	background-color: #FFFFF8;
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top:700px;
}

#altStartPage{
	display:none;
	overflow:hidden;
}

#altStartPageShow{
	display:block;
	background-color: #fffff8;
}

#frontSubheader{
	color: #3f51b5;
    font-size: 2em;
    position: relative;
    padding-left: 10vw;
    padding-right: 10vw;
    font-family: Corso;
    width: 80vw;
    padding-top: 42px;
    padding-bottom: 52px;
    border-color: darkgray;
    border-top-style: double;
    border-width: 5px;
    margin-top: -4px;
}

#googleForm {
	color:blue;
	padding-top:20px;
	display:block;
	padding-bottom:20px;
}

.testimonial {
	font-family: 'Bad Script', cursive;
	font-style: italic;
	padding-top: 28px;
}

.testimonialAuthor {
	text-align: right;
	margin-bottom: 38px;
	font-size: .9em;
    font-weight: lighter;
    font-style: normal;
    font-family: 'Oswald';
}

.bigger2 {
	font-size: 1.35em;
}

.sectionTitle {
	font-family: 'Oswald', sans-serif;
	font-size: 2.4em;
	text-align:center;
	color: #fff;
}

.sectionText {
	font-family: 'Cardo', serif;
	font-size: 1.0em;
	color: #fff;
}

#frontIcon {
	position: relative;
	height: 75px;
	width: 20vw;
	margin-left: 0;
}

#frontSubHeaderText {
	position: absolute;
    width: 60vw;
    margin-left: 20px;
    top: 90px;
    text-align: center;
}

#frontSection3 {
	position: relative;
	border-color: darkgray;
    border-top-style: double;
    border-width: 5px;
    margin-top: -4px;
    color: #fffff8;
    background-color: #202a6e;
    z-index: 200;
    width: 100%;
}

#rightFront{
	background-size: cover;
	background-position: center;
	left: 0%;
	width: 100vw;
    height: 700px;
	position: relative;
	z-index: 200;
	top: 0;
}

#rightFront2{
	background-size: cover;
	background-position: center;
	left: 0%;
	width: 100vw;
    height: 700px;
	position: fixed;
	z-index: 200;
	top: 0;
}

#rightFrontFixed{
	background-size: cover;
	background-position: center;
	left: 0%;
	width: 100vw;
    height: 700px;
    min-height: 100vh;
	position: absolute;
	z-index: 200;
	top: 0;
}

#contactIfNeeded {
	padding-top: 20px;
	padding-bottom: 50px;
	width: 100%;
}


.pink{
	color: #ff4081;
}

.blue{
	color: #3F51B5;
}

#frontButtonDiv{
	font-family: Corso;
	position: relative;
	top:34%;
	text-align:center;
	margin-top: 29px;
}

#frontButton{
	color: black;
    position: relative;
    background-color: rgba(255, 255, 255, 0.39);
    border-radius: 20px;
    padding: 20px;
    margin-top: 0px;
    font-size: 1.88em;
}

#frontButton:hover {
	cursor: pointer;
}



.frontSubtitleWhite{
	color: lightGreen;
	font-family: 'Cardo', serif;
	position: relative;
	text-align: center;
	top: 34%;
	font-size:1.9em;
	border-width: 1px;
    border-color: lightgreen;
    border-style: solid;
    border-radius: 6px;
    padding: 11px;
}

.frontSubtitle{
	color: white;
	font-family: 'Cardo', serif;
	position: relative;
	text-align: center;
	top: 34%;
	font-size:1.9em;
}

.mainIconImg{
	height:200px;
}

.iconDiv{
	display:none;
	width:100%;
	text-align:center;
	position:absolute;
    top:370px;
}


.installSubtitle {
	color: #e0e0e0;
    font-family: 'Oswald', serif;
    position: relative;
    text-align: left;
    padding: 20px;
    font-size:1.9em;
}

.stepNumber {
	color: #e0e0e0;
    font-family: 'Oswald', serif;
    position: relative;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.7em;
    max-width: 50vw;
}

.stepText {
	color: #e0e0e0;
    font-family: 'Cardo', serif;
    position: relative;
    text-align: left;
    padding: 20px;
    font-size:1.7em;
    margin-left: 20px;
}

.codeLink {
	color: #e0e0e0;
    font-family: 'Cardo', serif;
    position: relative;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 60px;
    font-size:1.0em;
    margin-left: 20px;
}


.csLang {
	color: #e0e0e0;
    font-family: 'Cardo', serif;
    position: relative;
    text-align: left;
    padding-top: 6px;
    font-size:1.7em;
    margin-left: 40px;
    font-weight: bold;
}

.downloadButton{
	width:250px;
}

#demoBody{
	background-color:#3F51B5;
}

#cursor {
	position:relative;
	font-weight:bold;
}

#checkEmailCursor {
	position:relative;
	font-weight:bold;
}

#versionRow{
	margin-bottom:7px;
}

#typeRow{
	padding-right:25px;
	margin-bottom:3px;
	margin-top:0;
}

#typeLabel{
	width:186px;
}

#typeRowEnterprise {
	padding-right:25px;
	margin-top:3px;
}

#typeLabelEnterprise {
	width: 186px;
}

#qrTable{
	border:0;
	border-collapse:collapse;
}

.topLink {
	color: white;
	outline: 0;
	text-decoration: underline;
}

.topLink:focus {
	outline: 0;
}

#signOut:hover {
	cursor: pointer;
}

#wholePage {
	width: 100vw;
	top: 0;
	left: 0;
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
}

#wholePageAbs {
	width: 100vw;
	top: 0;
	left: 0;
	position: absolute;
	min-height: 100vh;
	overflow-x: hidden;
	z-index: 2;
}

#fullPageImage {
	position: fixed;
	background: url(/imgFiles/glitcheffect.gif) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
}

#fullPageImageAlt {
	position: fixed;
	background: url(/imgFiles/glitcheffectAlt.gif) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 200;
	display: none;
}

#wholeConsole {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: monospace;
	color: lightgreen;
	z-index: 100;
}

#consoleTitle {
	position: absolute;
    margin-top: 10vh;
    margin-left: 8vw;
    font-size: 2.3em;
    display: none;
    top: 0;
}

.consoleLink{
	color:white;
	text-decoration:underline;
}

.consoleLink:hover {
	cursor: pointer;
}

#skip {
	position: absolute;
    left: 62vw;
    font-size: 1.25em;
    top: 80vh;
    display: none;
}

#skipButton {
	color: black;
    background-color: lightgreen;
    padding: 10px;
    left: auto;
    width: 121px;
    display: block;
    position: absolute;
    font-size: .8em;
    text-align: center;
}


/* end Console effect */

.hrStyle {
	margin:30px;
	position:relative;
}

#b2fSignup {
	color:white;
	position: absolute;
    width: 100%;
    margin-top: 10vh;
    font-size: 1.2em;
}

.signupHeading1 {
	font-size:1.3em;
	font-weight:bold;
}

#newContactUs:hover {
	cursor: pointer;
}

#newContactUs:focus {
	outline:0;
}

#newRegister:focus {
	outline:0;
}

.helpTopic {
	font-family: monospace;
	color: lightgreen;
}

.helpTopic:hover {
	cursor: pointer;
}

.terminal {
	/*position: absolute;*/
	font-family: monospace;
	color: lightgreen;
	background-color: black;
}

#newHelpTitle {
	font-size: 1.4em;
	color: lightgreen;
}

#newHelpTopic {
	font-size: 1.3em;
	color: lightgreen;
}

#newHelpAnswer {
	font-size: 1.1em;
	color: lightgreen;
}

.cellTopLeft{
	border-top-color:white;
	border-left-color:white;
	border-right-color:white;
	border-bottom-color:black;
	border-right-width:1px;
}

.cellTopRight{
	border-top-color:white;
	border-left-color:black;
	border-right-color:white;
	border-bottom-color:black;
	border-left-width:0;
}

.cellLeft{
	border-top-color:black;
	border-left-color:white;
	border-right-color:white;
	border-bottom-color:black;
	border-right-width:1px;
}

.cellRight{
	border-top-color:black;
	border-left-color:black;
	border-right-color:white;
	border-bottom-color:black;
	border-left-width:0;
}

.cellBottomRight{
	border-top-color:black;
	border-left-color:black;
	border-right-color:white;
	border-bottom-color:white;
	border-left-width:0;
}

.cellBottomLeft {
	border-top-color:black;
	border-left-color:white;
	border-right-color:white;
	border-bottom-color:white;
	border-right-width:1px;
}

#versionsText {
    margin-top: 13vh;
    position: absolute;
    margin-left: 10vw;
    max-width:74vw;
    /* margin-right: 15vw; */
    padding-right: 15px;
}

.betaTestResp {
	font-size: 1.1em;
    margin-left: 5vw;
    max-width: 79vw;
    margin-bottom: 2px;
    display: block;
    margin: 111px;
}

#wholePageBeta {
    width: 100vw;
    top: 0;
    left: 0;
    position: absolute;
    min-height: 100vh;
    overflow-x: hidden;
}

.pageTitleBeta {
	font-family: 'Oswald', sans-serif;
    font-size: 2em;
    padding: 20px;
    position: absolute;
    z-index: 100000;
    color: white;
}

#signupCompleteText0 {
	position: relative;
	font-size:1.1em;
	margin-top:20vh;
	margin-left: 5vw;
	max-width:79vw;
	margin-bottom:2px;
	display: inline-block;
}


#signupCompleteText1,
#signupCompleteText2 {
	position: relative;
	font-size:1.1em;
	margin-top:2px;
	margin-left: 5vw;
	max-width:79vw;
	display: inline-block;	
}

#registerText0 {
	position: relative;
	font-size:1.4em;
	margin-top:20vh;
	margin-left: 5vw;
	max-width:79vw;
	/* margin-right: 16vw; */
	margin-bottom:2px;
	/* display:block; */
	display: inline-block;
	font-weight: bold;
}

#registerText1,
#registerText2,
#registerText3,
#registerText4 {
	position: relative;
	font-size:1.1em;
	margin-top:2px;
	margin-left: 10vw;
	max-width:74vw;
	display: inline-block;
}

#registerText5 {
	position: relative;
	font-size:1.1em;
	margin-top:2px;
	margin-left: 10vw;
	max-width:74vw;
	display: block;
}


#addUsersText0 {
	position: relative;
	font-size:1.2em;
	margin-top:20vh;
	margin-bottom:5px;
	margin-left: 5vw;
	max-width:79vw;
	display: inline-block;
	color:white;
}

#addUsersText1,
#addUsersText2,
#addUsersText7 {
	position: relative;
	font-size:1.4em;
	margin-left: 5vw;
	max-width:79vw;
	margin-bottom:2px;
	display: inline-block;
	font-weight: bold;
}

#sshText{
	margin-top: 10vh;
    position: absolute;
    
}

#sshText0 {
	position: relative;
	font-size:1.4em;
	margin-left: 5vw;
	max-width:79vw;
	margin-bottom:2px;
	display: inline-block;
	font-weight: bold;
}

#sshText1,
#sshText3,
#sshText5,
#sshText6,
#sshText7,
#sshText8,
#sshText9,
#sshText10,
#sshText11,
#sshText12,
#sshText13,
#sshText14,
#sshText15,
#sshText16,
#sshText17,
#sshText19, 
#sshText20,
#sshText21,
#sshText22,
#sshText23,
#sshText24,
#sshText25 {
	position: relative;
	font-size:1.0em;
	margin-bottom:5px;
	margin-left: 10vw;
	max-width:74vw;
	display: inline-block;
}

#sshText2 {
	position: relative;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:5px;
	margin-left: 5vw;
	max-width:79vw;
	display: inline-block;
	color:white;
}

#sshText4,
#sshText18 {
	position: relative;
	font-size:1.3em;
	margin-left: 7vw;
	max-width:77vw;
	margin-bottom:2px;
	display: inline-block;
	font-weight: bold;
}

#addUsersText3,
#addUsersText4,
#addUsersText5, 
#addUsersText6,
#addUsersText8,
#addUsersText9,
#addUsersText10 {
	position: relative;
	font-size:1.1em;
	margin-left: 10vw;
	max-width:74vw;
	/* margin-right: 16vw;*/
	/* display: inline-block; */
}



#aboutText1:hover,
#aboutText2:hover,
#aboutText3:hover,
#aboutText4:hover,
#aboutText5:hover,
#aboutText6:hover {
	cursor: pointer;
}

#aboutText0 {
	position: relative;
	font-size:1.9em;
	margin-top:1vh;

    margin-bottom:20px;
	margin-bottom:20px;
	display: inline-block;
/* 	font-family: 'Corsi', serif; */
}

#aboutText1,
#aboutText2,
#aboutText3,
#aboutText4,
#aboutText5,
#aboutText6 {
	position: relative;
    font-size:1.9em;
    margin-top:1vh;
    margin-bottom:20px;
    margin-right: 5vw;
    /* display: inline-block; */
/*     font-family: 'Corsi', serif; */
}

#webServerText{
	margin-top:10vh;
}

#webServerText0,
#webServerText1,
#webServerText2,
#webServerText3 {
	position: relative;
	font-size:1.2em;
	margin-top:10px;
	margin-bottom:5px;
	margin-left: 5vw;
	max-width:79vw;
	/* margin-right: 16vw; */
	/* padding-right: 30px; */
	/* display:block; */
	display: inline-block;
	color:white;
}
#webServerText4,
#webServerText8,
#webServerText12,
#webServerText21 {
	position: relative;
	font-size:1.4em;
	margin-top:10px;
	margin-left: 5vw;
	max-width:79vw;
	/* margin-right: 16vw; */
	/* display:block; */
	display: inline-block;
}

#webServerText23,
#webServerText25,
#webServerText27 {
	position: relative;
	font-size:1.4em;
	margin-top:10px;
	margin-left: 7.5vw;
	max-width:76.5vw;
	/* margin-right: 16vw; */
	margin-bottom:20px;
	/* display:block; */
	text-decoration:underline;
	display: inline-block;
}

#webServerText22,
#webServerText24,
#webServerText26 {
	position: relative;
	font-size:1.1em;
	margin-top:10px;
	margin-left: 7.5vw;
	max-width:76.5vw;
	/* margin-right: 16vw;
	display:block; */
	display: inline-block;
}

#webServerText5,
#webServerText6,
#webServerText7,
#webServerText9,
#webServerText10,
#webServerText11,
#webServerText13,
#webServerText14,
#webServerText15,
#webServerText16,
#webServerText17,
#webServerText18,
#webServerText19,
#webServerText20
{
	position: relative;
	font-size:1.1em;
	margin-left: 10vw;
	max-width:74vw;
	/* margin-right: 16vw;
	display:block; */
	display: inline-block;
}

#webServerTextAnswer230,
#webServerTextAnswer231,
#webServerTextAnswer232,
#webServerTextAnswer233,
#webServerTextAnswer234,
#webServerTextAnswer235,
#webServerTextAnswer236,
#webServerTextAnswer237,
#webServerTextAnswer238,
#webServerTextAnswer239,
#webServerTextAnswer2310,
#webServerTextAnswer2311,
#webServerTextAnswer2312,
#webServerTextAnswer2313,
#webServerTextAnswer2314,
#webServerTextAnswer2315,
#webServerTextAnswer250,
#webServerTextAnswer251,
#webServerTextAnswer252,
#webServerTextAnswer253,
#webServerTextAnswer254,
#webServerTextAnswer255,
#webServerTextAnswer256,
#webServerTextAnswer257,
#webServerTextAnswer258,
#webServerTextAnswer259,
#webServerTextAnswer2510,
#webServerTextAnswer2511,
#webServerTextAnswer2512
{
	position: relative;
	font-size:1.1em;
	margin-top:10px;
	margin-left: 10vw;
	max-width:74vw;
	/* margin-right: 16vw;
	display:block; */
	display: inline-block;
}

#webServerText23:hover,
#webServerText25:hover,
#webServerText27:hover {
	cursor: pointer;
}

#privacyText0 {
	position: relative;
	font-size:1.4em;
	margin-top:10px;
	margin-left: 5vw;
	max-width:79vw;
	/* margin-right: 16vw; */
	margin-bottom:20px;
	/* display:block; */
	color: white;
	display: inline-block;
}

#privacyText1,
#privacyText2,
#privacyText3,
#privacyText4,
#privacyText5,
#privacyText6 {
	position: relative;
	font-size:1.1em;
	margin-top:10px;
	margin-left: 10vw;
	max-width:74vw;
	/* margin-right: 16vw;
	display:block; */
	display: inline-block;
}

#helpTopic {
	position: absolute;
    margin-left: 10vw;
    margin-top: 10vh;
    max-width:74vw;
    /* margin-right: 16vw */;
}

#helpTopic0 {
	position: relative;
	font-size:1.4em;
	margin-top:10px;
	margin-bottom:20px;
	max-width:74vw;
	/* margin-right: 16vw; */
	/* display:block; */
	display: inline-block;
}

#aboutAnswer1,
#aboutAnswer2,
#aboutAnswer3,
#aboutAnswer4,
#aboutAnswer5 {
	display: block;
	max-width: 60vw;
	min-width: 200px;
}

#helpTopic1,
#helpTopic2,
#helpTopic3,
#helpTopic4,
#helpTopic5 {
	position: relative;
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:15px;
	max-width:74vw;
	/* margin-right: 16vw;
	display:block; */
	display: inline-block;
}
 

#troubleshootingText1:hover,
#troubleshootingText2:hover,
#troubleshootingText3:hover,
#troubleshootingText4:hover,
#troubleshootingText5:hover,
#troubleshootingText6:hover {
	cursor: pointer;
}

#troubleshootingText0 {
	position: relative;
	font-size:1.4em;
	margin-top:10vh;
	margin-left:5vw;
	max-width:79vw;
	/* margin-right:16vw; */
	margin-bottom:20px;
	/* display:block; */
	display: inline-block;
}

#troubleshootingText1,
#troubleshootingText2,
#troubleshootingText3,
#troubleshootingText4,
#troubleshootingText5,
#troubleshootingText6 {
	position: relative;
	font-size:1.2em;
	margin-left:7vw;
	/* margin-right:16vw; */
	max-width:77vw;
	margin-top:10px;
	margin-bottom:15px;
	/* display:block; */
	display: inline-block;
}

.troubleshootingAnswer {
	position: relative;
	font-size: 1.1em;
	margin-left: 10vw;
	max-width:74vw;
	/* margin-right:16vw; */
	margin-bottom: 50px;
	color:white;
}

#youtubeHolder {
	width: 80vw;
    text-align: center;
    position: relative;
    margin-left: 10vw;
    padding-top: 99px;
}


/* end new stuff 2/6/2019 */
.b2fButton {
	color: white;
	background-color: #1a237e;
	border-style: none;
	padding: 6px 26px;
}

.b2fButton:hover {
	cursor: pointer;
}

#cover {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 500;
	background-color: #000000;
	opacity: 0;
	display: none;
	top: 0;
	left: 0;
}

#cover:hover {
	cursor: pointer
}

#pitchSlides {
	max-width: 100%;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.fabric {
	background-image: url('/imgFiles/fabric.jpg')
}

.keys {
	background-image:
		url('/imgFiles/Blue2FactorBackground16x9-whitewash.jpg');
	background-size: cover;
	background-position: center;
	position: fixed;
}

.helpTopic {
	margin: 25px;
	font-size: 1.2em;
}

.helpTitle {
	margin: 25px;
	font-size: 1.2em;
}

.formRow {
	margin: 18px;
	font-weight: normal;
}

.formError {
	font-weight: bold;
	color: yellow;
	text-align: center;
	width: 100%;
}

.formInput {
	width: 181px;
	font-size: 0.9em;
}

.instructions {
	font-family: serif;
	margin-bottom: 25px;
}

.tinyPrint {
	font-size: 0.4em;
}

#title1 {
	color: #3f51b5;
}

#title2 {
	color: #e91e63;
}

#title3 {
	color: #3f51b5;
}

.signupHeading {
	text-align: center;
	margin-bottom: 29px;
	position: relative;
	margin-top: 16vh;
	font-size: 1em;
	color: #000;
	font-family: sans-serif;
	background: rgba(255, 255, 255, 0.5);
	margin: 3vw;
	border-radius: 15px;
	border-color: #1a237e;
	border-width: 2px;
	border-style: solid;
	padding: 30px;
}

#langButtons {
	margin: 25px;
}

.langTitle {
	font-weight: bold;
	margin-bottom: 20px;
}

#showPython {
	padding-bottom:25px;
}

#showJava {
	padding-bottom:25px;
}

.installInstructions {
	font-weight: normal;
    position: relative;
    margin-left: 10vw;
    margin-right: 5vw;
    color: white;
    margin-bottom:25px;
}

.code {
	font-family: 'Oswald', sans-serif;
	margin: 25px;
    background: white;
    font-weight: normal;
    background: white;
    font-weight: normal;
    font-size: 0.8em;
    padding: 20px;
    color: black;
    position: relative;
    margin-left: 10vw;
}

.code2 {
	font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-size: .9em;
}

.code3 {
	font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-size: .9em;
    margin-left: 90px;
}

.code4 {
	font-weight: bold;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    text-align: left;
    font-family: sans-serif;
    font-size: .6em;
    margin-left: 90px;
}

#b2fDownloads {
	position: absolute;
	margin-top: 19vh;
    width: 100%;
    /* background: #000; */
}

.yellow {
	background: yellow;
}

.installSub {
	font-weight: normal;
	margin: 30px;
}

.versionName {
	margin-top: 35px;
	margin-bottom: 12px;
	font-weight: bold;
}

#blogLink {
	font-size: x-large;
	position: relative;
	margin-top: -5px;
	padding-right: 30px;
	text-align: right;
	text-decoration: underline;
}

#receiveUpdates:hover {
	cursor: pointer;
}

#blogLink:hover {
	cursor: pointer;
}

#pitchDeckLink:hover {
	cursor: pointer;
}

#aboutLink:hover {
	cursor: pointer;
}

#helpLink:hover {
	cursor: pointer;
}

#watchVideo {
	font-size: medium;
	position: relative;
	margin-top: -7px;
	padding-right: 30px;
	text-decoration: underline;
}

#watchVideo:hover {
	cursor: pointer;
}

#videoPopup {
	position: relative;
	margin-top: 25vh;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

#twitter {
	height: 35px;
	margin-right: 35px;
	position: relative;
	margin-top: 2px;
}

#twitter:hover {
	cursor: pointer;
}

#twitterIconNew {
	height: 25px;
	width: 25px;
	padding-top: 4px;
}

#linkedInIcon {
	height: 29px;
	width: 25px;
	padding-top: 4px;
}

#linkedInIconMobile {
	height: 29px;
	width: 25px;
}

#qrCode {
	position: relative;
}

#successText {
	display: block;
	position: relative;
	background-color: white;
	margin: auto;
	border-radius: 15px;
	border-color: #1a237e;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
	margin-top: 438px;
	text-align: center;
	font-size: large;
	width: fit-content;
}

.downloadHeading {
	font-size: 2.3em;
	text-align: center;
}

#downloads {
	position: relative;
	margin-top: 16vh;
	font-size: 1em;
	color: #000;
	font-family: sans-serif;
	background: rgba(255, 255, 255, 0.8);
	margin: 3vw;
	border-radius: 15px;
	border-color: #1a237e;
	border-width: 2px;
	border-style: solid;
	padding: 30px;
}

.downloadType {
	font-weight: normal;
	margin-top: 31px;
	font-size: 1.0em;
	text-align: center;
}

#downloadDiv {
	margin-top:86px;
	margin-bottom:86px
}

.downloadName {
	font-weight: bolder;
	margin-left: 20px;
	margin-top: 32px;
	font-size: 1.6em;
}

.gotoInstall {
	margin: 30px;
	width: 100%;
	text-align: center;
}

#signup {
	position: relative;
	margin-top: 16vh;
	font-size: 1em;
	color: #000;
	font-family: sans-serif;
	background: rgba(255, 255, 255, 0.8);
	margin: 3vw;
	border-radius: 15px;
	border-color: #1a237e;
	border-width: 2px;
	border-style: solid;
	padding: 30px;
}

#help {
	position: relative;
	margin-top: 16vh;
	font-size: 1em;
	color: #000;
	font-family: sans-serif;
	background: rgba(255, 255, 255, 0.8);
	margin: 3vw;
	border-radius: 15px;
	border-color: #1a237e;
	border-width: 2px;
	border-style: solid;
	padding: 30px;
}

.helpTopic {
	font-weight: bold;
	margin-top: 31px;
}

.helpAnswer {
	font-weight: lighter;
	margin-top: 8px;
}

#submitSigninDiv {
	display: block;
}

.versionCell {
	font-weight: lighter;
	text-align: center;
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

.versionColHead {
	vertical-align: bottom;
}

.versionRowHead {
	text-align: right;
	padding-right: 12px;
}

.mobileButton {
	padding:10px;
	width:100%;
	margin:5px;
	background-color: darkgray;
	text-align:center;
	color: white;
}

#registerText{
	top: 20vh;
    padding-left: 30px;
    padding-bottom: 50px;
    width: 80%;
}

#addUsersSubtitle {
	top: 10vh;
	left: 3%;
	position: relative;
}

#note {
	top: 10vh;
    font-size: .9em;
    position: relative;
    width:36%;
    left:7%;
}

#installAndroid {
	display: block;
}

#installIos {
	display: none;
}

.installToggle {
	margin-left: 3vw;
}

#androidToggle {
	background: white;
	cursor: default;
	margin: 0;
    border: 0;
    padding: 10px;
    color: black;
}

#iosToggle {
	background: grey;
	cursor: pointer;
	margin: 0;
    border: 0;
    padding: 10px;
    color: white;
}

.oswaldUrl {
	font-family: 'Oswald';
    font-size: .8em;
    padding-top: 10px;
    padding-bottom: 10px;
}

#frontFooter {
	font-family: 'Oswald';
	font-weight: 200;
	position: relative;
	border-top: darkgray;
    border-top-width: thick;
    border-top-style: double;
    padding-top: 0px;
    padding-bottom: 38px;
    color: white;
    background-color: #202a6e;
    font-size: 1em;
    z-index: 200;
}
	
.boldText {
	background: #ffffffaa;
	width: 80vw;
	max-width: 412px;
    font-weight: bold;
    color: black;
    margin-left: auto;
    margin-right: auto;
    margin-top: 114px;
    padding: 20px;
}

#joinMailingList:hover {
	cursor: pointer;
}

@media only screen and (min-width: 901px) {
	
	#testimonials {
		font-family: 'Bad Script';
	  	font-style: italic;
	    font-size: 2em;
	    position: relative;
	    padding-left: 10vw;
	    padding-right: 10vw;
	    font-family: Corso;
	    width: 100vw;
	    padding-top: 42px;
	    padding-bottom: 52px;
	    border-color: darkgray;
	    border-top-style: double;
	    border-width: 5px;
	    margin-top: -4px;
	    color: black;
	    background: #FFFFF8;
	}

	#footerCol1 {
		top: 17px;
		position: relative;
	    padding-left: 15vw;
	    width: 33vw;
	    display: inline-block;
	}
	
	#footerCol2 {
		top: 25px;
		position: relative;
	    width: 33vw;
	    display: inline-block;
	    text-align: center;
	}
	
	#footerCol3 {
		top: 17px;
		position: relative;
	    width: 30vw;
	    display: inline-block;
	    text-align: center;
	}
	
	#contactUsA {
		display: none;
	}
	
	#section3-1 {
		position: relative;
	    display: inline-block;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 32vw;
	    padding-top: 54px;
	    padding-bottom: 60px;
	}
	
	#section3-2 {
		position: relative;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 33vw;
	    display: inline-block;
	    border-right: darkgray;
	    border-right-width: thick;
	    border-right-style: double;
	    border-left: darkgray;
	    border-left-width: thick;
	    border-left-style: double;
	    padding-top: 54px;
	    padding-bottom: 60px;
	}
	
	#section3-3 {
		position: relative;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 32vw;
	    display: inline-block;
	    padding-top: 54px;
	    padding-bottom: 60px;
	    top:-18px;
	}
	
	#pythonInstall {
		display:none;
		position: relative;
		width: 50%;
	}
	
	#javaInstall {
		display:none;
		position: relative;
		width: 50%;
	}

	.addUserText {
		top: 10vh;
	    position: relative;
	    width: 38%;
	    left: 5%;
	    padding-top: 20px;
	}
	
	.installText {
	    position: relative;
	    width: 50%;
	    left: 5%;
	    padding-top: 20px;
	}
	
	.entraInstallText {
		position: relative;
	    max-width: 50vw;
	    left: 5%;
	    font-size: 1.2em;
	}
	
	#sshText {
		font-family: 'Corsi', serif;
		width: 45%;
	}
	
	#sshImage {
		width: 53%;
	    left: 47%;
	    position: fixed;
	    top: 15%;
	}
	

	.helpItem {
		color: #e0e0e0;
	    font-family: 'Oswald',serif;
	    position: relative;
	    text-align: left;
	    padding-top: 30px;
	    padding-bottom: 0;
	    padding-left: 20px;
	    padding-right: 20px;
	    font-size: 1.7em;
	}
	
	.aboutItem {
        padding: 20px;
    }
	
	#helpImage{
		width: 46%;
	    position: fixed;
	    top: 15%;
	    left: 54%;
	}
	
	#aboutText{
	    margin-left: 67vw;
		margin-top: 2vh;
		max-width: 30vw;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	}
	
	#aboutImage {
		min-width: 100%;
	    position: fixed;
	    min-height: 100%;
	    right:0;
	}
	
	#addUserImage {
		width: 55%;
	    position: fixed;
	    top: 25%;
	    left: 45%;
	    z-index: 100;
	}
	
	#installImage{
		width: 45%;
	    position: fixed;
	    top: 25%;
	    left: 55%;
	}
	
	.aboutAnswer {
		position: relative;
	    font-size: 1.5em;
	    margin-top: 20px;
	    margin-right: 2vw;
	    margin-bottom: 50px;
	    color: black;
	    display: block;
	    font-family: 'Corsi',serif;
	}
	
	.pageTitle {
		font-family: 'Oswald', sans-serif;
		font-size:2em;
		padding: 20px;
	}
	
	.pageTitleRel {
		font-family: 'Oswald', sans-serif;
		font-size:2em;
		padding: 20px;
		position: relative;
	}
	
	.pageSubtitle {
		font-family: 'Oswald', sans-serif;
		font-size:1.5em;
		padding: 20px;
	}
	
	#registerImage{
		position: absolute;
		width: 100%;
		min-height: 100%;
	}
	
	#versionImage{
		width: 50%;
	    position: fixed;
	    top: 15%;
	    left: 60%;
	}
	
	#versionText {
		width: 62%;
	    padding: 20px;
	    position: absolute;
	    top: 17%;
	}
	
	.versionTable {
		width:100%; 
		font-size:0.8em;
		margin-top: 50px;
	}
	
	#versionsTable{
		margin:50px;
		color: white;
	}
	
	#contactMain {
		font-family: 'Oswald', san-serif;
		color:white;
		position: relative;
		width: 33%;
	    text-align: left;
	    left: 52%;
	    font-size: 1.5em;
	    top: 47%;
	    background: black;
    	padding: 20px;
	}
	
	.frontTitle{
		color: white;
		font-family: 'Oswald', sans-serif;
		font-size: 5.5em;
		text-align: center;
		position: relative;
		top: 34%;
		font-weight: bold;
		margin-block-end: 0.17em;
	}
	
	#leftFront1,   
	#leftFront6, 
	#leftFront7 {
		width: 45%;
	    position: absolute;
	    top: 50vh;
	    margin-top: -341px;
	    z-index: 201;
	    left: 5vw;
	    min-width: 360px;
	    text-shadow: 1px 1px 11px black;
	    /*background-image: radial-gradient(closest-side at 44%, rgba(0,0,0,0.44), transparent);*/
	    padding-bottom: 40px;
	}
	
	#leftFront4 {
		width: 31%;
	    position: absolute;
	    top: 50vh;
    	margin-top: -341px;
    	text-shadow: 1px 1px 11px black;
	    /*background-image: radial-gradient(closest-side at 44%, rgba(0,0,0,0.44), transparent);*/
	    z-index: 201;
	    min-width: 360px;
	    left: 16vw;
	    padding-bottom: 40px;
    	bottom: auto;
    	font-size: 1em;
	}
	
	#leftFront3 {
		width: 33%;
	    position: absolute;
	    top: 200px;
	    left: 57%;
	    text-shadow: 1px 1px 11px black;
	    z-index: 201;
	    min-width: 360px;
	    padding-bottom: 40px;
	}
	
	#leftFront5 {
		width: 38%;
		position: absolute;
		top: 200px;
		z-index: 201;
		text-shadow: 1px 1px 11px black;
		left: 5vw;
		padding-bottom: 40px;
	}
	
	#leftFront2 {
		width: 32%;
		position: absolute;
		top: 200px;
		z-index: 201;
		left: 5%;
		text-shadow: 1px 1px 11px black;
		padding-bottom: 40px;
	}
	
	#leftFront8{
		width: 45%;
		position: absolute;
		top: 200px;
		left:12%;
		z-index: 201;
		min-width: 360px;
		text-shadow: 1px 1px 11px black;
		padding-bottom: 40px;
	}
	
	#frontImage6 {
		position: relative;
	    right: 27%;
	    height: 1000px;
	    object-fit: cover;
	    top: -2%;
	    min-width: 132%;
	}
	
	#frontImage1,
	#frontImage2,
	#frontImage3,
	#frontImage4,
	#frontImage5,
	#frontImage7,
	#frontImage8,
	#frontImage9,
	#frontImage10 {
		width:100%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height:100vh;
	    min-height: 722px;
	}
	
	.frontSubtitle {
    	color: white;
	    font-family: 'Cardo', serif;
	    position: relative;
	    top: 34%;
	    font-size: 1.9em;
	    width: 371px;
	    margin: auto;
	    background-color: black;
	    padding: 20px;
	    outline: white;
	    outline-width: 1px;
	    opacity: .825;
	    outline-style: solid;
	}
	
	#frontImageContact {
		width:100%;
		position: absolute;
	    right: 0;
	    object-fit: cover;
	    height:100%;
	}
	
	#frontImageDownload {
		width:100vw;
		position: relative;;
	    object-fit: cover;
	    height:100vh;
	}
	
	/* #frontImage5 {
	    width:130%;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        min-height: 100%;
	} */
	
	#frontImage5bg {
	    width:120%;
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        min-height: 100%;
	}

	#signupInstructions{
		width: 500px;
	    margin-left: 10%;
	    padding-top: 52px;
	    position: relative;
	    font-size: 1.2em;
	}
	
	#signUpDiv{
		text-align: center;
	    margin-bottom: 29px;
	    width: 437px;
	    margin-left: 10%;
	}
	
	#betaSignUpDiv {
		text-align: center;
	    margin-bottom: 29px;
	    width: 437px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 30px;
	}

		
	
	#mobileButtons {
		display:none;
	}

	#consoleText {
		position:absolute;
		text-align:left;
		left:20vw;
		bottom:55%;
		font-size:1.25em;
		width:64vw;
	}
	
	#endText {
		position:absolute;
		text-align:left;
		left:20vw;
		bottom:95%;
		font-size:1.25em;
		width:80vw;
		display:none;
		top:90%;
	}
	
	#mobileMenu {
		display:none;
	}
	
	#mobileAltMenu {
		display:none;
	}
	
	#newBanner {
		position:fixed;
		width:15%;
		left:85%;
		font-family: monospace;
		z-index:1000;
		font-size:1em;
		color:white;
		background-color: #ffffff00;
		padding-left:15px;
		padding-top:5px;
		top: 10px;
	}
	
	#altBanner2,
	#altBanner5,
	#altBanner6,
	#altBanner7,
	#altBanner8,
	#altBanner9 {
		position: absolute;
	    width: 140px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBannerFixed {
		position: fixed;
	    width: 140px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner1 {
		position: absolute;
	    width: 148px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 35px;
	    padding-top: 70px;
	    padding-right: 35px;
	    padding-bottom: 70px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner4 {
		position: absolute;
	    width: 150px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner10,
	#altBanner3 {
		position: absolute;
	    width: 124px;
	    left: 0%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 29px;
	    padding-top: 35px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    text-shadow: 1px 1px 11px black;
	}
	
	.videoDiv {
		text-align: center;
		padding: 49px;
		max-width: 560px;
		max-height: 315px;
		margin: auto;
	}
	#submitRegister {
		margin-left: 268px;
		font-size: 1.3em;
		width: 100px;
		color:white;
		background-color: #3F51B5;
		margin-bottom: 20px;
	}
	#fullPage {
		width: 100%;
		height: 100%;
		min-height: 650px;
		top: 0;
		position: absolute;
	}
	#bannerTop {
		height: 25px;
		background-image: url('/imgFiles/fabric.jpg');
		background-size: cover;
		width: 100vw;
		text-align: right;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		color: #e8eaf6;
		font-family: 'Amatic SC', cursive;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
			rgba(0, 0, 0, 0.19);
	}
	#banner {
		height: 25px;
		background-image: url('/imgFiles/fabric.jpg');
		background-size: cover;
		width: 100vw;
		text-align: right;
		position: fixed;
		top: 0;
		z-index: 1000;
		color: #e8eaf6;
		font-family: 'Oswald', sans-serif;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
			rgba(0, 0, 0, 0.19);
	}
	.mainTitle {
		font-family: 'Amatic SC', cursive;
		font-size: 8em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: 40vh;
	}
	#subtitle {
		font-family: 'Oswald', sans-serif;
		color: #1a237e;
		font-size: 2em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: 44vh;
	}
	#tupac {
		position: relative;
		text-align: center;
		margin-top: 50vh;
		font-size: 3em;
		/* color: #e91e63; */
		color: #1a237e;
		font-family: 'Oswald', sans-serif;
		background: rgba(255, 255, 255, 0.8);
		margin: 3vw;
		border-radius: 15px;
		border-color: #1a237e;
		border-width: 2px;
		border-style: solid;
		padding: 10px;
	}
	#cmAlert {
		display: none;
	    z-index: -1;
	    position: fixed;
	    opacity: 0;
	    top: 50%;
	    left: 0;
	    min-height: 138px;
	    margin-top: -107px;
	    color: black;
	    background-color: white;
	    padding: 20px;
	    border: 2px solid;
	    border-radius: 25px;
	    opacity: .85;
	    width: 36vw;
	    left: 32vw;
	    padding-bottom:20px;
	}
	
	#signupForm {
		width: 437px;
		margin-left:10%;
	}
	
	#betaSignupForm {
		width: 437px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.signinXVideo {
		position: relative;
		height: 15px;
		width: 15px;
		z-index: 100;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
		left:101%;
		top:-20px;
	}
	.signinXVideo:hover {
		cursor: pointer;
	}
	.signinX {
		position: relative;
		left: 94%;
		top: 0;
		height: 15px;
		width: 15px;
		z-index: 100;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
	}
	.signinX:hover {
		cursor: pointer;
	}
	.icon72Signin {
		position: absolute;
		background: url('/imgFiles/android-icon-72x72.png') no-repeat;
		height: 40px;
		width: 40px;
		top: 7px;
		left: 7px;
		z-index: 100;
		background-size: cover;
	}
	#messageText {
		position: relative;
	    margin: 12px;
	    font-size: .9em;
	}
	#messageTitle {
		position: relative;
	    width: 60%;
	    margin-left: 20%;
	    font-size: 1.5em;
	    font-weight: bold;
	    text-align: center;
	}
	#msgOkButton {
		margin-top: 24px;
	    position: relative;
	    left: 50%;
	    margin-left: -50px;
	    width: 100px;
	}
	.formLabel {
		width: 150px;
		text-align: right;
		display: inline-block;
		padding-right: 14px;
	}
	.submitSignin {
		position: relative;
	    width: 30%;
	    margin-left: 35%;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	.downloadTop {
		display: flex;
		margin: 0;
	}
	.downloadBottom {
		display: flex;
		margin: 0;
	}
	.downloadLink {
		font-weight: lighter;
		margin-top: 8px;
		margin-left: 30px;
	}
	.downloadItemLeft {
		flex: 0 0 50%;
		text-align: center;
		display: inline;
	}
	.downloadItemRight {
		flex: 1;
		text-align: center;
		display: inline;
	}
	.video {
		width: 100%;
		height: 650px;
	}
	#signin {
		display: none;
		padding-bottom: 42px;
		z-index: -1;
		position: fixed;
		opacity: 0;
		top: 50%;
		left: 50%;
		width: 400px;
		margin-left: -200px;
		margin-top: -125px;
		color: black;
		background-color: white;
		padding: 10px;
		border: 2px solid;
		border-radius: 25px;
		opacity: .85
	}
	#emailHolder {
		top: 70%;
		position:relative;
		text-align:center;
	}
	#enterEmail {
		position: relative;
    	width: 66%;
    	left: 17%;
	}
	#emailRow {
		position: absolute;
		top: 34px;
		width: 263px;
		left: 55px;
		text-align: right
	}
	#emailAddress {
		width: 232px;
		font-size: 0.9em;
		background-color: lightgrey;
		margin-top: 50px;
		position: relative;
	}
	#contactUs {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	#contactUs:hover {
		cursor: pointer;
	}
	#homeLink {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	#homeLink:hover {
		cursor: pointer;
	}
	#submitContact {
		position: relative;
		width: 100%;
	}
	#contactUsTextArea {
		width: 80%;
		left: 10%;
		position: relative;
		margin-top: 20px;
	}
	#contactUsHolder {
		width: 100%;
	}
	#contactUs:hover {
		cursor: pointer;
	}
	#pitchDeckLink {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	#aboutLink {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	.formInput {
		width: 181px;
		font-size: 0.9em;
	}
	#helpLink {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	#receiveUpdates {
		font-size: x-large;
		position: relative;
		top: -5px;
		padding-right: 30px;
		text-align: right;
		text-decoration: underline;
	}
	#receiveUpdatesText {
		height: 17px;
	}
	#slideDiv {
		text-align: center;
		top: 50px;
		position: relative;
	}
	#twitter2 {
		display: none;
	}
	#twitter {
		height: 35px;
		margin-right: 35px;
		position: relative;
		top: 2px;
	}
	#twitter:hover {
		cursor: pointer;
	}
	#twitterIcon {
		height: 25px;
		width: 25px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 701px) {
	
	#testimonials {
		font-family: 'Bad Script';
	  	font-style: italic;
	    font-size: 2em;
	    position: relative;
	    padding-left: 10vw;
	    padding-right: 10vw;
	    font-family: Corso;
	    width: 100vw;
	    padding-top: 42px;
	    padding-bottom: 52px;
	    border-color: darkgray;
	    border-top-style: double;
	    border-width: 5px;
	    margin-top: -4px;
	    color: black;
	    background: #FFFFF8;
	}
	
	#footerCol1 {
		top: 17px;
		position: relative;
	    padding-left: 15vw;
	    width: 33vw;
	    display: inline-block;
	}
	
	#footerCol2 {
		top: 25px;
		position: relative;
	    width: 33vw;
	    display: inline-block;
	    text-align: center;
	}
	
	#footerCol3 {
		top: 17px;
		position: relative;
	    width: 30vw;
	    display: inline-block;
	    text-align: center;
	}

	#contactUsA {
		display: none;
	}
	
	#section3-1 {
		position: relative;
	    display: inline-block;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 32vw;
	    padding-top: 54px;
	    padding-bottom: 60px;
	}
	
	#section3-2 {
		position: relative;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 33vw;
	    display: inline-block;
	    border-right: darkgray;
	    border-right-width: thick;
	    border-right-style: double;
	    border-left: darkgray;
	    border-left-width: thick;
	    border-left-style: double;
	    padding-top: 54px;
	    padding-bottom: 60px;
	}
	
	#section3-3 {
		position: relative;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 32vw;
	    display: inline-block;
	    padding-top: 54px;
	    padding-bottom: 60px;
	    top:-18px;
	}
	
	#altBannerFixed {
		position: fixed;
	    width: 140px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#pythonInstall {
		display:none;
		position: relative;
		width: 50%;
	}
	
	#javaInstall {
		display:none;
		position: relative;
		width: 50%;
	}

	.addUserText {
		top: 10vh;
	    position: relative;
	    width: 40%;
	    left: 5%;
	    padding-top: 20px;
	}
	
	.installText {
	    position: relative;
	    width: 80%;
	    left: 5%;
	    padding-top: 20px;
	}
	
	.entraInstallText {
	    position: relative;
	    width: 80%;
	    left: 5%;
	    padding-top: 20px;
	    font-size: 1.2em;
	}
	
	#aboutText1,
	#aboutText2,
	#aboutText3,
	#aboutText4,
	#aboutText5,
	#aboutText6 {
		max-width:49vw;
	}
	
	
	#aboutText{
		margin-top: 20vh;
	    position: absolute;
	}
	
	#aboutImage {
		width: 55%;
	    position: fixed;
	    top: 15%;
	    left: 45%;
	}
	
	#addUserImage {
		width: 55%;
	    position: fixed;
	    top: 25%;
	    left: 45%;
	}
	
	#installImage {
		width: 45%;
	    position: fixed;
	    top: 25%;
	    left: 55%;
	}
	
	#sshImage {
		width: 53%;
	    left: 47%;
	    position: fixed;
	    top: 15%;
	}
	
	#sshText {
		width: 40%;
    	left: 5%;
	}
	
	
	
	.aboutAnswer {
		position: relative;
		font-size: 1.0em;
		margin-top:20px;
		max-width:42vw;
		margin-left: 2vw;
		margin-bottom: 50px;
		color: black;
		display: block;
		font-family: 'Corsi', serif;
	}
	

	.helpItem {
		padding: 20px;
	}
	
	.aboutItem {
        padding: 20px;
    }
	
	#helpImage{
		width: 76%;
	    position: fixed;
	    top: 15%;
	    left: 24%;
	}
	
	.pageTitle {
		font-size:2em;
		padding: 20px;
	}
	
	.pageTitleRel {
		font-size:2em;
		padding: 20px;
		position: relative;
	}
	
	#registerImage {
		position: absolute;
	    width: 136%;
	    min-height: 100%;
	    right: 0;	
	}
	
	#versionImage{
		width: 50%;
	    position: fixed;
	    top: 15%;
	    left: 60%;
	}
	
	#versionText {
		width: 62%;
	    padding: 20px;
	    position: absolute;
	    top: 17%;
	}
	
	.versionTable {
		width:100%; 
		font-size:0.8em;
		margin-top: 50px;
	}
	
	#versionsTable{
		margin:50px;
		color: white;
	}
	
	#contactMain {
		font-family: 'Oswald', san-serif;
		color:white;
		position: relative;
		width: 33%;
	    text-align: left;
	    left: 52%;
	    font-size: 1.5em;
	    top: 18%;
	    text-shadow: 1px 1px 11px black;
	}
	
	
	.frontTitle{
		color: white;
		font-family: 'Oswald', sans-serif;
		font-size: 5.5em;
		text-align: center;
		position: relative;
		top: 34%;
		margin-block-end: 0.17em;
		font-weight: bold;
	}
	
	#leftFront1,
	#leftFront3 {
		width: 30vw;
	    position: absolute;
	    top: 272px;
	    z-index: 200001;
	    min-width: 360px;
	    text-shadow: 1px 1px 11px black;
	    left: 40vw;
	}
	
	#leftFront8 {
		width: 30vw;
	    position: absolute;
	    top: 272px;
	    z-index: 200001;
	    min-width: 360px;
	    text-shadow: 1px 1px 11px black;
	    left: 12vw;
	}
	
	#leftFront4,
	#leftFront5,
	#leftFront6,
	#leftFront7 {
		width: 30vw;
	    position: absolute;
	    top: 50vh;
	    margin-top: -341px;
	    z-index: 200001;
	    min-width: 360px;
	    text-shadow: 1px 1px 11px black;
	    left: 8vw;
    	bottom: auto;
    	font-size: 1em;
    	min-width: 408px;
	}
	
	#leftFront2 {
		width: 50%;
	    position: absolute;
	    top: 100px;
	    z-index: 201;
	    min-width: 360px;
	    text-shadow: 1px 1px 11px black;
	    left: 20vw;
	}
	
	#frontImage6 {
		width: 100%;
	    position: relative;
	    right: 0;
	    height: 700px;
	    object-fit: cover;
	}
	
	#frontImage1,
	#frontImage2,
	#frontImage3,
	#frontImage4,
	#frontImage5,
	#frontImage5bg,
	#frontImage7,
	#frontImage8,
	#frontImage9,
	#frontImage10 {
		width: 100%;
	    position: relative;
	    right: 0;
	    height: 100vh;
	    object-fit: cover;
	    min-height: 722px;
	}
	
	.frontSubtitle {
	    color: white;
	    font-family: 'Cardo', serif;
	    position: relative;
	    top: 34%;
	    font-size: 1.9em;
	    width: 371px;
	    margin: auto;
	    background-color: black;
	    padding: 20px;
	    outline: white;
	    outline-width: 1px;
	    opacity: .825;
	    outline-style: solid;
	}
	
	#frontImageDownload {
		width: 100%;
	    position: relative;
	    right: 0;
	    height: 100vh;
	    object-fit: cover;
	}
	
	#frontImageContact {
		width: 100%;
	    position: relative;
	    right: 0;
	    height: 700px;
	    object-fit: cover;
	}
	
	#signupInstructions{
		width: 75%;
	    margin-left: 10%;
	    padding-top: 52px;
	    position: relative;
	    font-size: 1.2em;
	}
	
	#signUpDiv{
		text-align: center;
	    margin-bottom: 29px;
	    width: 400px;
	    margin-left: 10%;
	}
	#betaSignUpDiv {
		text-align: center;
	    margin-bottom: 29px;
	    width: 400px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 30px;
	}
	
	#mobileButtons {
		display:none;
	}
	
	#consoleText {
		position:absolute;
		text-align:left;
		left:20vw;
		bottom:55%;
		font-size:1.25em;
		width:64vw;
	}
	
	#endText {
		position:absolute;
		text-align:left;
		left:20vw;
		bottom:95%;
		font-size:1.25em;
		width:80vw;
		display:none;
		top:90%;
	}
	
	#mobileMenu {
		display:none;
	}
	
	#mobileAltMenu {
		display:none;
	}
	
	#newBanner {
		position:fixed;
		width:15%;
		left:85%;
		font-family: monospace;
		z-index:1000;
		font-size:1em;
		color:white;
		background-color: ffffff00;
		padding-left:15px;
		padding-top:5px;
		top:10px;
	}
	

	#altBanner2,
	#altBanner5,
	#altBanner6,
	#altBanner7,
	#altBanner8,
	#altBanner9 {
		position: absolute;
	    width: 124px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner1 {
		position: absolute;
	    width: 148px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 35px;
	    padding-top: 70px;
	    padding-right: 35px;
	    padding-bottom: 70px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner4 {
		position: absolute;
	    width: 124px;
	    left: 100%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 21px;
	    padding-top: 50px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    margin-left: -146px;
	    text-shadow: 1px 1px 11px black;
	}
	
	#altBanner10,
	#altBanner3 {
		position: absolute;
	    width: 124px;
	    left: 0%;
	    font-family: Oswald;
	    z-index: 1000;
	    font-size: 1em;
	    color: white;
	    padding-left: 29px;
	    padding-top: 35px;
	    padding-right: 19px;
	    padding-bottom: 50px;
	    margin-top: -20px;
	    text-shadow: 1px 1px 11px black;
	}
	
	.videoDiv {
		text-align: center;
		padding: 49px;
		max-width: 560px;
		max-height: 315px;
		margin: auto;
	}
	#submitRegister {
		margin-left: 268px;
		font-size: 1.3em;
		width: 100px;
		color:white;
		background-color: #3F51B5;
    	margin-bottom: 7px;
	}
	#fullPage {
		width: 100%;
		min-height: 120%;
		top: 0;
		position: fixed;
	}
	#titleImage {
		width: 69vw;
	}
	#bannerTop {
		background-size: cover;
		width: 100vw;
		text-align: right;
		position: relative;
		top: 0vh;
		z-index: 1000;
	}
	#banner {
		background-size: cover;
		width: 100vw;
		text-align: right;
		position: relative;
		top: 32vh;
		z-index: 1000;
	}
	.mainTitle {
		font-family: 'Amatic SC', cursive;
		font-size: 8em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 10vh;
	}
	.formLabel {
		width: 150px;
		text-align: right;
		display: inline-block;
		padding-right: 14px;
	}
	#subtitle {
		font-family: 'Oswald', sans-serif;
		color: #1a237e;
		font-size: 2.8em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 13vh;
	}
	#tupac {
		position: relative;
		text-align: center;
		top: 18vh;
		font-size: 2.4em;
		color: #1a237e;
		font-family: 'Oswald', sans-serif; 
		background: rgba(255, 255, 255, 0.8);
		margin: 3vw;
		border-radius: 15px;
		border-color: #1a237e;
		border-width: 2px;
		border-style: solid;
		padding: 10px;
	}
	#cmAlert {
		display: none;
	    z-index: -1;
	    position: fixed;
	    opacity: 0;
	    color: black;
	    background-color: white;
	    border: 2px solid;
	    border-radius: 25px;
	    opacity: .85;
	    width: 50vw;
	    margin-left: 25vw;
	    margin-top: 15vh;
	}
	.formInput {
		width: 181px;
		font-size: 0.9em;
	}
	#signupForm {
		width: 437px;
		margin: auto;
	}
	
	#betaSignupForm {
		width: 437px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.signinXVideo {
		position: relative;
		left:101%;
		top:-20px;
		height: 15px;
		width: 15px;
		z-index: 100;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
		margin-top: 15px;
	}
	.signinXViden:hover {
		cursor: pointer
	}
	.signinX {
		position: relative;
		left: 92%;
		top: 0;
		height: 15px;
		width: 15px;
		z-index: 100;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
		margin-top: 15px;
	}
	.signinX:hover {
		cursor: pointer
	}
	.icon72Signin {
		position: absolute;
	    background: url(/imgFiles/b2f72.png) no-repeat;
	    height: 35px;
	    width: 35px;
	    top: 9px;
	    left: 9px;
	    z-index: 100;
	    background-size: cover;
	}
	#messageText {
		position: relative;
	    font-size: large;
	    text-align: center;
	   	padding: 18px;
	}
	#messageTitle {
		position: relative;
	    width: 50vw;
	    font-size: x-large;
	    font-weight: bold;
	    text-align: center;
	}
	#msgOkButton {
		width: 40%;
	    position: relative;
	    font-size: large;
	    margin-left: 30%;
	    margin-top: 22px;
	    margin-bottom: 35px;
	}
	.downloadTop {
		display: flex;
		margin: 0
	}
	.downloadBottom {
		display: flex;
		margin: 0
	}
	.downloadLink {
		font-weight: lighter;
		margin-top: 8px;
		margin-left: 30px;
	}
	.downloadItemLeft {
		flex: 0 0 50%;
		text-align: center;
		display: inline;
	}
	.downloadItemRight {
		flex: 1;
		text-align: center;
		display: inline;
	}
	.video {
		width: 100%;
		height: 400px;
	}
	.submitSignin {
		position: relative;
	}
	#signin {
		display: none;
	    z-index: -1;
	    position: fixed;
	    opacity: 0;
	    top: 0vh;
	    margin-top: 15vh;
	    margin-left: 25vw;
	    width: 50vw;
	    /* height: 100%; */
	    color: black;
	    background-color: white;
	    border: 2px solid;
	    border-radius: 25px;
	    opacity: .85;
	    border-color: lightgray;
	    padding-bottom: 42px;
	}

	#submitEmail {
		font-size: large;
		top: 3vw;
		position: relative;
	}
	#submitContact {
		font-size: large;
	    position: relative;
	    margin-left: 35%;
	    width: 30%;
	    margin-top: 20px;
	    margin-bottom: 30px;
	}
	#emailHolder {
		width: 100%;
		text-align: center;
		font-size: large;
		background-color: #ffffff;
		position: relative;
	}
	#enterEmail {
		position: relative;
	    padding-top: 18px;
	    width: 69%;
	    font-size: large;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	}
	#emailAddress {
		top: 1vw;
		font-size: large;
		background-color: lightgrey;
		position: relative;
	}
	#homeLink {
		position: relative;
		width: 46vw;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		top: 0vh;
	}
	#homeLink:hover {
		cursor: pointer;
	}
	#contactUs {
		position: relative;
		width: 46%;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		top: 0vh;
	}

	#contactUs:hover {
		cursor: pointer;
	}
	#contactUsTextArea {
		width: 80%;
		left: 10%;
		position: relative;
		font-size: large;
		border-color: grey;
	}
	#contactUsHolder {
		width: 90%;
	    position: relative;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 18px;
	}
	#pitchDeckLink {
		position: relative;
		width: 46%;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		margin-top: 30px;
		color: white;
		top: 0vh;
	}
	#aboutLink {
		position: relative;
		width: 46%;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		margin-top: 30px;
		color: white;
		top: 0vh;
	}
	#helpLink {
		position: relative;
		width: 46%;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		margin-top: 30px;
		color: white;
		top: 0vh;
	}
	#pitchDeckLink:hover {
		cursor: pointer;
	}
	#aboutLink:hover {
		cursor: pointer;
	}
	#helpLink:hover {
		cursor: pointer;
	}
	#receiveUpdates {
		position: relative;
		width: 46%;
		padding: 10px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		top: 0vh;
	}
	#receiveUpdates:hover {
		cursor: pointer;
	}
	#receiveUpdatesText {
		height: 30px;
		top: -7px;
		position: relative;
	}
	#slideDiv {
		text-align: center;
		top: 50px;
		position: relative;
	}
	#twitter {
		display: none;
	}
	#twitterIcon {
		display: none;
	}
	#twitterIcon2 {
		width: 80px;
	}
	#twitter2 {
		width: 80px;
		left: 50%;
		position: relative;
		margin-left: -40px;
		margin-bottom: 100px;
		top: 37vh;
	}
}

@media only screen and (max-width: 700px) {
	
	#testimonials {
		font-family: 'Bad Script';
	  	font-style: italic;
	    font-size: 2em;
	    position: relative;
	    padding-left: 10vw;
	    padding-right: 10vw;
	    font-family: Corso;
	    width: 100vw;
	    padding-top: 42px;
	    padding-bottom: 52px;
	    border-color: darkgray;
	    border-top-style: double;
	    border-width: 5px;
	    margin-top: -4px;
	    color: black;
	    background: #FFFFF8;
	}
	
	#footerCol1 {
	    display: none;
	}
	
	
	#footerCol2 {
		top: 25px;
		position: relative;
		padding-left: 10vw;
	    width: 50vw;
	    display: inline-block;
	    text-align: left;
	}
	
	#footerCol3 {
		top: 17px;
		position: relative;
	    width: 40vw;
	    display: inline-block;
	    text-align: right;
	}
	
	#footer {
		display: none;
	}
	
	#section3-1 {
		position: relative;
	    width: 100vw;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    padding-top: 54px;
	    padding-bottom: 60px;
	    border-color: black;
	    border-bottom-style: double;
	    border-width: 5px;
	}
	
	#section3-2 {
		position: relative;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    width: 100vw;
	    padding-top: 54px;
	    padding-bottom: 60px;
	    border-color: black;
	    border-bottom-style: double;
	    border-width: 5px;
	}
	
	#section3-3 {
		position: relative;
	    width: 100vw;
	    padding-left: 5vw;
	    padding-right: 5vw;
	    padding-top: 54px;
	    padding-bottom: 60px;
	    top:-18px;
	}
	
	#altBannerFixed {
		display: none;
	}
	
	#pythonInstall {
		display:none;
		position: relative;
	}
	
	#addUsersSubtitle {
	    top: 10vh;
	    left: 3%;
	    position: relative;
	    font-size:1.9em;
	}
	
	#javaInstall {
		display:none;
		position: relative;
	}

	.addUserText {
		top: 10vh;
	    position: relative;
	    left: 10%;
	    width: 80%;
	    padding-top: 20px;
	    font-size: 1.3em;
	}
	
	.installText {
	    position: relative;
	    left: 10%;
	    width: 80%;
	    padding-top: 20px;
	}
	
	.entraInstallText {
	    position: relative;
	    left: 10%;
	    width: 80%;
	    padding-top: 20px;
	    font-size: 1.2em;
	}
	
	#aboutText{
		margin-top: 10vh;
	    position: absolute;
	    margin-left:2vw;
	    margin-right:2vw;
	}
	
	#sshImage {
		display: none;
	}
	
	#sshText {
		width: 80%;
    	left: 10%;
	}
	
	#aboutImage {
		display: none;
	}
	
	#addUserImage {
		display: none;
	}
	
	#installImage {
		display: none;
	}
	
	.aboutAnswer {
		position: relative;
	    font-size: 1.0em;
	    margin-top: 20px;
	    margin-left: 9vw;
	    margin-bottom: 27px;
	    color: black;
	    font-family: 'Corsi',serif;
	    margin-right: 9vw;
	}
	
	
	.helpItem {
		padding: 20px;
		font-size: 1.9em;
	}
	
	.aboutItem {
        padding: 20px;
    }
	
	#helpImage{
		width: 100%;
	    position: relative;
	    margin-top: 30px;
	}
	
	.pageTitle {
		position: relative;
		font-size:2em;
		padding: 20px;
		width: 65vw;
	}
	
	.pageTitleRel {
		position: relative;
		font-size:2em;
		padding: 20px;
		width: 65vw;
	}
	
	.stepNumber {
		max-width: 100vw;
	}
	
	#aboutAnswer1, 
	#aboutAnswer2, 
	#aboutAnswer3, 
	#aboutAnswer4, 
	#aboutAnswer5 {
		max-width: 100vw;	
	}
	
	#versionImage{
		width: 50%;
	    position: fixed;
	    top: 15%;
	    left: 60%;
	}
	
	#versionText {
		width: 62%;
	    padding: 20px;
	    position: absolute;
	    top: 17%;
	}
	
	.versionTable {
		width:100%; 
		font-size:0.8em;
		margin-top: 8px;
	}
	
	#versionsTable{
		margin:8px;
		color: white;
	}
	
	#versionsText2 {
		margin-top: 48px;
	}
	
	.frontTitle{
		color: white;
		font-family: 'Oswald', sans-serif;
		font-size: 4.5em;
		text-align: center;
		position: relative;
		top: 34%;
		font-weight: bold;
		margin-block-end: 0.17em;
	}
	
	#leftFront1 {
		top: 200px;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	}
	
	#leftFront3 {
		top: 200px;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	}
	
	#leftFront4 {
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	    top: 50vh;
    	margin-top: -322px ;
    	left: 50vw;
	    margin-left: -187px;
    	width: auto;
    	bottom: auto;
    	font-size: 1em;
	}
	
	#leftFront5 {
		top: 200px;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	}
	
	#leftFront6 {
		top: 200px;
	    left: 0;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    width: 327px;
	    right: 0;
	}
	
	#leftFront7 {
		top: 50vh;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	    left: 50vw;
	    margin-left: -185.5px;
	    margin-top: -322px;
	}
	
	#leftFront8 {
		top: 200px;
	    z-index: 201;
	    position: absolute;
	    text-shadow: 1px 1px 11px black;
	}
	
	#leftFront2 {
		top: 200px;
	    z-index: 201;
	    position: absolute;
	    btext-shadow: 1px 1px 11px black;
	}
	
	#frontImage1 {
		left: -115%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	#frontImage2 {
		left: -107%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	#frontImage3 {
		left: -117%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	#frontImage4 {
	    filter: brightness(68%);
	    width: 100%;
	    position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 100vh;
	    min-height: 722px;
	}
	
	#frontImage5 {
		left: -128%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	#frontImage6 {
		position: relative;
	    right: 263%;
	    height: 1000px;
	    object-fit: cover;
	    top: -10%;
	    min-width: 363%;
	    min-height: 110%;
	}
	
	#frontImage7 {
		left: -117%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	#frontImage8 {
		left: -200%;
		position: relative;
	    right: 0;
	    object-fit: cover;
	    height: 1000px;
	}
	
	.frontSubtitle {
	    color: white;
	    font-family: 'Cardo', serif;
	    position: relative;
	    top: 34%;
	    font-size: 1.9em;
	    width: 371px;
	    margin: auto;
	    background-color: black;
	    padding: 20px;
	    outline: white;
	    outline-width: 1px;
	    opacity: .825;
	    outline-style: solid;
	}
	
	#contactMain{
		font-family: 'Oswald', san-serif;
	    color: white;
	    position: relative;
	    width: 51%;
	    text-align: left;
	    left: 22%;
	    font-size: 1.3em;
	    top: 16%;
	    text-shadow: 1px 1px 11px black;
	}
	
	#frontImageContact{
		width: 165%;
	    position: fixed;
	    right: 0;
	    top: -29%;
	    min-height: 100%;
	}
	
	
	#frontImageDownload {
		width: 302%;
	    position: fixed;
	    top: 0%;
	    left: -134%;
	    min-height: 100%;
	}
	
	#registerImage {
		height: 100vh;
	    position: fixed;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    left: -158%;
	}
	
	#signUpDiv{
		text-align: center;
	    margin-bottom: 29px;
	    width: 85%;
	    margin: auto;
	    font-size: 1.8em;
	}
	
	#betaSignUpDiv {
		text-align: center;
	    margin-bottom: 29px;
	    width: 85%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 30px;
	    font-size: 1.8em;
	}
	
	#signupInstructions{
		width: 65%;
	    margin-left: 10%;
	    padding-top: 52px;
	    position: relative;
	    font-size: 1.2em;
	}
	
	#mobileButtons {
		display:none;
		width:50%;
		margin-left:22%;
		position:absolute;
		z-index: 4000;
		margin-top:20vh;
		font-size:1.5em;
	}
	
	#consoleText {
		position:absolute;
		text-align:left;
		margin-left:7vw;
		bottom:55%;
		font-size:1.25em;
		width:77vw;
	}
	
	#endText {
		position:absolute;
		text-align:left;
		left:20vw;
		bottom:95%;
		font-size:1.25em;
		width:80vw;
		display:none;
		top:90%;
	}
	
	#mobileMenu {
		position:fixed;
		width: 40px;
		height: 40px;
		margin:24px;
		right:0;
		top:0;
    	padding: 11px;
		z-index: 3000;
		background-image: url('/imgFiles/white_hamburger.png');
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover;
	}
	
	#mobileAltMenu {
		position:fixed;
		width: 40px;
		height: 40px;
		margin:24px;
		right:0;
		top:0;
    	padding: 11px;
		z-index: 3000;
		background-image: url('/imgFiles/white_hamburger.png');
		background-position: center; /* Center the image */
		background-repeat: no-repeat; /* Do not repeat the image */
		background-size: cover;
	}
	
	#newBanner {
		display:none;
	}
	
	#altBanner1,
	#altBanner2,
	#altBanner3,
	#altBanner4,
	#altBanner5,
	#altBanner6,
	#altBanner7,
	#altBanner8,
	#altBanner9,
	#altBanner10 { 
		display: none;
	}
	
	#submitRegister {
		margin-left: 95px;
		font-size: 1.3em;
		width: 100px;
		color:white;
		background-color: #3F51B5;
		margin-bottom: 75px;
	}
	
	#fullPage {
		width: 100%;
		min-height: 120%;
		top: 0;
		position: fixed;
	}
	#titleImage {
		width: 81vw;
	}
	#bannerTop {
		position: relative;
		top: 0vw;
		text-align: center;
		width: 100vw;
		z-index: 1000;
	}
	#banner {
		position: relative;
		top: 38vw;
		text-align: center;
		width: 100vw;
		z-index: 1000;
	}
	.mainTitle {
		font-family: 'Amatic SC', cursive;
		font-size: 8em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 6vh;
	}
	#subtitle {
		font-family: 'Oswald', sans-serif;
		color: #1a237e;
		font-size: 2.5em;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 8vh;
	}
	#tupac {
		position: relative;
		text-align: center;
		top: 18vh;
		font-size: 3em;
		/* color: #e91e63; */
		color: #1a237e;
		font-family: 'Oswald', sans-serif;
		background: rgba(255, 255, 255, 0.8);
		margin: 3vw;
		border-radius: 15px;
		border-color: #1a237e;
		border-width: 2px;
		border-style: solid;
		padding: 10px;
	}
	#cmAlert {
		display: none;
		z-index: -1;
		position: fixed;
		opacity: 0;
		top: 10vh;
		left: 1vw;
		/* height: 85%; */
		color: black;
		background-color: white;
		border: 2px solid;
		border-radius: 25px;
		opacity: .85;
		width: 98vw;
	}
	.formLabel {
		/* width: 150px; */
		text-align: left;
		display: block;
		padding-right: 14px;
		font-size: 1.4em;
	}
	#signupForm {
		width: 288px;
		margin: auto;
	}
	
	#betaSignupForm {
		width: 288px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.signinXVideo {
		position: relative;
		left: 87vw;
		height: 7vw;
		width: 7vw;
		z-index: 100;
		margin-top: 15px;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
		left:101%;
		top:-20px;
	}
	.signinXVideo:hover {
		cursor: pointer
	}
	.signinX {
		position: relative;
		left: 87vw;
		height: 7vw;
		width: 7vw;
		z-index: 100;
		margin-top: 15px;
		background: url('/imgFiles/x_out.png');
		background-size: cover;
	}
	.signinX:hover {
		cursor: pointer
	}
	.formInput {
		width: 100%;
		font-size: 1.6em;
	}
	.icon72Signin {
		position: absolute;
		background: url('/imgFiles/b2f72.png') no-repeat;
		height: 12vw;
		width: 12vw;
		top: 3vw;
		left: 3vw;
		z-index: 100;
		background-size: cover;
	}
	#messageText {
		position: relative;
		margin-top: 15px;
		font-size: large;
		width: 65vw;
		left: 17vw;
		text-align: center;
	}
	#messageTitle {
		position: relative;
		margin-top: 10px;
		width: 50vw;
		font-size: x-large;
		font-weight: bold;
		text-align: center;
		left: 25vw;
	}
	#msgOkButton {
		width: 20%;
	    margin-top: 25px;
    	margin-bottom: 26px;
	    position: relative;
	    left: 40%;
	    font-size: large;
	}
	.downloadTop {
		margin: 0
	}
	.downloadBottom {
		margin: 0
	}
	.downloadLink {
		font-weight: lighter;
		margin-top: 8px;
	}
	.downloadItemLeft {
		text-align: center;
		display: block;
	}
	.downloadItemRight {
		text-align: center;
		display: block;
	}
	.video {
		width: 100%;
		height: 400px;
	}
	.submitSignin {
		position: relative;
	    margin-top: 15px;
	    margin-bottom: 15px;
	    width: 30%;
	    left: 35%;
	}
	#submitContact {
		font-size: large;
		position: relative;
		padding: 11px;
		width: 100%;
	}
	#signin {
		display: none;
		z-index: -1;
		position: fixed;
		opacity: 0;
		top: 12vh;
		margin-left: 1vw;
		width: 98vw;
		/* height: 96vh; */
		color: black;
		background-color: white;
		border: 2px solid;
		border-radius: 25px;
		opacity: .85;
	}
	#submitEmail {
		font-size: large;
		position: relative;
	}
	#emailHolder {
		width: 100%;
		margin-top: 33px;
		text-align: center;
		font-size: large;
		background-color: #ffffff;
		position: relative;
	}
	#enterEmail {
		position: relative;
		margin-top: 3vh;
		width: 65vw;
		font-size: large;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#emailAddress {
		margin-top: 1vw;
		font-size: large;
		background-color: lightgrey;
		position: relative;
	}
	#contactUsText {
		height: 50px;
	}
	#contactUs:hover {
		cursor: pointer;
	}
	#contactUsTextArea {
		width: 80%;
		left: 10%;
		position: relative;
		font-size: large;
		border-color: grey;
	}
	#contactUsHolder {
		width: 100%;
		position: relative;
		margin-top: 4%;
	}
	#contactUs {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top: 6vh;
		margin-bottom: 10vh;
	}
	#homeLink {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top: 5vh;
	}
	#homeLink:hover {
		cursor: pointer;
	}
	#pitchDeckLink {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top: 6vh;
	}
	#aboutLink {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top:6vh;
	}
	#helpLink {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top: 6vh;
	}
	#pitchDeckLink:hover {
		cursor: pointer;
	}
	#aboutLink:hover {
		cursor: pointer;
	}
	#helpLink:hover {
		cursor: pointer;
	}
	#receiveUpdates {
		position: relative;
		width: 70vw;
		padding: 15px;
		text-align: center;
		background-color: #3f51b5;
		border-style: solid;
		border-width: 2px;
		border-color: #fdfdfd;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: x-large;
		color: white;
		margin-top: 6vh;
	}
	#receiveUpdates:hover {
		cursor: pointer;
	}
	#receiveUpdatesText {
		height: 60px;
		margin-top: -7px;
		position: relative;
	}
	#slideDiv {
		text-align: center;
		top: 98px;
		position: relative;
	}
	#twitter {
		display: none;
	}
	#twitterIcon {
		display: none;
	}
	#twitter2 {
		display: none;
		/* width: 180px;
	    left: 50%;
	    position: relative;
	    margin-left: -124px;
	    top: 42vh; */
	}
}

/* @media only screen and (orientation: landscape) and (max-width: 700px) {
	#mobileButtons {
		display:none;
		width:50%;
		margin-left:25%;
		margin-right:25%;
		absolute;
		display:none;
		z-index: 4000;
		margin-top:20vh;
		font-size:1.5em;
	}
}

@media only screen and (orientation: portrait) and (max-width: 700px) {
	#mobileButtons {
		display:none;
		width:50%;
		margin-left:25%;
		margin-right:25%;
		position:fixed;
		display:none;
		z-index: 4000;
		margin-top:20vh;
		font-size:1.5em;
	}
} */