.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  padding-top: 126px;
  background-color: #000;
  background-image: url('../images/fans-black.jpg');
  background-size: cover;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  color: #faf3f3;
  text-decoration: underline;
}

.button {
  display: block;
  width: 40%;
  height: 54px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px 4px;
  float: left;
  border: 3px solid #fff;
  background-color: #070827;
  box-shadow: 5px 5px 20px 0 #000;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: hsla(0, 0%, 100%, 0.83);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.subtitle {
  margin-bottom: 15px;
  padding-bottom: 0px;
  background-color: rgba(139, 239, 248, 0.71);
  box-shadow: 3px 3px 13px 0 #000;
  font-family: 'Changa One', Impact, sans-serif;
  color: #13154d;
  font-size: 31px;
  line-height: 35px;
  font-weight: 400;
  text-shadow: 2px 0 7px hsla(0, 0%, 100%, 0.83);
}

.field {
  height: 54px;
  margin-bottom: 19px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  display: block;
  width: 415px;
  margin: 35px auto 66px;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget.full-opacity {
  opacity: 1;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.social-widget-wrapper.thank-you {
  display: block;
  width: 216px;
  margin-top: 13px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #737373;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.spread-word {
  margin-top: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.content-wrapper {
  display: inline-block;
  width: 60%;
}

.header-section {
  height: 100%;
  padding-top: 104px;
  background-color: #e0ddd7;
  text-align: center;
}

.footer-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 37px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.18);
  color: #7e7c87;
  text-align: center;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.52);
  text-align: center;
}

.bars-wrapper {
  height: 7px;
  background-color: #1abc9c;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

.container {
  display: inline-block;
  margin-bottom: 66px;
  padding: 9px 9px 1px;
  background-color: transparent;
}

.container.home {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.container.contact-page {
  margin-bottom: 16px;
  padding-bottom: 0px;
}

.container.thankyou {
  margin-bottom: 300px;
}

.image-crop {
  overflow: hidden;
  height: 260px;
}

.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: hsla(0, 0%, 100%, 0.59);
}

.align-right {
  text-align: right;
}

.social-btn {
  margin-left: 17px;
  opacity: 0.44;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-btn:hover {
  opacity: 1;
}

.logo {
  display: inline-block;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding: 21px;
  border: 8px solid #fff;
  background-color: rgba(49, 43, 61, 0.89);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 8px;
  text-shadow: none;
}

.about {
  position: static;
  display: block;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 0px 12px 20px 8px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: transparent;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #070827;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  text-indent: 5px;
  text-transform: none;
}

.join {
  display: block;
  width: 40%;
  margin-top: 14px;
  margin-bottom: 15px;
  padding-top: 0px;
  float: left;
  font-family: 'Changa One', Impact, sans-serif;
  color: #070827;
  font-size: 25px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: none;
}

.beta-line {
  width: 30%;
  height: 1px;
  margin-top: 25px;
  padding-top: 0px;
  float: left;
  background-color: #070827;
}

.join-wrapper {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #070827;
}

.body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.83);
  background-image: none;
}

.body.desktop {
  background-color: hsla(0, 0%, 100%, 0.83);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.body.contact-us {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 100%, 0.83);
}

