@import url("//hello.myfonts.net/count/2eefe3");

@font-face {font-family: 'GazRg-Bold';src: url('webfonts/2EEFE3_0_0.eot');src: url('webfonts/2EEFE3_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2EEFE3_0_0.woff2') format('woff2'),url('webfonts/2EEFE3_0_0.woff') format('woff'),url('webfonts/2EEFE3_0_0.ttf') format('truetype');}

html {
	background: #1d1c20;
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: #1d1c20;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.62)
}

div#header {
	height: 100px;
}

#gohomeButton {
	top:18px;
	left:24px;
	width: 31px;
	height:55px;
	background-image:url('images/stunt.png');
	background-repeat:no-repeat;
	background-size:31px 55px;
	cursor:pointer;
	display:block;
	position:fixed;				
}

#supportButton {
	top:12px;
	right:12px;
	position:fixed;
	text-align:right;
	padding: 10px; 
    background: transparent; 
    color: rgba(255, 255, 255, 0.62);
    cursor:pointer;
    font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
}


#overflowlogo {
	background-image: url('images/overflow3.png');
	margin: 0px auto;
	width: 470px;
	height: 55px;
	background-size: 470px 55px; 
	background-repeat: no-repeat;
	display:block;
}

#tagline {
	margin: 38px auto auto auto;
	text-align: center;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.82);
}


#topbuttonarea {
	padding-top: 40px;
	align-content: center;
	text-align: center;
}


.topbutton {
	font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 26px;
	position:relative;
	color:#c7f8fe;
	border: 4px solid #4ee0f3;
    border-radius: 4px;
    padding: 10px;
    width:200px;
    text-align: center;
    margin: 10px;
    display: inline-block;
	cursor:pointer;
}

#buynowbutton {
}

.store {
	margin-top: 20px;
	background: #3c3b43;
	text-align: center;
	max-height: 0px;
	overflow:hidden;
	transition:all .4s ease;
}

.store.expand {
  max-height:1000px;  
}

.paymentInfo {
  max-height:0px;
  overflow:hidden;
  transition:all .4s ease;
}

.paymentInfo.expand {
  max-height:1000px;  
}

#storebody {
	max-width: 800px;
	display: block;
	text-align: left;
	margin: auto;
	padding-top: 20px;
/* 	background-color: #1f7f50; */
}

#storebody input[type=text] {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #c7f8fe;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 500;
}


#videodiv {
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #2c4c6b;
}


#videoParent {
    position: relative;
    overflow: hidden;
    text-align: center;
    
    left: 50%;
    transform: translate(-50%, 0%);

	width: 2000px;	/* anything larger than the scaled movie width */
}

video {
	height: 400px;
}

/* 			make video smaller on narrow displays */
@media (max-width:480px) {
	#videodiv { height: 200px; }
	video { height: 200px; }
}



#store_qty {
	display: none;
}

#store_infoitems {
	text-align: center;
}

.store_infoitem {
	width: 45%;
/* 	border: 1px solid #4ee0f3; */
	display: inline-block;
	vertical-align:top;
	margin: 10px;
	text-align: left;
}

.store_infoitem label {
	font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
}

.labelError {
	color: #f45f69;
}

#emailsubscribelabel {
	font-size: 18px;
}
#emailsubscribearea {
	margin-left: 52px;
}

#paymentoptions {
	margin-top: 20px;
	margin-bottom: 20px;
	align-content: center;
	text-align: center;
}

.paymentoption {
	font-size: 24px;
	position:relative;
	color:black;
	border: 1px solid black;
	background-color:white;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    vertical-align: center;
    margin: 10px;
    display: inline-block;
	cursor:pointer;
	font-weight: 500;
	width:200px;
	height: 28px;
	vertical-align: top;
}

#payment-request-button {
	width:220px;
	height: 28px;
	position:relative;
	display: inline-block;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
	cursor:pointer;
}

#paymentInfo {
	padding: 0px 0px 0px 0px;
	text-align: center;
/* 	border: 4px solid #4b1164; */
}

#paymentCard {
	max-width: 600px;
	margin: 0 auto;
	text-align: left;
/* 	border: 4px solid #4ee0f3; */
}

#paymentInfo label {
	font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
}

#paymentCreditCard {
	display: inline-block;
}

#paymentCCV {
	display: inline-block;
}

#ccexperatinodate {
	padding: 20px 0px 20px 0px;
}

#ccexperatinodate select {
	font-size: 18px;
}

#submitButton {
	font-size: 24px;
	position:relative;
	color:black;
	border: 1px solid black;
	background-color:white;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    vertical-align: center;
    margin: 20px 10px 30px 10px;
    display: inline-block;
	cursor:pointer;
	font-weight: 500;
	width:200px;
	height: 48px;
}

#features {
	margin: 0px 20px 0px 20px;
}

.feature {
	max-width: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 4px 0px 10px 0px;
}

