@font-face {
    font-family: 'Economica-Bold';
    src: url('../fonts/Economica-Bold.ttf');
    src: url('../fonts/Economica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'FjallaOne-Regular';
    src: url('../fonts/FjallaOne-Regular.ttf');
    src: url('../fonts/FjallaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

a[href^=tel] { color: inherit; text-decoration: none; }


h1, h2, h3, h4, h5, h6, .heading{
	margin: 5px 0;
	color:#000000;
	font-weight:normal;
}

.txt-xxl{
font-size:2.6em;
}
.txt-xl{
font-size:2.3em;
}
.txt-l{
font-size:2em;
}
.txt-m{
font-size:1.7em;
}
.txt-s{
font-size:1.4em;
}


body{
	font-weight:normal;
	font-family: 'Economica-Bold', Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

.bgdark{
	background-color:#022d63;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bglight{
	background-color:#e9f7ff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.light-txt, .light-txt p, .light-txt li, .light-txt a, .light-txt h1, .light-txt h2, .light-txt h3, .light-txt h4, .light-txt h5, .light-txt h6, .light-txt .heading, .light-txt label {
	color:#ffffff;
}


.dark-txt, .dark-txt p, .dark-txt li, .dark-txt a, .dark-txt h1, .dark-txt h2, .dark-txt h3, .dark-txt h4, .dark-txt h5, .dark-txt h6, .dark-txt .heading, .dark-txt label {
	color:#000000;
}

.dark-txt li {
    list-style: none;
}

nav {
    background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
	background-blend-mode: multiply;
}

a.navbar-brand {
    text-align: center;
    margin: 0 auto;
	font-family: 'FjallaOne-Regular', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}

main {
    margin-top: 70px;
}



#schemacss{
	text-align:center;
    clear: both;
}

#schemacss a, #schemacss span.title-color{
color:#363636;
}

#schemacss .txt-s{
margin:0;
}

.schema_add_map div {
display: inline;
}

.section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
  clear:both;
}
.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 70%;
  width: 80%;
}
.section .white {
  color: #fff;
}

.section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1;
}
.section:nth-child(1) .fixed {
  transform: translate(-75%, -60%);
}

.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  top: 100vh;
  z-index: 2;
}
.section:nth-child(2) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cff6ce;
  top: 200vh;
  z-index: 3;
}
.section:nth-child(3) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  top: 300vh;
  z-index: 4;
}
.section:nth-child(4) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cff6ce;
  color: #fff;
  top: 400vh;
  z-index: 5;
}
.section:nth-child(5) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  color: #fff;
  top: 500vh;
  z-index: 6;
}
.section:nth-child(6) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cff6ce;
  color: #fff;
  top: 600vh;
  z-index: 7;
}
.section:nth-child(7) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  color: #fff;
  top: 700vh;
  z-index: 8;
}
.section:nth-child(8) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cff6ce;
  color: #fff;
  top: 800vh;
  z-index: 9;
}
.section:nth-child(9) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(10) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  color: #fff;
  top: 900vh;
  z-index: 8;
}
.section:nth-child(10) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(11) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cff6ce;
  color: #fff;
  top: 1000vh;
  z-index: 9;
}
.section:nth-child(11) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(12) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #cfeef7;
  color: #fff;
  top: 1100vh;
  z-index: 8;
}
.section:nth-child(12) .fixed {
   transform: translate(-75%, -60%);
}

.section:nth-child(13) {
  background-color: #000;
  color: #fff;
  top: 1200vh;
  z-index: 10;
}
.section:nth-child(13) .fixed {
   transform: translate(-75%, -60%);
}
