﻿@media (min-width: 768px) {
  html {
    font-size: 100%;
    box-sizing: border-box;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  body {
    margin: 0;
    border: 0;
  }
  button, input[type=button] {
    border: 0;
    margin-inline: 0;
    font-size: 100%;
    font-family: inherit;
  }
  a {
    text-decoration: none;
    color: #000000;
  }
  ul, ol {
    list-style: none;
  }
  body {
    font-family: Tahoma, Verdana;
    font-size: 1rem;
    line-height: 1.2;
  }
  header {
    position: sticky;
    top: 0;
    overflow: hidden;
    border: 1px solid #000000;
    background-color: #ffffff;
  }
  header nav {
    margin: 0;
    padding: 1vh 5vw;
    display: flex;
    flex-flow: row nowrap;
  }
  header nav div {
    margin: 0;
    padding: 0;
    flex-grow: 4;
    align-content: center;
    justify-content: end;
    text-align: end;
  }
  header nav div#Branding {
    flex-grow: 1;
    align-content: center;
    text-align: start;
    /*    img {
     @keyframes Resize {
      from {
       height: 15vh;
      }
      to {
       height: 5vh;
      }
     }

     animation:  Resize 1s linear infinite;
     animation-play-state: paused;
     animation-delay: calc(var(--scroll) * -1s);
    }*/
  }
  header nav div#Branding img {
    margin: 1vh 1vw;
  }
  /* scroll animation
   animation: rotate 1s linear infinite;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -1s);
  */
  h1 {
    font-size: 32pt;
  }
  h1 span {
    text-shadow: 2px 2px 2px #e9e9e9, -2px -2px 2px #e9e9e9;
  }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: bolder;
    color: #ffd800;
    /*padding-right: 1vw;*/
  }
  main {
    min-height: 78vh;
    padding: 0 5vw;
  }
  section {
    min-height: inherit;
    align-content: center;
  }
  section#Main {
    display: flex;
    flex-flow: row nowrap;
  }
  section#Main div {
    width: 45vw;
    align-content: center;
    padding: 5vw;
  }
  section#Main div:has(> .Btn.Action) {
    text-align: end;
    padding-top: 2vh;
  }
  section#Main div img {
    width: 35vw;
  }
  section:nth-child(2n) h2 {
    justify-self: center;
  }
  section div.Row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  section div.Row > div {
    width: 45vw;
  }
  footer {
    margin: 0;
    padding: 2vh 5vw;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(233, 233, 233, 0.1450980392);
  }
  footer div {
    width: 10vw;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  footer div:first-of-type {
    width: 35vw;
    justify-content: start;
    text-align: start;
  }
  footer div:last-of-type {
    width: 35vw;
    justify-content: end;
    text-align: end;
  }
  .CardboardContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
  .Cardboard.Mini {
    background-color: #c2d6d6;
    border-radius: 5px;
    color: #ffffff;
    padding: 0.5vh 0.5vw;
    font-weight: bold;
    margin: 0 auto;
  }
  .Cardboard.Mini + h2 {
    margin-top: 0.5em;
  }
  .Cardboard.Services {
    margin: 15px 10px;
    padding: 15px;
    border: 2px solid #dbdbdb;
    border-radius: 16px;
    width: 25vw;
  }
  .Cardboard.Services svg {
    width: 16px;
    height: 16px;
    fill: #ffd800;
  }
  .Cardboard.Services i {
    color: #ffd800;
    font-size: 45px;
  }
  .Cardboard.Services ul {
    padding: 0;
  }
  .Cardboard.Services ul il {
    display: block;
    list-style: none;
  }
  .Cardboard.Services ul il svg {
    text-shadow: 2px 2px 2px #e9e9e9, -2px -2px 2px #e9e9e9;
  }
  .Cardboard.Method {
    margin-top: 8vh;
    width: 15vw;
    text-align: center;
  }
  .Cardboard.Method i {
    color: #ffffff;
    font-size: 4rem;
    border-radius: 100%;
    padding: 1rem 1.2rem;
    background-color: #ffd800;
  }
  .Cardboard.Method h4 {
    margin-top: 6vh;
  }
  a.Btn, button.Btn, input[type=button], input[type=submit] {
    background-color: #ffd800;
    color: #000000;
    text-decoration: none;
    text-transform: none;
    box-shadow: none;
    display: inline;
    margin: 4px;
    border: 0;
    border-radius: 1.2vh;
    padding: 1vh 2vw;
    line-height: 1.2;
    font-weight: bold;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
  }
  a.Btn.Action, button.Btn.Action, input[type=button].Action, input[type=submit].Action {
    padding: 2vh 3vw;
    font-size: 2rem;
  }
  form div {
    margin: 4vh 3vw;
  }
  form label {
    font-size: 1.2rem;
    font-weight: bold;
  }
  form input, form select, form textarea {
    width: 100%;
    font-family: Tahoma, Verdana;
    font-size: 1rem;
    padding: 1vh 1vw;
  }
}
@media (max-width: 767px) {
  html {
    -webkit-text-size-adjust: none; /* Disable automatic text size adjustment */
    text-size-adjust: none;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    border: 0;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, textarea {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  a {
    text-decoration: none;
    color: #000000;
  }
  ul, ol {
    list-style: none;
  }
  body {
    font-family: Tahoma, Verdana;
    font-size: 1rem;
    line-height: 1.2;
  }
  header {
    position: sticky;
    top: 0;
    overflow: hidden;
    border: 1px solid rgba(185, 184, 184, 0.5333333333);
    background-color: #ffffff;
  }
  header nav {
    margin: 0;
    padding: 1vh 5vw;
  }
  header nav div {
    margin: 0;
    padding: 0;
    align-content: center;
    justify-content: end;
    text-align: end;
  }
  header nav div#Branding {
    align-content: center;
    text-align: start;
  }
  header nav div#Branding img {
    margin: 1vh 1vw;
  }
}
/*@media (min-width: 768px) {
 html {
  font-size: 16px;
 }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
 box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
 position: relative;
 min-height: 100%;
}

body {
 margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
 color: var(--bs-secondary-color);
 text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
 text-align: start;
}
*/
