body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; }

a:active,
a:hover,
a:visited,
a:link {
    text-decoration: none; }

.template__navbar a:active,
.template__navbar a:visited,
.template__navbar a:link {
    color: white !important; }

.template__navbar a:hover {
    color: #008080 !important; }

.template__navbar {
    user-select: none;
    width: 100%;
    height: 65px;
    justify-content: center;
    background-color: #212529;
    display: flex;
    flex-direction: row;
    align-items: center; }

.template__navbar__navbar-brand {
    padding-bottom: 0;
    width: 230px; }

@media (min-width: 750px) {
    .template__navbar__navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem; } }
.template__navbar__img {
    height: 40px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

.template__navbar__logo {
    color: white;
    padding-left: 15px;
    font-weight: lighter;
    font-size: 1.4rem; }

.template__navbar__logo:active, .template__navbar__logo:hover {
    color: white;
    text-decoration: none; }

.template__navbar__navbar-links {
    color: white;
    width: 300px;
    display: none;
    justify-content: space-between;
    font-weight: 300; }

@media (min-width: 750px) {
    .template__navbar__navbar-links {
        display: flex; } }
.template__navbar__navbar-buffer {
    width: 230px;
    display: none; }

@media (min-width: 750px) {
    .template__navbar__navbar-buffer {
        display: block; }

    .template__navbar {
        justify-content: space-between; } }
@font-face {
    font-family: 'Quicksand';
    src: local("Quicksand SemiBold"), local("Quicksand-SemiBold"), url("../fonts/Quicksand-SemiBold.woff2") format("woff2"), url("../fonts/Quicksand-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: 'Quicksand';
    src: local("Quicksand Bold"), local("Quicksand-Bold"), url("../fonts/Quicksand-Bold.woff2") format("woff2"), url("../fonts/Quicksand-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: 'Quicksand';
    src: local("Quicksand Regular"), local("Quicksand-Regular"), url("../fonts/Quicksand-Regular.woff2") format("woff2"), url("../fonts/Quicksand-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: 'Quicksand';
    src: local("Quicksand Light"), local("Quicksand-Light"), url("../fonts/Quicksand-Light.woff2") format("woff2"), url("../fonts/Quicksand-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap; }
@font-face {
    font-family: 'Quicksand';
    src: local("Quicksand Medium"), local("Quicksand-Medium"), url("../fonts/Quicksand-Medium.woff2") format("woff2"), url("../fonts/Quicksand-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }
#video-container {
    background-image: url("/video/cover.jpg");
    width: 100vw;
    height: calc(100vw * .527859);
    max-height: calc(100vh - 65px); }

#video {
    object-fit: cover;
    width: 100%;
    max-height: calc(100vh - 65px); }

#background-cover-holder {
    position: absolute;
    top: 65px;
    height: calc(100vw * .527859);
    max-height: calc(100vh - 65px);
    display: flex;
    width: 100%;
    pointer-events: none;
    align-items: end; }

#background-cover {
    background-color: #0000008a;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-bottom: 1px solid #008080; }

@media (min-width: 750px) {
    #background-cover {
        height: calc(100vh * .6);
        max-height: 300px;
        min-height: 200px;
        border-top: 1px solid white; } }
#background-cover h1, #background-cover p {
    text-align: center; }

#background-cover h1 {
    font-size: 2.4rem;
    display: none; }

#background-cover p {
    font-size: 1.6rem; }

@media (min-width: 750px) {
    #background-cover h1 {
        display: block; } }
#tagline {
    opacity: 1;
    transition: opacity 500ms; }

#tagline.fade {
    opacity: 0;
    transition: opacity 500ms; }

#about {
    border-bottom: 1px solid #008080; }

#map {
    width: 100vw;
    height: 600px; }

#map-overlay-holder {
    position: relative;
    top: -600px;
    height: 600px;
    margin-bottom: -600px;
    display: flex;
    width: 100%;
    pointer-events: none;
    align-items: center;
    justify-content: center; }

#map-overlay {
    width: 50%;
    max-width: 500px;
    min-width: 300px;
    background-color: #fffc;
    border: 3px solid #008080;
    border-radius: 30px;
    padding: 20px;
    pointer-events: auto; }