.body.contact-us.thank-you {
  background-image: url('../images/Kristofer-Cut-Out.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6d07bd));
  background-image: linear-gradient(180deg, #000, #6d07bd);
  opacity: 0.17;
}

.image {
  width: 500px;
  padding-top: 7px;
  padding-bottom: 18px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-2 {
  text-decoration: none;
}

.div-block-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3.center {
  padding-top: 2px;
  padding-bottom: 4px;
}

.div-block-3.center.home {
  padding-bottom: 0px;
  background-image: url('../images/Kristofer-Cut-Out.png');
  background-position: 0% 100%;
  background-size: 25%;
  background-repeat: no-repeat;
}

.services-list {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 12px;
  padding-left: 0px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #070827;
  font-size: 35px;
  line-height: 20px;
  text-align: center;
  list-style-type: none;
}

.main-heading {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.list-item {
  padding-top: 2px;
  padding-bottom: 23px;
  font-size: 32px;
  line-height: 45px;
}

.navbar {
  background-color: #070827;
  color: #070827;
}

.container-2 {
  background-color: #070827;
}

.nav-link {
  color: #fff;
}

.services-heading {
  margin-bottom: 17px;
  color: #13154d;
  font-size: 60px;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slider {
  margin-top: 15px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(49, 43, 61, 0.89);
}

.slide-1 {
  background-image: url('../images/Window-Cleaning-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-1.solar-screens {
  background-image: url('../images/Solar-Screen-08.jpg');
}

.slide-2 {
  background-image: url('../images/VInyl-Windows-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-2.solar-screens {
  background-image: url('../images/Solar-Screen-07.jpg');
}

.slide-3 {
  background-image: url('../images/re-screening-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3.solar-screens {
  background-image: url('../images/Solar-Screen-06.jpg');
}

.success-message-2 {
  background-color: transparent;
  font-size: 20px;
}

.radio-button {
  margin-top: 7px;
  padding-top: 2px;
  padding-left: 72px;
  font-size: 20px;
  text-align: justify;
}

.field-label {
  font-size: 20px;
}

.text-block {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-left: 0px;
  color: #070827;
  font-size: 25px;
  line-height: 30px;
}

.container-3 {
  margin-top: 0px;
  padding-top: 0px;
}

.section-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #070827;
  color: hsla(0, 0%, 100%, 0.83);
}

.icon-2 {
  color: hsla(0, 0%, 100%, 0.83);
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: -7px;
  padding-top: 0px;
}

.solarscreens.slide-4 {
  background-image: url('../images/Solar-Screen-05.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.solarscreens.slide-5 {
  background-image: url('../images/Solar-Screen-04.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.solarscreens.slide-6 {
  background-image: url('../images/Solar-Screen-09.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-3 {
  padding-left: 54px;
  color: #262c46;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-4 {
  margin-bottom: 23px;
}

.div-block-4 {
  background-color: hsla(0, 0%, 100%, 0.83);
  color: #070827;
}

.form-submit {
  margin-top: 7px;
  background-color: #13154d;
}

.paragraph-5 {
  padding-right: 48px;
  padding-left: 48px;
  background-color: hsla(0, 0%, 100%, 0.83);
  color: #070827;
}

.slide-4 {
  background-image: url('../images/Solar-Screen-04.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/Solar-Screen-10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/Solar-Screen-11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/Solar-Screen-13.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-2 {
  color: #070827;
  list-style-type: none;
}

.list {
  color: #070827;
  list-style-type: none;
}

.column {
  background-color: hsla(0, 0%, 100%, 0.83);
  text-align: right;
}

.column-2 {
  text-align: left;
}

.rescreening.slide-4 {
  background-image: none;
}

.slide-10 {
  background-image: url('../images/Advantage-Screen-01.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.heading {
  color: #070827;
}

.slide-4-rescreening {
  background-image: url('../images/Advantage-Screen-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5-rescreening {
  background-image: url('../images/Obscured-Screen-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6-rescreening {
  background-image: url('../images/White-Privact-Screen-02.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7-rescreening {
  background-image: url('../images/Solar-Screen-01.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-8-rescreening {
  background-image: url('../images/Solar-Screen-02.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading-2 {
  color: #070827;
}

.window-cleaning-slide-3 {
  background-image: url('../images/window-cleaning-01_1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/Vinyl-Window-Replacement-02.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 29px;
    text-shadow: none;
  }

  .content-wrapper {
    width: 81%;
  }

  .footer-section {
    padding-top: 0px;
  }

  .container {
    margin-bottom: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .container.home {
    padding-bottom: 5px;
  }

  .container.contact-page {
    background-color: transparent;
  }

  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .social-btn:hover {
    opacity: 0.8;
  }

  .join {
    width: 50%;
    font-size: 21px;
    text-shadow: none;
  }

  .beta-line {
    width: 25%;
  }

  .join-wrapper {
    display: block;
    height: 51.71875px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .body.desktop {
    background-image: none;
  }

  .body.contact-us.thank-you {
    background-size: 300px;
  }

  .image {
    padding-top: 0px;
    padding-bottom: 21px;
  }

  .services-list {
    font-size: 15px;
    line-height: 25px;
  }

  .list-item {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
  }

  .nav-link {
    background-color: #262c46;
  }

  .icon {
    color: hsla(0, 0%, 100%, 0.83);
  }

  .nav-menu {
    background-color: #262c46;
  }

  .section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .paragraph-3 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .spacer-section {
    display: inline-block;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-4 {
    background-color: transparent;
  }

  .section-3 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .button {
    font-size: 18px;
  }

  .subtitle {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 43px;
    text-shadow: none;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    position: static;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.49);
  }

  .container {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo {
    text-shadow: none;
  }

  .about {
    font-size: 15px;
  }

  .join {
    text-shadow: none;
  }

  .join-wrapper {
    position: static;
  }

  .body.desktop {
    background-image: none;
  }

  .body.contact-us.thank-you {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .services-list {
    padding-left: 37px;
  }

  .list-item {
    line-height: 20px;
    text-align: center;
  }

  .slider {
    width: auto;
    margin-top: 19px;
    background-color: transparent;
  }

  .paragraph {
    position: relative;
    display: block;
    margin-top: auto;
    margin-bottom: 5px;
    padding-top: 0px;
    float: none;
    clear: none;
  }

  .radio-button {
    padding-left: 113px;
  }

  .section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .paragraph-3 {
    padding-right: 11px;
    padding-left: 11px;
  }

  .section-3 {
    padding-bottom: 6px;
  }

  .container-4 {
    max-width: 700px;
  }

  .list {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: justify;
    list-style-type: disc;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }

  p {
    font-size: 20px;
    text-shadow: none;
  }

  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
  }

  .subtitle {
    margin-bottom: 188px;
    padding-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }

  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    display: block;
    width: 221px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .footer-section {
    background-color: #070827;
  }

  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .align-right {
    text-align: center;
  }

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    font-size: 43px;
    text-shadow: none;
  }

  .about {
    font-size: 12px;
    line-height: 20px;
  }

  .join {
    width: 75%;
    font-size: 19px;
    line-height: 22px;
    letter-spacing: 4px;
    text-shadow: none;
  }

  .beta-line {
    width: 12%;
  }

  .body.contact-us {
    background-image: none;
  }

  .image {
    padding-bottom: 4px;
  }

  .div-block-2 {
    font-size: 10px;
  }

  .div-block-3.center.home {
    background-image: url('../images/Kristofer-Cut-Out.png');
    background-size: 25%;
    background-repeat: no-repeat;
  }

  .services-list {
    padding-left: 0px;
    font-size: 24px;
  }

  .list-item {
    border-style: none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.83);
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
  }

  .services-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph {
    font-size: 15px;
  }

  .radio-button {
    font-size: 15px;
  }

  .field-label {
    font-size: 15px;
  }

  .container-3 {
    background-color: #070827;
  }

  .paragraph-5 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 18px;
  }
}