.newfeature {
	height: 0px;
	background-image: url('images/new.png');
	background-size: 125px 125px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: -125px;
	padding-top: 125px;
	margin-right: -140px;
	display:block;
	top: 100px;
}

.feature h1 {
	font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
	color: #4ee0f3;
}

#footer {
	font-size: 11px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	color: rgba(255, 255, 255, 0.42);
}

#keyboardgrid {
	padding-top: 20px;
}

table.gridtable {
/* 	font-family: verdana,arial,sans-serif; */
	font-size:13px;
	color:#333333;
	border-width: 1px;
	border-color: #000000;
	border-collapse: collapse;
	width: 100%;
}
table.gridtable th {
	font-family:GazRg-Bold;
	font-size: 18px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #000000;
	color: rgba(255, 255, 255, 0.82)
/* 	background-color: #dedede; */
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #000000;
	background-color: #e8e8e8;
}




#windowcolors {

    margin-top: 12px;
    padding-bottom: 20px;
    margin-bottom: -20px;
    padding-left: 6px;
    margin-left: -6px;

	width: 454px;
	height: 302px;
	background-size: 454px 302px; 
	background-repeat: no-repeat;
	display:block;
	
	z-index: -1;
}

#iconsizes {

    margin-top: 2px;
    padding-bottom: 36px;
    margin-bottom: -36px;
    padding-left:23px;
    margin-left: -23px;

	width: 472px;
	height: 326px;
	background-size: 472px 326px; 
	background-repeat: no-repeat;
	display:block;
	
	z-index: -1;
}

#searchscreen {

	padding-top: 14px;
    margin-top: -14px;
    padding-bottom: 46px;
    margin-bottom: -86px;
    padding-left:39px;
    margin-left: -39px;

	width: 526px;
	height: 363px;
	background-size: 526px 363px; 
	background-repeat: no-repeat;
	display:block;
	
	background-image: url('images/search.png');
	
	z-index: -1;
}

#statusbarmenu {
	
	padding-left: 18px;
    margin-left: -18px;
	
	width: 331px;
	height: 236px;
	background-size: 331px 242px; 
	background-repeat: no-repeat;
	display:block;
	
	background-image: url('images/statusbarmenu.png');
	z-index: -1;
}


#downloadButton::after {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	content: "Requires macOS 10.13 or newer";
	position: absolute;
    top: 50px;
    left: 40px;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255)
    width: 100%;
    height: 100%;
    opacity: .3;
}

#macworld {
	max-width: 600px;
	text-align: left;
	margin: 0px auto;
	padding: 30px 0px 0px 0px;
	background: url("images/quote-left.png") left no-repeat, url("images/quote-right.png") right no-repeat;
	height: 107px;
	background-size:contain;
}

#macworldquote {
	padding: 0px 70px 0px 70px;
	font-style: italic;
}

#macworldquote a {
	color: rgba(255, 255, 255, 0.62)
}

#macworldcredit {
	margin-top: -10px;
	text-align: right;
	font-size: 10px;
	font-style: normal;
}

#macworldspacer1 {
	height: 20px;
}

#macworldspacer2 {
	height: 30px;
}

#fourmice {
	margin: 0px auto;
	height: 40px;
	width: 104px;
	margin-bottom: -20px;
	background-size: 104px 40px; 
	background-repeat: no-repeat;
	display:block;
	padding-bottom: 10px;
	background-image: url('images/fourmice.png');
	cursor:pointer;
}



/* receipt */

#successtitle {
	background-image: url('images/success.png');
	margin: 0px auto;
	width: 349px;
	height: 55px;
	background-size: 349px 55px; 
	background-repeat: no-repeat;
	display:block;
}

#errortitle {
	background-image: url('images/error.png');
	margin: 0px auto;
	width: 247px;
	height: 55px;
	background-size: 247px 55px; 
	background-repeat: no-repeat;
	display:block;
	padding-bottom: 40px;
}

#licensearea {
	padding-top: 20px;
	align-content: center;
	text-align: center;
}

.licenseSection {
	padding-top: 20px;
	align-content: center;
	text-align: center;
}

#licensedetails {
	width: 600px;
	border: 2px solid rgba(255, 255, 255, 0.82);
	border-radius: 4px;
	padding: 20px;
	margin: 0px auto 10px auto;
}

.licenseLabel {
	font-family:GazRg-Bold;
	font-weight:normal;
	font-style:normal;
	font-size: 24px;
	color: #f09eff;
	text-align: right;
	width: 120px;
	display: inline-block;
	margin-right: 10px;
}

.licenseInfo {
	font-family: monospace;
	font-size: 24px;
	color: white;
	text-align: left;
	width: 370px;
	display: inline-block;
}

.receiptLabel {
	margin: 18px auto auto auto;
	text-align: center;
	color: rgba(255, 255, 255, 0.82);
}


a {
	color: #f09eff;
}
