body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  color: #343a40;
  text-align: left;
  background-color: #fff;
}

#logo {
  max-height: 40px;
  margin-right: 10px;
  display: inline-block;
}

#logo-brand {
  font-family: 'Lago', sans-serif;
  margin-left: 500px;
  display: inline-block;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3006875rem;
  padding-bottom: 0.3006875rem;
  margin-right: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  font-size: 1.32875rem;
  line-height: inherit;
  white-space: nowrap;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(250,250,250,1.0);
  background-blend-mode: color;
  z-index: 99;
}

#header_section {
  text-align: center;
  color: rgb(0,0,0);
  padding: 120px;
  background: url(freelancer_cropped.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  #header_section {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  #jumbo-image {
    content: url("../../assets/img/StoryBrush%20fake%20jumbotron%20-%20mobile.jpg");
  }
}

@media screen and (min-width: 768px) {
  #jumbo-image {
    content: url("../../assets/img/StoryBrush%20fake%20jumbotron%20-%20tablet.jpg");
  }
}

@media (min-width: 992px) {
  #jumbo-image {
    content: url("../../assets/img/StoryBrush%20fake%20jumbotron%20-%20desktop.jpg");
  }
}

.jumbotron {
  border-radius: 20px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.55);
  max-width: 800px;
  margin: 0 auto;
  background-size: auto 100%;
  background-position: center top;
}

.jumbo-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 50px;
  font-weight: bold;
  color: #000000;
}

.jumbo-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 768px) {
  #header_section .jumbotron {
    padding: 20px;
    padding-top: 120px;
  }
}

.jumbo-image-row {
  max-width: 1000px;
}

.TM-row {
  max-width: 800px;
  max-height: 200px;
  height: 200px;
  padding-top: 0px;
  margin: 0 auto;
  padding: 0;
}

.content-row {
  max-width: 800px;
  padding-top: 0px;
  margin: 0 auto;
  padding: 0;
}

.content-icon {
  margin: 0 auto;
  padding-top: 20px;
  padding-right: 80px;
}

.content-body {
  margin: 0 auto;
  padding-left: 20px;
}

#site-section {
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.site-section h1 {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #004c71;
}

@media (max-width: 576px) {
  .site-section h1 {
    font-size: 22px;
  }
}

.site-section p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  margin-left: 20px;
  color: #5f5f5f;
}

.form-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #5f5f5f;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  margin-left: 20px;
  margin-top: 20px;
}

.form-text-input {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(100,100,100,1.0);
  margin-left: 20px;
  max-width: 90%;
  flex-wrap: wrap;
}

.freetext-area {
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  width: 90%;
}

.form-radio {
  font-family: 'Monserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #004c71;
  margin-left: 60px;
  margin-top: 5px;
}

.form-checkbox {
  margin-left: 60px;
  margin-top: 5px;
}

.form-checkbox-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #004c71;
  display: table-row;
}

.form-selector {
  margin-left: 20px;
}

.other-input-style {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #000000;
  margin-left: 80px;
  margin-top: 5px;
  max-width: 60%;
  flex-wrap: wrap;
}

.email-entry-box {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-left: 20px;
}

.email-error-msg {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin-left: 20px;
}

@media (max-width: 576px) {
  .site-section p {
    font-size: 19px;
  }
}

#user-email {
}

.email-entry {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: black;
  margin-left: 20px;
  margin-right: 5px;
}

.list-item-row {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  flex-wrap: wrap;
}

.list-item-col {
  margin: 0 auto;
  padding: 0 5px 0 0;
}

.footer-row {
  max-width: 800px;
}

html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.filler-image {
  margin: 0 auto;
  padding: 0;
}

.accordion-item-heading {
  color: black;
  font-weight: 200;
}

@media (max-width: 576px) {
  .accordion-item-heading {
    color: black;
    font-size: 20px;
    font-weight: 200;
  }
}

.row.footer-row {
  max-width: 800px;
  padding: 0;
}

.footer-dark.footer-block {
  max-width: 800px;
  margin: 0 auto;
}

.footer-body {
  background: rgb(40,40,40,1);
  margin: 0 auto;
  padding: 0;
}

#footer-text {
  color: white;
  font-size: 20px;
}

.footer-link {
  color: rgb(220,220,220,1);
  font-size: 18px;
  margin: 10px;
}

.text-center.footer-copyright {
  color: rgb(220,220,220,1);
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}

.text-center.email-prompt {
  font-size: 16px;
  margin-bottom: 4px;
}

.spacer-item-row {
  max-height: 2px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
  margin-left: 20px;
  margin-bottom: 5px;
}

.TM-image {
  max-height: 200;
}

@media (max-width: 576px) {
  .youtube {
    max-width: 360px;
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .youtube {
    max-width: 640px;
    height: 400px;
    width: 100%;
    overflow: hidden;
  }
}

.youtube iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

textarea.form-control {
  height: auto;
  margin-left: 20px;
  max-width: 704px;
}

