body {
	font-family: system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: white;
	background-color: #121415;
	font-weight: 400;
}

.myClass {
	float: none;
	margin: auto;
}

.container {
	
}

.navbar-brand {
	/*margin-top: -20px;*/
	margin-left: -1px;
}

.navbar-dark .navbar-nav {
	/*padding-top: 18px;*/
}

.navbar-nav{
  display:flex;
  align-items:center;
}

.navbar-dark .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 360;
	margin-top: 11px;
	/*padding-left: 89px;
	padding-right: 11px;*/
    color: rgba(255, 255, 255, .75) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-toggler {
	margin-top: 10px;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap; /* assumes you only want one row */
}
/*
@media (max-width: 768px) {
    .collapse .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .collapse .navbar-collapse {
        text-align: center;
    }
}
*/


#navLinks > li{
  margin-left:75px;
  margin-right:0px;
}

@media (max-width: 768px) {  
 #navLinks > li{
  margin-left:0px;
  margin-right:0px;
}
}

.dropdown a {
    outline: none;
}

.dropdown-menu{ position:absolute !important;}

#sfxlogo {
	padding: 0px;
	padding-top: 3px;
}

#container {
	display: flex;
	justify-content: space-around;
}

.sectiontext a {
	font-size: 17px;
	font-weight: 500;
	background: #fff;
	color: #121415;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	height: 30px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
	white-space: nowrap;
}

#seperator {
	height: 1px;
	width: 100%;
	background: #2B2C2C;
	margin-top: 70px;
}

#seperator-nomargin {
	height: 1px;
	width: 100%;
	background: #2B2C2C;
	margin-top: 0px;
}

.blueButton {
	background-color: #235BF0;
	border: none;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	height: 50px;
	border-radius: 50px;
}

.blueButton2 {
	background-color: #fff;
	border: none;
	color: 000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	height: 50px;
	width: 170px;
	border-radius: 50px;
	border: 0px;
}

.blueButton3 {
	background-color: #fff;
	border: none;
	color: 000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	height: 50px;
	width: 190px;
	border-radius: 50px;
}

.blueButton4 {
	background-color: #235BF0;
	border: none;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	height: 70px;
	width: 206px;
	border-radius: 50px;
	line-height: 70px;
	outline: none;
}

.downloadicon {
	position: relative;
	  /* Adjust these values accordingly */
	top: 3px;
	font-size: 26px;
}

.fa-play {
	font-weight: 600;
}

.feature-section {
	padding-top: 110px;
	padding-bottom: 80px;
}

.feature-section-center {
	padding-top: 20px;
	padding-bottom: 100px;
}

h1.sectionHeader {
	font-weight: 640;
	padding-bottom: 30px;
	margin-left: 12px;
}

p.sectiontext {
	font-size: 19px;
	padding-bottom: 30px;
	margin-left: 12px;
	color: #c2c2c2;
}

p.sectiontextnomargin {
	font-size: 19px;
	padding-bottom: 30px;
	color: #c9c9c9;
}

p.sectiontextlightpadding {
	font-size: 19px;
	padding-bottom: 12px;
	color: #dddddd;
}

h1.sectionHeaderCenter {
	max-width: 800px;
	padding-bottom: 30px;
	padding-top: 60px;
	font-size: 48px;
	font-weight: 640;
}

h1.sectionHeaderCenterVideo {
	max-width: 800px;
	padding-bottom: 30px;
	margin-top: -30px;
	font-size: 48px;
	font-weight: 640;
}

h1.pageHeaderCenter {
	padding-bottom: 30px;
	padding-top: 60px;
	font-size: 54px;
	font-weight: 640;
}

h1.sectionHeaderCenterContact {
	padding-bottom: 30px;
	padding-top: 0px;
	font-size: 40px;
	font-weight: 640;
}
.grayLink a {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-decoration: none;
	color: #444448;
	font-size: 17.0;
}
.grayLink a:hover{
	text-decoration: underline;
}

.fsContactSubmitButton
{
padding: 10px 20px 11px ;
font-size: 21px ;

font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
color: #007AFF;
border-color:#007AFF;
width:200;
height:49;
background:transparent;
    border-style:solid;
    border-width:1px;
background-repeat:no-repeat;

border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
}

.fsContactSubmitButton:hover
{
padding: 10px 20px 11px ;
font-size: 21px ;

font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
color: #007AFF;
border-color:#007AFF;
width:200;
height:49;
background:transparent;
    border-style:solid;
    border-width:1px;
background-repeat:no-repeat;
cursor: pointer;

border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 0px;
}

#contactFormSection {
	/*width:800.0px;
	margin-left:auto;
	margin-right:auto;*/
}

.section-header-label {
	font-size: 13px;
	font-weight: 500;
	background: #f7e307;
	padding: 5.0px;
	border-radius: 8px;
	vertical-align: middle;
	color: black;
}

.channels-label {
	border: 1px solid #7F7F7F;
	color: #BABABA;
	border-radius: 8px;
	padding: 4px 4px;
}

.universes-label {
	background: #fff;
	color: #000;
	border-radius: 20px;
	padding: 6px 10px;
}

.universes-label-hl {
	background: #fff;
	color: #000;
	border-radius: 20px;
	padding: 6px 10px;
}

