﻿
h1 {
  color: #fff;
  position: relative;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
h1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: -8px;
  background: #fff;
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}

a.cta {
  display: block;
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 120px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #fff;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a.cta:before {
  content: "";
  background: #fff;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
a.cta:hover:before {
  height: 4px;
}

.start-container {
  position: absolute;
  top:0;
  left:0;
  /*background: #09f;*/
  background-image: url('../Images/home-background.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  width: 100%;
  height: 100vh;
  
}

.start-container .one-half {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.start-container .one-half.left {
  left: 0;
  background: url("") center center no-repeat;
  background-size: cover;
}
.start-container .one-half.left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 120, 0.6);
  position: absolute;
}
.start-container .one-half.right {
  right: 0;
  background: url("") center center no-repeat;
  background-size: cover;
}
.start-container .one-half.right:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(25, 120, 220, 0.6);
  position: absolute;
}
.start-container .one-half.left, .start-container .one-half.right {
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}
.start-container .one-half.left:before, .start-container .one-half.right:before {
  -webkit-transition: 500ms all ease-in-out;
  transition: 500ms all ease-in-out;
}
.start-container.left-is-hovered .left {
  width: 85%;
}
.start-container.left-is-hovered .left h1:after {
  width: 100%;
}
.start-container.left-is-hovered .right {   
    width: 15%;
}
.start-container.left-is-hovered .right:before {
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.start-container.right-is-hovered .right {
  width: 85%;
}
.start-container.right-is-hovered .right h1:after {
  width: 100%;
}
.start-container.right-is-hovered .left {
  width: 15%;
}
.start-container.right-is-hovered .left:before {
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.rev-container
{
	display:none;
	z-index:5;
}
.sch-container
{
	display:none;
	z-index:5;
}
.app-name{
    position:absolute;
    top:5vh;
}



/*EXTERNAL PAGES*/
#controls-container {
    background-color: rgba(255, 255, 255, 0.00);
    background-image: url('');
    position: fixed;
    top: 0;
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: bold;
    font-size: large;
    width: 100vw;
    height: 10vh;
    color: #FFF;
    z-index: 600;
}

.top-bar{
    display:none;
}

html, body {
    background-color: #448AFF;
}

.accent {
    display: none;
}

.message-heading {
    display: none;
}

.menu-list-show{
    background-color:rgba(140, 22, 112, 0.30);
    right:1.5vw;
    top:1vh;
}

.customize-left-form{
    left:27.5vw;
}