@charset "UTF-8";
/*!
* Start Bootstrap - One Page Wonder v6.0.2 (https://startbootstrap.com/theme/one-page-wonder)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-one-page-wonder/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ee0979;
  --bs-red: #dc3545;
  --bs-orange: #ff6a00;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ee0979;
  --bs-secondary: #ff6a00;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Roboto" ;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family:   var(--bs-font-sans-serif);
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  /*margin-top: 0; */
  margin-bottom: 1rem;
}

a {
  color: #ee0979;
  text-decoration: underline;
}
a:hover {
  color: #be0761;
}

img {
  vertical-align: middle;
}

button:focus:not(:focus-visible) {
  outline: 0;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
/*
.img-fluid {
  max-width: 100%;
  height: auto; 
}
*/

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* DF - HERE! */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  h2 {font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .container {
    /*max-width: 1140px;*/
    max-width: 1196px;
    
  }
  h2 {font-size: 1.9rem;}
}
@media (min-width: 1400px) {
  .container {
    max-width: 1396px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
  padding-top: 15px;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.rounded-circle {
  border-radius: 20% !important;
  box-shadow: 5px 5px #dddada;
}
html {
  scroll-padding-top: 67px;
}

header.masthead {
  position: relative;
  overflow: hidden;
 /* padding-top: calc(1rem + 72px);*/
  padding-top:  40px;
  padding-bottom: 1rem;
 /*  background: linear-gradient(0deg, #ff6a00 0%, #ee0979 100%); */
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead .masthead-content {
  z-index: 1;
  position: relative;
}
header.masthead .masthead-content .masthead-heading {
  font-size: 2rem;
}

@media (min-width: 992px) {
  header.masthead {
    /*padding-top: calc(1rem + 55px);*/
    padding-top:  40px;
    padding-bottom: 1rem;
  }
  header.masthead .masthead-content .masthead-heading {
    font-size: 3rem;
  }
}


/*JD edits*/
.img-fluid {min-width: 100px;}

   .img-appstore {

/* width: 100%;
       max-width: 200px;
       min-width: 150px; */
       height:60px;

} 
#stem-logo{text-align: center;}
#stem-logo img{
    max-width: 300px;

    width:100%;
}