#app-diagram {
	padding-bottom: 80px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	height: 800px;
}

h1.techspecs {
	font-size: 24px;
	padding-bottom: 3px;
}

h1.otherhighlights {
	font-size: 20px;
	color: white;
}

ul {
	color: #c2c2c2;
	padding-left: 18px;
	padding-bottom: 30px;
	margin: 0;
}

ul li {
	padding: 3px 0px;
}

.footer-big ul {
	padding: 0;
	margin: 0
}

.footer-big li {
	list-style: none;
}

.footer-big {
	padding: 30px 0 0px 0
}

.footer-big .footer-widget {
	margin-bottom: 30px;
}

.footer--light {
	
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
	color: #c2c2c2;
}

.footer-menu {
	width: 100px;
	margin: 0 auto;
}

.footer-menu ul li a {
	font-size: 15px;
	line-height: 26px;
}

.footer-widget-title {
	line-height: 42px;
	margin-bottom: 0px;
	font-size: 18px
}

.mini-footer {
	text-align: center;
	padding: 32px 0
}

.mini-footer p {
	margin: 0;
	font-size: 13px;
	color: #999
}

.mini-footer p a {
	color: #999;
	font-size: 13px;
	text-decoration: underline;
}

#speccolumnhead {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.otherhighlights-image {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.otherhighlights-col {
	padding-left: 15px;
	padding-right: 15px;
	color: #c2c2c2;
}

.grayLink a {
	text-decoration: none;
	font-size: 17.0;
	font-weight: 600;
	color: #ffffff;
}

.app-screenshot {
	max-width: 90%;
	border-radius: 12px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
}

.app-screenshot-small {
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
}

.app-screenshot-ohm {
	max-width:500px;
	opacity:70%;
}


.fa-check-circle {
	color: #32BE64;
	font-size: 30px;
}

td, th {
	text-align: center;
}

.screenshot-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	padding-bottom: 70px;
}

.screenshot-hype {
	border-radius: 16px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
}

#videowrapper {
	position: relative;
	overflow: hidden;
}

#colorvideo {
	overflow: hidden;
	max-width: 290px;
	border-radius: 12px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	filter: contrast(110%);
	filter: saturate(140%);
}

#fxvideo {
	overflow: hidden;
	max-width: 400px;
	border-radius: 12px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	filter: contrast(110%);
	filter: saturate(110%);
}

#pantiltvideo {
	overflow: hidden;
	max-width: 400px;
	border-radius: 12px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	filter: contrast(110%);
	filter: saturate(110%);
}

#multitaskvideo {
	overflow: hidden;
	max-width: 90%;
	border-radius: 20px;
	box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	-o-box-shadow: 0px 10px 40px  rgba(0,0,0,0.6);
	filter: contrast(101%);
	filter: saturate(101%);
}


@media (max-width: 768px) { 
#fxvideo {
	max-width: 100%;
	}
	#pantiltvideo {
		max-width: 100%;
	}
}

#fullScreenDiv {
	min-height: 300px;
	max-height: 800px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background: #000000;
}

#video {
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}

@media (min-aspect-ratio: 16/9) {
	#video {
		width: 100vw;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	#video {
		height: 100vh;
		width: auto;
		margin-left: 50vw;
		transform: translate(-50%);
	}
}

#videoMessage {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#dmx-hardware {
	width: 56%;
	z-index: 32;
	position: relative;
	top: -70px;
	margin-bottom: -70px;
	filter: contrast(118%);
}

.composition-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.container-fluid {
	max-width: 100%;
	padding: 0;
}

.col-lg-7, .col-lg-6, .col-lg-5 {
	padding-left: 40px;
	padding-right: 40px;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */

@media screen and (min-width: 601px) {
	
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */

@media screen and (max-width: 700px) {
	h1.sectionHeaderCenter {
		font-size: 32px;
	}
	
	h1.sectionHeaderCenterVideo {
		font-size: 32px;
	}
	
	.app-screenshot {
		max-width: 320px;
	}
	
	#app-diagram {
		padding-bottom: 40px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		height: 500px;
	}
}

.popover {
	width: 600px;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
	font-weight: 500;
	line-height: 40px;
}

.popover a {
	color: #1074FF;
	text-decoration: none;
}

.popover a:hover {
	color: #1074FF;
	text-decoration: underline;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.vl {
	border-left: 1px solid #cdcdcd;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: -40px;
}

@media(hover: hover) and (pointer: fine) {
	.sectiontext
	a: hover {
	background: #3c6aff;
	color: #fff;
	}
}

.policypage {
	font-size: 20px;
}

.blueButton:hover {
	background-color: #1074FF;
	color: white;
}

.blueButton4:hover {
	background-color: #1074FF;
	color: white;
	text-decoration: none;
}

.popover-content a:hover {
	background-color: #1074FF;
	color: white;
	text-decoration: none;
}

.blueButton2:hover {
	background-color: #1074FF;
	color: white;
}

.mini-footer p a:hover {
	color: #c2c2c2;
}

.grayLink a:hover {
	text-decoration: underline;
	color: #ffe600;
}

.terms-sub-strong {
	font-size: 17px;
	color: white;
}