/*
0 - 600px:  phone 
600-900px:  tablet portrait mode
900-1200px: tablet landscape
(1200-1800px) normal styles apply
1800px:     large desktop 

Breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop 

1em = 16px

ORDER: Base + typography > general layout + grid . page layout > components
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }

body {
  font-family: 'Quicksand', sans-serif; }

.red-text {
  color: #e74c3c; }

.heading-primary {
  color: #ffffff;
  text-align: center; }
  .heading-primary--main {
    display: block;
    position: relative;
    text-align: center;
    font-size: 8rem;
    font-weight: 400;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--main {
        font-size: 6rem;
        padding: 2rem; } }
  .heading-primary--sub {
    display: block;
    position: relative;
    font-size: 2.8rem;
    font-weight: 400; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub {
        padding: 3rem; } }

.services-header__text {
  font-size: 5rem; }

.services__intro {
  font-size: 1.6rem; }
  .services__intro--heading {
    font-size: 4rem;
    letter-spacing: 2px;
    padding-bottom: 1.5rem; }
    @media only screen and (max-width: 37.5em) {
      .services__intro--heading {
        font-size: 2.8rem; } }
  .services__intro--content {
    font-size: 2rem;
    padding-top: 1rem;
    line-height: 3.2rem; }
    @media only screen and (max-width: 37.5em) {
      .services__intro--content {
        font-size: 2.4rem; } }

.service-panel__content {
  font-size: 1.8rem;
  line-height: 2.8rem; }
  @media only screen and (max-width: 37.5em) {
    .service-panel__content {
      font-size: 2rem; } }
  .service-panel__content--sms {
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .service-panel__content--smm {
    margin-top: 2rem;
    margin-bottom: 2rem; }

.service-panel__heading {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  letter-spacing: 1.5px; }
  @media only screen and (max-width: 37.5em) {
    .service-panel__heading {
      font-size: 2rem; } }
  .service-panel__heading--sms {
    color: #ffffff;
    font-size: 2.6rem;
    width: 80%;
    letter-spacing: 1.5px; }
    @media only screen and (max-width: 37.5em) {
      .service-panel__heading--sms {
        font-size: 2rem; } }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }

.u-margin-bottom-large {
  margin-bottom: 8rem !important; }

.u-margin-top-large {
  margin-top: 8rem !important; }

.btn, .btn:link, .btn:visited {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 3rem;
  display: inline-block;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 1.6rem;
  z-index: 2000;
  margin-top: 5rem;
  border: none;
  cursor: pointer; }

.btn--white {
  background-color: #ffffff;
  color: #2e2e2f; }
  .btn--white::after {
    background-color: #ffffff; }

.btn-text:link, .btn-text:visited {
  color: #e74c3c;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #e74c3c;
  padding: 3px; }

.btn-text--white {
  color: #ffffff; }
  .btn-text--white:visited {
    color: white;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #e74c3c;
    padding: 3px; }

.btn-text:hover {
  background-color: #e74c3c;
  color: #ffffff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }
  .btn-text:hover--white {
    color: #e74c3c;
    background-color: #ffffff; }

.btn-text:active {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }

.header {
  position: relative;
  background-color: #e74c3c;
  width: 100%;
  height: 100vh;
  z-index: 1000; }
  .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    margin: 0 auto;
    width: 50%;
    max-height: 90vh; }
    @media only screen and (max-width: 56.25em) {
      .header-content {
        width: 80%; } }
    @media only screen and (max-width: 37.5em) {
      .header-content {
        width: 100%; } }
    .header-content__logo {
      display: block;
      margin: 0 auto;
      width: 40%; }
    .header-content__textbox {
      margin: 0 auto;
      position: relative;
      top: 60%;
      max-width: 58rem; }

.services-header {
  position: relative; }
  .services-header__text {
    position: absolute;
    top: -2rem;
    left: 83%;
    width: 15rem; }
    @media (max-width: 900px) {
      .services-header__text {
        left: 2%; } }

.footer {
  background: #e74c3c;
  color: #ffffff;
  padding: 1.5rem;
  font-size: 1.6rem; }
  @media only screen and (max-width: 56.25em) {
    .footer {
      font-size: 1.8rem; } }
  .footer__wrapper {
    max-width: 80%;
    margin: auto; }
    @media only screen and (max-width: 56.25em) {
      .footer__wrapper {
        max-width: 100%; } }
  .footer__contact--link:visited {
    color: #ffffff; }
  .footer__social-icon {
    padding-right: 1.5rem;
    display: inline-block;
    height: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__social-icon {
        height: 4rem; } }
    .footer__social-icon-facebook {
      content: url("/images/facebook.svg"); }
    .footer__social-icon-twitter {
      content: url("/images/twitter.svg"); }
    .footer__social-icon-instagram {
      content: url("/images/insta.svg"); }
  .footer__info {
    font-size: 1.2rem; }
    @media only screen and (max-width: 56.25em) {
      .footer__info {
        font-size: 1.6rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__info {
        font-size: 1.2rem; } }
  .footer__link:visited {
    color: #ffffff; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - (2 * 6rem)) / 3); }
    @media only screen and (max-width: 56.25em) {
      .row .col-1-of-3 {
        width: 100%;
        margin-top: 2rem; } }
  .row .col-1-of-4 {
    width: calc((100% - (3 * 6rem)) / 4); }
  .row .col-1-of-5 {
    width: calc((100% - (4 * 6rem))/ 5); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-2-of-5 {
    width: calc(2 * ((100% - 4 * 6rem) / 5) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + (2 * 6rem)); }

.services {
  position: relative;
  margin-top: 4rem;
  width: 100%; }
  .services__logo {
    display: inline-block; }
    @media only screen and (max-width: 56.25em) {
      .services__logo {
        display: none; } }
    .services__logo--image {
      height: 50rem; }
  .services__intro {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding-top: 13%;
    padding-left: 18%; }
    @media only screen and (max-width: 56.25em) {
      .services__intro {
        width: 80%;
        vertical-align: middle;
        padding-top: 10rem;
        padding-left: 8%; } }

.service-panel {
  width: 100%;
  margin-top: 15rem; }
  @media only screen and (max-width: 56.25em) {
    .service-panel {
      margin-top: 8rem; } }
  .service-panel__sms {
    background-image: url("/images/md-banner-desktop-1360-x1.png");
    background-size: cover;
    height: 54rem;
    width: 100%;
    margin-top: 15rem; }
    @media only screen and (max-width: 56.25em) {
      .service-panel__sms {
        margin-top: 8rem; } }
  .service-panel__content {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    border-collapse: collapse;
    padding-left: 8%; }
    @media only screen and (max-width: 56.25em) {
      .service-panel__content {
        width: 100%; } }
    .service-panel__content--sms {
      width: 80%; }
  .service-panel__text {
    width: 80%; }
  .service-panel__image {
    display: inline-block;
    width: 49%;
    margin-right: 0;
    border-collapse: collapse; }
    @media only screen and (max-width: 56.25em) {
      .service-panel__image {
        display: none; } }
    .service-panel__image--smm {
      width: 100%;
      max-width: 80rem; }
