html {
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  background-color: #000000;
}

.whiteBG {
  background-color: #ffffff;
}

.navbar-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 15rem;
  margin-bottom: 0;
  background-color:#000;
  color: white;
  border-color: #000;
  text-align: center;
  flex-shrink: 0;
}

.toprow {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.logo-container {
  padding: 1rem;
}

.app-logo-container img{
  height: 50%;
}

.contact-anchor {
  padding: 0 1rem;
}

.contact-anchor i {
  font-size: 1.2rem;
}

.contact-anchor:hover {
  color:unset;
}

.contact-anchor:focus {
  color:unset;
  text-decoration: none;
}

.pricing-contact-anchor {
  padding: 0;
  font-size: 2rem;
  color:#686daf;
}

.pricing-contact-anchor:hover {
  color:#686daf;
}

.pricing-contact-anchor:focus {
  color:#686daf;
  text-decoration: none;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px;
}

h3 {
  text-align: center;
}

#section1 .flex-container{
  justify-content: center;
  align-content: center;
  gap: 5%;
}

#section1 .titleDiv{
  text-align: center;
  margin-top: 20px;
}

.titleDiv h1, h2 {
  text-align: center;
  font-weight: 500;
  color:#686daf;
}

.titleDiv h4 {
  padding: 0 5px 0 5px;
}

.logoText {
  height: 5rem;
}

.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0 5rem 0;
  max-width: 100rem;
  justify-content: center;
}

.about-header {
  font-weight: 700;
}

#section2 .flex-container{
  margin: 0;
}

.feature {
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0;
  align-items: center;
}

.feature img {
  height: 80px;
}

/*#646EB0*/
.access-icon {
  filter: invert(48%) sepia(13%) saturate(1664%) hue-rotate(195deg) brightness(88%) contrast(89%);
}

/*#0699CB*/
.security-icon {
  filter: invert(50%) sepia(28%) saturate(7492%) hue-rotate(166deg) brightness(94%) contrast(95%);
}

/*#8261A9*/
.reporting-icon {
  filter: invert(42%) sepia(50%) saturate(417%) hue-rotate(225deg) brightness(92%) contrast(100%);
}

/*#C2469C*/
.easeUse-icon {
  filter: invert(37%) sepia(8%) saturate(5119%) hue-rotate(268deg) brightness(104%) contrast(93%);
}

ul {
  list-style: none;
  margin:0;
  padding:0 0 0 10px;
}

.feature > ul > li:before {
  display:inline-block;
  width:0;
  height:0;
  border-top:solid transparent;
  border-bottom:solid transparent;
  border-left:solid #6f6baf;
  border-width:5px;
  content:' ';
  margin-right:5px;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #6f6baf, rgba(0, 0, 0, 0));
}

.contact-message {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0 40px 20px 40px;
}

textarea {
  resize: none;
  text-align: left;
}

.btn, .btn:focus, .btn:hover {
  background-color: #6f6baf; 
  border-color: #6f6baf;
  color: #fff;
}

.btn-lg {
  width: 100%;
  font-size: 100%;
}

.btn:focus, .btn:focus-visible, .btn:active {
  outline: none !important;
  border: none !important;
}

.extraSpace {
  margin-top: 3rem;
}

.extraSpaceBottom {
  margin-bottom: 3rem;
}

.priceBoxes {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price {
  display: flex;
  align-items: baseline;
  color: #6f6baf;
}

.middlePriceBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  width: 35rem;
  height: 33rem;
  padding: 2rem 0 2rem 0;
  border: 1px solid lightgray;
  border-radius: .5rem;
  margin-top: 3rem;
  z-index: 5;
}

.sidePriceBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8ff;
  width: 35rem;
  height: 32rem;
  padding: 2rem;
  border: 1px solid lightgray;
  border-radius: .5rem;
  margin-top: 3rem;
}

.privacy-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.privacy-main .section1 {
  flex-grow: 1;
}

#footer {
  font-size: 12px;
  background-color: #000;
  color: #000;
}

#footer .content-band {
  padding: 10px 0 10px 0;
}

#footer .section-body {
  color: #fff;
}

#footer .privacy-link {
  color: white;
  text-decoration:underline;
}

#footer .copyright {
  padding-top: 20px
}

@media screen and (min-width: 825px) {
  .navbar-custom {
    height: 10rem;
    justify-content: space-evenly;
  }

  .toprow {
    flex-direction: row;
  }

  .flex-container {
    flex-direction: row;
  }

  .flex-container iframe {
    width: 560px;
  }

  .logoText {
    height: 10rem;
  }
}

@media screen and (min-width: 1075px) {
  .priceBoxes {
    flex-direction: row;
  }

  .leftBox {
    margin-right: -3px;
  }

  .rightBox {
    margin-left: -3px;
  }

  #section2 .flex-container{
    margin: 0 50px 0 50px;
  }
}

.navlinks > li{
  padding: 0 50px 0 50px;
}

.navlinks {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.navlinks > li > a:active,
.navlinks > li > a:hover,
.navlinks > li > a:focus
{
  color: #069DD4;
  background-color: transparent;
}

/*Styles for contact.html*/
.bg-accent2 {
  background-color: #e3f5ff;
  color: #1a1a1a;
}

.content-band {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-band .row-padding-top {
  padding-top: 25px;
}
.content-band .row-padding-bottom {
  padding-bottom: 25px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
}
.stripe {
  height: 50px;
}
.hline {
  width: 100%;
  height: 1px;
}
.bg-primary {
  background-color: #069DD4;
  color: #fff;
}
.bg-secondary {
  background-color: #0B467E;
  color: #dedede;
}
.form-group {
  margin-bottom: 15px;
}


.btn-maxeta {
  color: #fff;
  background-color: #0B467E;
  border-color: transparent;
}
.btn-maxeta:focus,
.btn-maxeta.focus {
  color: #fff;
  background-color: #072c4f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-maxeta:hover {
  color: #fff;
  background-color: #072c4f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-maxeta:active,
.btn-maxeta.active,
.open > .dropdown-toggle.btn-maxeta {
  color: #fff;
  background-color: #072c4f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-maxeta:active:hover,
.btn-maxeta.active:hover,
.open > .dropdown-toggle.btn-maxeta:hover,
.btn-maxeta:active:focus,
.btn-maxeta.active:focus,
.open > .dropdown-toggle.btn-maxeta:focus,
.btn-maxeta:active.focus,
.btn-maxeta.active.focus,
.open > .dropdown-toggle.btn-maxeta.focus {
  color: #fff;
  background-color: #041a2e;
  border-color: rgba(0, 0, 0, 0);
}
.btn-maxeta:active,
.btn-maxeta.active,
.open > .dropdown-toggle.btn-maxeta {
  background-image: none;
}
.btn-maxeta.disabled:hover,
.btn-maxeta[disabled]:hover,
fieldset[disabled] .btn-maxeta:hover,
.btn-maxeta.disabled:focus,
.btn-maxeta[disabled]:focus,
fieldset[disabled] .btn-maxeta:focus,
.btn-maxeta.disabled.focus,
.btn-maxeta[disabled].focus,
fieldset[disabled] .btn-maxeta.focus {
  background-color: #0B467E;
  border-color: transparent;
}
.pull-right {
  float: right !important;
}

p > a {
  color: #337ab7;
  text-decoration: none;
}
p > a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