@media (min-width: 750px) {
    #map-overlay-holder {
        justify-content: start; }

    #map-overlay {
        margin-left: 30px; } }
#map-overlay-text {
    max-height: 320px;
    overflow-y: scroll;
    pointer-events: auto; }

#map-overlay-text a:active,
#map-overlay-text a:visited,
#map-overlay-text a:link {
    color: #004646 !important; }

#map-overlay-text a:hover {
    color: #008080 !important; }

#map-overlay-button-container {
    width: 100%;
    text-align: center;
    margin-top: 10px; }

#product {
    width: 100vw;
    height: calc(100vw * 1.45688351);
    background-size: cover;
    border-bottom: 1px solid #008080;
    background-image: url("/images/app_section/sc_minibus_tall.png"); }

@media (min-width: 750px) {
    #product {
        background-image: url("/images/app_section/sc_minibus_wide.png");
        height: calc(100vw * .344281525); } }
#product-info {
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #008080; }

#product-narrow-desc-outer {
    width: calc(100% - 40px);
    height: 200px;
    display: none;
    flex-direction: row;
    align-items: center;
    padding-left: 20px; }

#product-full-desc-outer {
    width: 40%;
    height: 100%;
    display: none;
    flex-direction: row;
    align-items: center;
    padding-left: 40px; }

#product-full-desc {
    width: 100%;
    height: 260px;
    background-color: #fffc;
    border: 3px solid #008080;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    top: -40px; }

#product-narrow-desc {
    width: 100%;
    height: 260px;
    background-color: #fffc;
    border: 3px solid #008080;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    top: -40px; }

#product-full-desc-management, #product-full-desc-apps, #product-narrow-desc-management, #product-narrow-desc-apps {
    overflow-y: scroll;
    height: 180px;
    display: none; }

#product-narrow-management, #product-narrow-apps {
    height: 40%; }

#product-narrow-management img, #product-narrow-apps img {
    height: 100%; }

#sc-management-narrow-hover, #sc-apps-narrow-hover, #sc-management-full-hover, #sc-apps-full-hover {
    display: none; }

#product-narrow {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center; }

#product-full {
    display: none;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: end; }

#product-full-buttons {
    padding-top: 5px;
    display: flex;
    flex-direction: revert;
    justify-content: space-evenly; }

#product-full-inner {
    height: 100%;
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center; }

#product-full-inner div {
    height: 70%; }

#product-full-inner div img {
    height: 100%; }

@media (min-width: 750px) {
    #product-narrow {
        display: none; }

    #product-full {
        display: flex; } }
@keyframes wobble {
    from {
        transform: rotate(-15deg); }
    to {
        transform: rotate(15deg); } }
.product-box {
    cursor: pointer; }

#services {
    width: 100vw;
    height: calc(100vw * .6666667);
    background-image: url("/images/office.jpg");
    background-size: cover;
    border-bottom: 1px solid #008080; }

#contact {
    background-color: #212529; }

#contact-inner {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center; }

#contact-intro {
    color: white;
    text-align: center; }

#contact-form {
    width: 80%;
    max-width: 400px; }

#contact-form label {
    color: white;
    font-weight: bold; }

#footer {
    background-color: #383F45;
    color: white;
    text-align: center;
    font-size: small;
    border-top: 1px solid #008080;
    padding-top: 10px;
    padding-bottom: 10px; }

#footer p {
    margin-bottom: 0; }

#footer-padding-section, #footer-privacy-section {
    display: none; }

@media (min-width: 750px) {
    #footer-padding-section, #footer-privacy-section {
        display: flex; }

    #footer-large-privacy {
        display: none; } }
@media (max-width: 750px) {
    #footer-main-section {
        width: 100% !important; } }
#footer-privacy-section {
    align-items: end;
    justify-content: end; }

#footer-privacy-section p {
    padding: 10px; }

#footer a:active,
#footer a:visited,
#footer a:link {
    color: white !important; }

#footer a:hover {
    color: #008080 !important; }
