div.quote{
	margin-top:5rem; color:rgb(4, 88, 147);
}

.videoWrapper {
	position: relative;
	padding-bottom: 53.25%; 
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.videoWrapper, .videoWrapper iframe {
	max-width: 1280px;
	max-height: 720px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
  padding-top: 2rem;
  padding-bottom: 0rem;
  margin-top: 5rem;
  color: #FFF;
  background-color: #E6E6E6;
  background-image: url('../images/lodyas.png');
}

.title {margin-bottom:3rem;}

.fullgrayback {
  background-color: #E6E6E6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 0rem;
  color: #000;
  text-align: center;
}

.fullwhiteback {
  padding-top: 1rem;
  padding-bottom: 0rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #000;
  text-align: center;
}

.fullwithline {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #000;
  text-align: left;
  border-top: 1px solid #eee;
}

.container {
  max-width: 800px; }

.largercontainer {
  max-width: 960px; }

.downloadcontainer {
  max-width: 800px; 
}

div.downloadbutton {display:inline; margin:0; margin-right:10px; }
div.watchbutton {display:inline; margin:0; margin-left:10px;}
@media (max-width: 400px) {
div.downloadbutton {display:block; margin:0; }
div.watchbutton {display:block; margin:0; }
}

@media (min-width: 700px) {
.video 	{
  padding-bottom: 5rem;
  padding-top: 3rem;
	}
}

@media (max-width: 700px) {
  .videocontainer {
    width: 100%;
    max-width: 100%;
    padding: 0; }
}

.screenshots {
 text-align: left;
}

.header {
  margin-top: 4rem;
  text-align: center; }
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 1rem;
  margin-bottom: 1rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
  .navbar {
  display: none; } 

/* Larger than phone */
@media (min-width: 750px) {
  .header {
    margin-top: 8rem; }
  .value-props {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 650px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }
}

.green {
 color:#32CD32;
}

.button {
  font-size: 1.3rem;
}

.imagecolumn, .imagecolumntextright, .imagecolumntextleft
 {
  width: 100%;
  float: left;
  box-sizing: border-box; 
}


/* For devices larger than 900px */
@media (min-width: 900px) {
  .imagecolumn, .imagecolumntextright, .imagecolumntextleft  { margin: 0; }

 .imagecolumn        { width: 45%; }
 .imagecolumntextright, .imagecolumntextleft    { width: 45%; }

	div.screenshot > .row {
	display: flex; align-items: center;
	}

	div.screenshot .imagecolumntextright {
	margin-left:5rem;
	}

	div.screenshot .imagecolumntextleft {
	margin-right:5rem;
	}

}

@media (min-width: 900px) {
.fullwithline {
  padding-top: 5rem;
  padding-bottom: 4rem;
  margin-top: 5rem;
}
}


.slicknav_menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index:100;
}

.slicknav_menu {
	display:none;
}

@media (max-width: 650px) {

	#collapsemenu {
		display:none;
	}
	.slicknav_menu {
		display:block;
	}
	#maindiv {margin-top:5rem;}
}

@media (max-width: 900px) {
	div.tableonmobile {
		display: flex;
		flex-direction: column;
	}
	div.footeronmobile {
		order:2;
	}
	div.headeronmobile {
		order:1;	
	}
}

.newrelease {margin-top:0.6em;}

 .topleft  { width: 100%; }
 .topright { width: 80%; margin-top: 3em; margin-left: 8%; margin-right: 8%; clear: both;}

@media (min-width: 1200px) {
.value-prop {font-size: 1.2em;}
.button-primary {font-size:1.2em;}
.navbar-link {font-size:1.5rem;}
}

@media (min-width: 1300px) {
 .topleft  { width: 55%; float: left; margin-left: 4%; }
 .topright { width: 36%; float: left; display: block ; margin:0; margin-right: 5%; margin-top: 2em; clear: none;}
}

@media (max-width:1400px) and (min-width:1300px) {
    h1 { font-size:3.5rem }
}

@media (min-width: 1700px) {
.button-primary {font-size:1.3em;}
.container { max-width: 1100px; }
.navbar-link {font-size:1.7rem;}
.vvpro {margin-top:7em;}
}

.vvproimg { max-width: 100%; margin-bottom:1em; }
@media (min-width: 800px) { 
	.vvproimg { max-width: 680px; }
}
