/* Custom Styling */
body {
  background: #f2f2f2;
}

canvas {
  margin : 10px;
  border-radius: 4px;
  border: 3px solid #222222;
}

code {
  margin-top: 0;
  overflow: auto;
}

pre {
  margin: 0;
}

.container-one {
  min-height: 98vh;
 }

.container-two {
  min-height: 75vh;
 }

.container-three {
  min-height: 98vh;
 }

.container-four {
  min-height: 82vh;
 }

.container-dark {
  background: #222222;
  color: #f2f2f2;
  margin: -3.5rem 0;
  padding: 3.5rem 0;
}

.container-sm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 0 20px;
}

.img-logo {
  max-width: 768px;
  width: 100%;
  padding-top: 5vh;
  margin-bottom: 10px;
}

.img-tools {
  height: 29vh;
  width: auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  border-radius: 10px;
}

.img-trio {
  width: 80%;
}

.link-scroll {
  text-decoration: underline;
  color: #222222;
  cursor: pointer;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  padding: 0px 5px 5px 5px;
  border-radius: 3px;
}

.link-scroll:hover {
  text-decoration: none;
  background: #222222;
  color: #f2f2f2;
  cursor: pointer;
}

.link-footer {
  text-decoration: none;
  color: #f2f2f2;
  cursor: pointer;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  padding: 0px 5px 1px 5px;
  border-radius: 3px;
  box-sizing: border-box;
}
.link-footer:hover {
  text-decoration: none;
  background: #f2f2f2;
  color: #222222;
  cursor: pointer;
}

.link-white {
  color: #f2f2f2;
}

.link-white:hover {
  background: #f2f2f2;
  color: #222222;
}

.text-column {
  margin: 0 5px;
  text-align: justify;
  padding-bottom: 20px;
}

.videoContainer {
  display: none;
  position: fixed;
  background: none;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  height: 141px;
}

.videoFrame {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  width: 280px;
  height: 141px;
}

.closeButton {
  position: absolute;
  z-index: 20;
  top: -10px;
  left: calc(50% + 122px);
  font-size: 16px;
  font-weight: 700;
  width: 32px;
  height: 32px;
  line-height: 16px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  background: #f2f2f2;
}

.closeButton:hover {    border-radius: 50%;}

.btn{
  display: inline-block;
  height: 48px;
  padding: 3px 30px;
  color: #222222;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 3px solid #222222;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 1s ease;
}

.btn-play {
  margin: 8px 8px 24px 8px;
}

.btn-white {
  border: 3px solid #f2f2f2;
  color: #f2f2f2;
  background: #222222;
}

.btn-white:hover {
  border: 3px solid #f2f2f2;
  background: #f2f2f2;
  color: #222222;
}

.btn-dark {
  border: 3px solid #222222;
  color: #222222;
  background: #f2f2f2;
}

.btn-dark:hover {
  border: 3px solid #222222;
  background: #222222;
  color: #f2f2f2;
}

.featuresContainer {
  width: 100vw;
  min-height: 100vh;
  background: #f2f2f2;
}

