@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Source+Sans+Pro:wght@400;700&display=swap');

body {
  font-size: 2.5rem;
}

body,
.card h3 {
  color: #5c5d5f;
}

p,
#navHolder,
button {
  font-family: 'Source Sans Pro', sans-serif;
  ;
}

h2,
h3,
.subText {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 3rem;
}

.center-block.homeImage {
  margin-right: 0;
}

.content {
  padding-top: 20px;
}

.noSidePad {
  padding-left: 0;
  padding-right: 0;
}

.divCenter {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.subDivCenter {
  margin-left: calc(auto + 10px);
  margin-right: auto;
  float: none;
}

.mainImage {
  margin-top: 60px;
  padding-top: 10px;
}

p {
  z-index: 0;
}

.row {
  margin: 0;
}

.midSection {
  padding: 20px;
  margin: 40px 0;
  background-color: #f4f4f1;
}

.textPageWrapper {
  border: solid;
  border-radius: 5px;
  border-width: 1px;
  padding: 10px;
  margin-bottom: 20px;
}

.thanksText {
  text-align: center;
  margin-bottom: 20px
}

@media screen and (width < 1200px) {
  .center-block.homeImage {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
/* TODO screen check original 770*/
@media screen and (width < 1000px) {
  .content {
    margin: 0 auto;
  }
}
