/*
blue: rgb(25, 160, 255)
light blue: rgb(181, 224, 255)

red - rgb(191, 21, 0)
brown - rgb(227, 146, 0)
light brown - rgb(255, 187, 66)

green - rgb(25, 160, 37) #25A025
yellow - rgb(228, 224, 17)

bright red - rgb(255, 61, 0)
orange - rgb(255, 115, 0)
*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap");

html,
body {
  /* IE 10-11 didn't like using min-height */
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.header {
  background-color: rgb(0, 0, 0);
}

.frontPageBackgroundBox {
  background-image: url(/image/blackboard.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  min-height: 500px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

h1,
h3 {
  text-align: left;
  color: rgb(25, 160, 37);
}

h2 {
  text-align: left;
  color: rgb(252, 74, 0);
}

.frontPageTitleBox h1,
.frontPageTitleBox h2 {
  color: #13861f;
}

.frontPageTitleBox h2 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  padding: 5px;
  text-align: center;
}

.frontPageTitleBox h1 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  text-align: center;
}

.frontPageBackgroundBox h1 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 26px;
}

.frontPageBackgroundBox h2 {
  font-family: "Raleway", sans-serif;
  text-align: center;
  font-size: 40px;
  color: rgb(25, 160, 37);
}

p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#pics img {
  display: block;
  margin: auto;
}

.currentUserDisplay {
  color: rgb(181, 224, 255);
}

.currentUserDisplay a {
  color: rgb(25, 160, 255);
}

.currentUserDisplay .logOutLink {
  margin-left: 10px;
}

.signUpBox .button,
.formField button {
  background-color: rgb(0, 0, 255);
  color: white;
}
fieldset {
  background-color: #eeeeee;
  width: fit-content;
  padding: 0.5em;
  margin: 1em;
}

legend {
  background-color: gray;
  color: white;
  padding: 0.2em;
  font-size: 1.1rem;
}
.input-set {
  margin: 1em;
}
.input-set.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-set label {
  margin-right: 0.5em;
}
.input-set .italic-label {
  font-size: 0.8em;
  font-style: italic;
  color: #5f5f5f;
}
.input-set input,
.input-set select {
  width: 100%;
  max-width: 300px;
  height: 2em;
  border-radius: 4px;
  border: 1px solid black;
  background: none;
}

#popupWindow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #00000080;
  display: grid;
  place-items: center;
  z-index: 2;
}
#fields {
  background-color: white;
  padding: 1em;
  width: 90vw;
}
#fields-area {
  overflow: scroll;
  max-height: 75vh;
}
#fields-area .field {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
#fields-area .fieldName {
  margin-right: 0.5em;
}
#buttons-area {
  text-align: center;
}
#buttons-area button {
  margin: 0.2em;
}
.appLogo {
  max-width: 50%;
  max-height: 120px;
}

.linkBlock {
  background-color: #000000;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
  padding: 10px;
  padding-top: 8px;
}

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

.linkBlock p,
a.linkBlock:link p,
a.linkBlock:visited p,
a.linkBlock:hover p,
a.linkBlock:active p {
  color: #afafaf;
}

.googlePlayLogo {
  width: 140px;
  position: relative;
  margin-right: -9px;
  top: -10px;
  border: 2px solid white;
  border-radius: 10px;
}

.appleAppStoreLogo {
  position: relative;
  top: -15px;
  left: 9px;
  border: 2px solid white;
  border-radius: 10px;
}

