body:before {
    content: "";
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 90;
    border: 1.5em solid white;
    pointer-events: none !important
}
.opacity-8 {
    opacity: 1 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
}

body:not(.stage-6) .onlyOnContact {
  opacity: 0;
}

body.stage-6:before {
  border: 1.5em solid lightgrey;
}

body.stage-6 .onlyOnContact {
  opacity: 1
}

p {
	font-size: 16px;
    font-family: 'proxima-nova', sans-serif;
    opacity: 1 !important;
}

.navigation li {
	text-align: right;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	color: #A1A1A1;
	opacity: 1 !important;
}

.navigation li:after {
	display: none;
}

a {
	font-family: 'proxima-nova', sans-serif;
}

.panel.top svg.the-white {
	display: block;
}
.panel.top svg.the-black {
	display: none;
}

.stage-6 .panel.top svg.the-white {
	display: none;
}
.stage-6 .panel.top svg.the-black {
	display: block;
}

.stage-1 .panel.top {
	display: none;
}

.fade-2 .content {
	/*border: 1em solid white;*/
}

.button {
	border-radius: 50em;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px !important;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
    font-size: 14px;
    width: 200px;
    /*padding: 1em 0;*/
}

.white {

    background-color: white;
    color: black;

}

.column-me {
	column-count: 2;
}

input {
    /*border: none !important;*/
    border: 1px solid #D4D4D4 !important;
    border-radius: 0 !important;
    padding: 0.1rem !important;
    margin-left: 0 !important;
}

select {
	margin-left: 0 !important;
}

textarea {
	border: 1px solid #D4D4D4 !important;
	border-radius: 0 !important;
	padding: .60rem !important;
	margin-left: 0 !important;
}

label {
    color: white !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

blockquote {
	margin-top: 1em
}

.static-button:hover {
  -webkit-transform: none !important;
  transform: none !important;
  transition: none !important;
}

.now-available {
  margin-bottom: 0 !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  font-size: 16px;
}

.ludwig {
  position: relative;
  padding-left: 0.5em;
  border-left: 2px solid #fff;
  /*font-family: 'Roboto', serif;*/
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 100;
}
.ludwig p {
	line-height:1.3;
}
.ludwig .opacity-6 {
	opacity:1 !important;
}

li.selected {
    color: white !important;
    font-weight: bold;
}

li.selected:not(.toSlide-1):before {
    content: '';
    height: 2px;
    right: -10px;
    position: absolute;
    top: 47%;
    width: 10px;
    background-color: white;
    transform: translateY(50%);
    display: none !important;
}

li.selected.toSlide-6:before {
    background-color: lightgrey;
}

li.selected.toSlide-6 .static-button {
    background-color: #ffffff !important;
}

.button.gradient:before {
    background: transparent !important;
}

.button:hover {
    -webkit-transform: none !important;
            transform: none !important;
    transition: 0.35s !important;
  }

li.social svg {
    width: 18px;
    height: 18px;
    margin-left: 1em;
}

body.stage-6:before {
    border: 1.5em solid white !important;
  }

.container .wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
    padding: 60px calc(8% + 15px) !important;
}


  @media (max-width: 1280px) {
    .container .wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
        padding: 60px calc(8% + 15px) !important;
    }
    .blockquote-none {
        display: none !important;
    }
  }

@media (max-width: 767px) {
	.panel .sections > div.right {
		display: block !important;
	}
    .panel.top {
        top: -2.5rem;
    }
    .blockquote-none {
        display: block !important;
    }
    body:before {
        border: none !important;
    }
    .button {
        margin-bottom: 10px !important;
        width: 100%;
    }

	.stage-1 .slide .background {
		background-position: -10rem 0 !important;
		}

	.stage-5 .slide .background {
		background-position: -90rem 0 !important;
		}

    .column-me {
        column-count: 1 !important;
    }

    .masterclass-slide p {
        text-shadow: 1px 2px 4px black;
    }

    .stage-6 .cell-28 {
    	display: none;
    }

  }

/*.ludwig:before, .ludwig:after {
  content: '\201C';
  font-family: 'Sanchez';
  color: #4d91b3;
}
.ludwig:after {
  content: '\201D';
}*/



@media (max-height: 775px) {

    .blockquote-none {
        display: none !important;
    }
}


