﻿section .section-content {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overscroll-behavior-y: contain; }

.scroll-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0; }

.scroll-container section {
  width: 100%;
  height: 100%; }

.dots {
  z-index: 1;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dots li a {
  padding: 10px;
  width: 4px;
  height: 5px;
  display: block; }

.dots li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  /*-webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease, background-color 0.3s ease;
    -o-transition: -o-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;*/
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s; }

.dots li a.active:before {
  content: '';
  background-color: transparent;
  width: 10px;
  height: 10px;
  border-color: white;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6); }

.light-section .dots li a:before {
  background: rgba(0, 0, 0, 0.3); }

.light-section .dots li a.active:before {
  border-color: #000;
  background: transparent; }

.dots-right {
  right: 16px; }

.dots-left {
  left: 10px; }

.off-canvas-wrapper-inner, .body-container, .inner-wrap, .off-canvas-wrapper, form {
  height: 100%;
  min-height: 100%; }

/* min-width 1024px, large screens */
@media only screen and (min-width: 64em) {
  .dots-right {
    right: 26px; } }