.columns {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.column {
  display: block;
  background-color: #dadada;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.column:last-child {
  margin-bottom: 0px;
}

.poweredBy {
  display: flex;
  flex-direction: column;

  /*
    Prevents things from overlapping and looking insane on Safari.
    Needs to be done because Steve Jobs decided that things should randomly overlap, by default.
    */
  flex: 1 0 auto;

  text-align: center;
  padding: 20px;
}

.poweredBy div {
  display: flex;
  justify-content: center;
}

.poweredBy .companyName {
  display: flex;
  align-items: center;
}

.poweredBy .companyRow {
  margin-top: 10px;
}

.contactPage {
  min-height: 71vh;
}

.interactiveMenuPage {
  min-height: 66vh;
}

.accountPage {
  min-height: 70vh;
}

.navigationMenuLinks li {
}

@media only screen and (max-width: 1250px) {
  div.navigationMenu {
    display: none;
  }

  div#pics {
    max-width: 90vw;
    text-align: center;
  }

  .frontPageBackgroundBox {
    min-width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  div.example {
    display: none;
  }
}

@media only screen and (max-width: 830px) {
  .frontPageBackgroundBox {
    min-height: 100vw;
    min-width: 100vw;
  }
  #teamMembersList {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1100px) {
  .column:nth-child(2) {
    display: table-cell;
  }
}

@media only screen and (min-width: 730px) {
  .column:nth-child(1) {
    display: table-cell;
  }
  #popupWindow #fields {
    width: 50vw;
  }

  #fields-area {
    max-height: 60vh;
  }
}

@media screen and (max-width: 1200px) {
  #pics img {
    display: flex;
    width: -webkit-fill-available;
    margin: auto;
  }

  #main-menu-close {
    text-align: left;
    padding-left: 120px;
  }
}

.image2 {
  display: none;
}

@media screen and (max-width: 500px) {
  .image1 {
    display: none;
  }

  .image2 {
    display: block;
    max-width: 107%;
    padding-right: 10px;
  }

  .header {
    overflow: hidden;
    width: 100%;
  }

  #main-menu-close {
    padding-left: 120px;
  }

  .menu-toggle {
    padding: 0.75em 10px;
    margin-right: -25px;
  }

  .frontPageBackgroundBox h2 {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
  }

  .frontPageBackgroundBox h1 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
  }

  .pageContentIndex h1 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
  }

  .companyBox {
    padding: 0%;
  }

  .pageContentDownload,
  .pageContentIndex {
    padding: auto;
    justify-content: center;
  }

  .navigationPageContent {
    justify-content: center;
  }
  #pics img {
    display: flex;
    width: -webkit-fill-available;
    margin: auto;
  }

  .frontPageTitleBox h2 {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    padding: 0px;
  }

  .frontPageTitleBox h1 {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
  }

  .frontPageBackgroundBox {
    min-height: 400px;
    min-width: 320px;
  }

  .header .companyBox img {
    height: 100px;
  }
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdownsContainer > .dropdown > .dropdown-menu {
  left: 135px;
  top: 0px;
}

.appFeatures {
  display: flex;
  flex-wrap: wrap;
}

.appFeature {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 10px;
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  margin-top: 10px;
}

.pageContentNarrow > *:last-child {
  margin-bottom: 0px;
}

.formField input[type="text"],
.formField input[type="email"],
.formField textarea {
  border-color: rgb(25, 160, 255);
}

.pageTitle,
.pageSubtitle {
  text-align: left;
  margin-left: 0;
}

.field label {
  min-width: 300px;
}

.field input[type="text"],
.field input[type="password"],
.field input[type="email"] {
  min-width: 300px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pageContentIndex {
    max-height: 100%;
  }
}

.progressDialogContent {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.progressDialogSpinner {
  margin-right: 10px;
}

[v-cloak] {
  display: none;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu > a,
.dropdown-menu > li > a,
.dropdown-submenu > a {
  display: block;
  padding: 5px;
}

.booyaBox {
  box-shadow: 0px 0px 2px 2px #d0d0d0;
  background: white;
  padding: 30px;
  margin: 30px;
  font-family: "Raleway", sans-serif;
  border-radius: 5px;
}

.pageTitleAccount {
  text-align: center;
}

.accountForm {
  text-align: center;
}

.editButton {
  margin-right: 15px;
}

.accontDetailNoEdit {
  height: 24px;
}

.input-box {
  margin-bottom: 3px;
}
.saveCancelBox {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  align-items: center;
}

.picture-input {
  margin-bottom: 20px;
  margin-top: 10px;
}

.accountDetailNoEdit.companyLogoField {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.companyLogoView {
  max-height: 300px;
  max-width: 300px;
  flex: 1;
}