.featuresHeader {
  padding-top: 3vh;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.featuresTable {
  margin-top: 6vh;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.header-dark{
    background: #222;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100vw;
    color: #f2f2f2;
}

.row-footer {
  background: #222222;
  margin-top: 5vh;
  min-height: 11vh;
  padding: 30px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-footer {
  color: #f2f2f2;
  padding: 10px 5px 0 5px;
}

.img-profile {
  width: 40%;
  height: auto;
  margin: 2vh auto;
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.img-testimonial {
  width: 100%;
  border-radius: 50%;
  max-width: 120px;
}

.text-profile {
  margin-left: 2vw;
  margin-right: 2vw;
}

.img-resource {
  width: 80%;
}

.tile-resource {
  width: 40%;
  padding: 1% 0;
  margin: 2% 4% 4% 4%;
  text-decoration: none;
  color: #222222;
  background: #f2f2f2;
  display: inline-block;
  cursor: pointer;
  transition: all 0.7s ease;
  filter: invert(0);
  -webkit-filter: invert(0);
  border-radius: 4px;
}

.tile-resource:hover {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.column-dark {
  height: 100%;
  background: #222222;
  padding: 20px 20px;
}

.column-light {
  min-height: 100vh;
  background: #f2f2f2;
  padding: 20px 20px;
}

.link-resource {
  color: #f2f2f2;
  font-size: 1.5em;
  text-decoration: none;
  cursor: pointer;
  padding-top: 5px;
}

.link-resource:hover {
  text-decoration: underline;
  color: #f2f2f2;
}

.text-micro {
  font-size: 2.0rem;
  color: #757575;
  margin: 2px;
}

.text-nano {
  font-size: 1.4rem;
  color: #757575;
  letter-spacing: 0;
  margin-bottom: -1.0rem;
}

.text-mid {
  font-size: 2rem;
}

.text-massive {
  font-size: 5.5rem;
  word-break: break-word;
}

.band-landing {
  width: 100vw;
  background: #222222;
  height: 28vh;
  text-align: center;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  overflow: hidden;
}

.band-dark {
  width: 100vw;
  background: #222222;
  color: #f2f2f2;
  padding: 7vh 0 3vh 0;
  margin: 20px 0 40px 0;
  text-align: center;
  max-width: 100vw;
  overflow: hidden;
}

.img-band {
  display: inline-block;
  width: 8vw;
  height: auto;
  filter: invert(1);
  -webkit-filter: invert(1);
}

.img-tta {
  display: block;
  width: 70%;
  max-width: 460px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-screenshot-half {
  width: 100%;
  margin: 10px 0 30px 0;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.img-featureIcon {
  width: 90%;
  height: auto;
  max-width: 120px;
}

.text-disabled {
    text-decoration: line-through;
}

.text-pricing {
  margin-bottom: 5px;
}

.text-pricing-grey {
  color: #757575 !important;
}

.text-footer {
  color: #f2f2f2;
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
}

.img-footer {
  display: inline-block;
  width: 6vh;
  height: auto;
  filter: invert(1);
  -webkit-filter: invert(1);
}

.nav-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 40;
}

.nav-menu-mobile {
  color: #f2f2f2;
}

.container-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #222222;
  color: #f2f2f2;
  z-index: 30;
}

.container-menuItems {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-around;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 8vh;
  left: 0;
  width: 100vw;
  height: 88vh;
}

.container-contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #222222;
  color: #f2f2f2;
  z-index: 40;
}

.container-contactItems {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-around;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.container-contactForm {
  display: block;
  width: 90%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.container-pricing {
  margin: 30px 0;
  padding-bottom: 30px;
}

.container-roomCode {
  border: 3px solid #222222;
  border-radius: 3px;
  padding: 2px 16px;
  display: inline-block;
}

.container-referrals {
  padding-top: 10vh;
}

.input-roomCode {
  color: #222222 !important;
  padding: 6px 2px !important;
}

.link-menu {
  background: #222222;
  cursor: pointer;
  color: #f2f2f2;
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  line-height: 1.6;
}

.link-menu:hover {
  background: #f2f2f2;
  color: #222222;
}

.img-improvements {
  max-height: 30vh;
  max-width: 100%;
}

.container-reports {
  margin-top: 6vh;
}

.container-room {
  padding: 50px 0 10px 0;
  border-bottom: solid 5px rgba(34,34,34,0.8);
}

.table-reports {
  width: 94%;
  margin: 0 0 20px 4%;
  color: #f2f2f2;
}

.table-reports th,td {
  border: none;
  display: none;
}

.table-mobile {
  display: table-cell;
  text-align: center;
}

.chip-dark {
  background: rgba(34,34,34,1);
  color: #f2f2f2;
  padding: 20px;
  margin-left: 0;
}

.chip-dark-absolute {
  background: rgba(34,34,34,1);
  color: #f2f2f2;
  position: absolute;
  height: 100%;
  z-index: -1;
}

.row-session {
  position: relative;
  background: rgba(34,34,34,0.1);
  color: #222222;
  margin-top: 40px;
}

.row-testimonials {
  margin-top: 50px;
}

.report-UID {
  position: absolute;
  margin: 0;
  bottom: 7px;
  right: 10px;
  color: rgba(0,0,0,0.5);
  font-size: 10px;
}

/* API Page */
.section-code-sm {
  min-height: 60vh;
}
.section-code-md {
  min-height: 75vh;
}
.section-code-lg {
  min-height: 90vh;
}
.code-brace {
  display: block;
}
.code-line {
  display: block;
}
.code-grey {
  color: rgba(150,150,150 ,1);
}
.code-blue {
  color: rgba(66,165,245 ,1);
}
.code-red {
  color: rgba(239,83,80 ,1);
}
.code-green {
  color: rgba(102,187,106 ,1);
}
.img-front {
  width: 80%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  margin: 1em 0 0 0;
  border-radius: 5px;
}
.img-front-wide {
  width: 100%;
}
.btn-api {
  height: 42px;
  line-height: 32px;
  padding: 3px 20px;
  margin: 0 5px 0 0;
}
.btn-selected {
  background: #333333;
  color: #f2f2f2;
}
#pingResponse { display: none; }
#pingFront { display: none; }
#roomsResponse { display: none; }
#roomsFront { display: none; }
#reportingResponse { display: none; }
#reportingFront { display: none; }

#menuClose { display: none;}
#pricingMoreBasic { display: none;}
#pricingMoreCustom { display: none;}
#pricingMoreCharity { display: none;}

/* Carousel */
#carousel-tutor-one { display: block;}
#carousel-tutor-two { display: none;}
#carousel-tutor-three { display: none;}
#carousel-tutor-four { display: none;}
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-float-right {
  float: right; }
.u-float-left {
  float: left; }
.u-text-white {
  color: #f2f2f2;
}
.u-width-50             { width: 50%; }
.u-link-none            { text-decoration: none; }
.u-link-none:focus      { outline: none; }
.u-textAlign-center     { text-align: center; }
.u-textAlign-left       { text-align: left; }
.u-text-bold            { font-weight: 700; }
.u-margin-no            { margin: 0; }
.u-margin-xs            { margin: 5px; }
.u-margin-sm            { margin: 10px; }
.u-margin-md            { margin: 30px; }
.u-margin-lg            { margin: 50px; }
.u-padding-no           { padding: 0; }
.u-padding-xs           { padding: 5px; }
.u-padding-sm           { padding: 10px; }
.u-padding-md           { padding: 30px; }
.u-padding-lg           { padding: 50px; }
.u-position-relative    { position: relative; }
.u-position-absolute    { position: absolute; }
.u-invert               { -webkit-filter: invert(1);}
.u-background-dark      { background: #222222;}
.u-invisible            { opacity: 0;}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
/*@media (min-width: 400px) {}*/

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  .videoContainer {
    width: 100%;
    height: 281px;
  }

  .videoFrame {
    width: 500px;
    height: 281px;
  }

  .closeButton {
    left: calc(50% + 230px);
  }

  .table-reports th,td {
    display: table-cell;
  }

  .table-mobile {
    text-align: left;
  }

  .table-reports {
    margin: 20px 0 20px 4%;
  }

}

/* Larger than tablet */
@media (min-width: 770px) {
  .videoContainer {
  width: 100%;
  height: 562px;
  }

  .videoFrame {
    width: 1000px;
    height: 562px;
  }

  .closeButton {
    left: calc(50% + 478px);
  }

  .column-dark {
    position: absolute;
    top: 0;
    right: 0;
  }

  .logo-resource {
    display: block;
  }

  .tile-resource {
    width: 24%;
  }

  .nav-menu {
    position: fixed;
  }

  .nav-menu-mobile {
    color: #222222;
  }

  #pricingMoreBasic {
    display: block;
  }

  #pricingMoreCustom {
    display: block;
  }

  #pricingMoreCharity {
    display: block;
  }

  .pricingMoreButton {
    display: none;
  }

  .container-pricing {
    margin: 0;
  }

  .table-reports {
    color: #222222;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1300px) {
  .videoContainer {
  width: 100%;
  height: 720px;
}

.videoFrame {
  width: 1281px;
  height: 720px;
}

.closeButton {
  left: calc(50% + 622px);
}
}




