:root {
  font-size: 16px;
}

.no-break {
  white-space: nowrap;
}

.debug {
  outline: 1px solid red;
}

strong, b {
  font-weight: 600;
}

body,
p,
td,
li {
  font-family: "Formular", Arial, helv, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6em;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

* a:link,
* a:visited {
  transition: 0.3s ease-out all;
  color: #186098;
  text-decoration: underline;
}

* a:hover,
* a:active {
  text-decoration: none;
  color: #3796df;
}

.allcaps {
  text-transform: uppercase;
}

.maxwidth {
  margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 575px) {
  .maxwidth {
    max-width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .maxwidth {
    max-width: 546px;
  }
}
@media screen and (max-width: 991px) {
  .maxwidth {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .maxwidth {
    max-width: 962px;
  }
}
@media screen and (min-width: 1200px) {
  .maxwidth {
    max-width: 1170px;
    width: 1140px;
  }
}
XXXXheader {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background-image: url(../images/header-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px 0 10px 0;
}
@media screen and (max-width: 1199px) {
  XXXXheader {
    width: 100% !important;
    max-width: 100% !important;
  }
}
XXXXheader .logo {
  margin-right: 20px;
  margin-bottom: 10px;
}
XXXXheader nav li {
  padding: 5px 10px;
}
XXXXheader nav a.nav-link:link, XXXXheader nav a.nav-link:visited {
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 6px 2px 6px;
  font-weight: bold;
  color: #999999;
  border: 2px solid transparent;
}
XXXXheader nav a.nav-link:hover, XXXXheader nav a.nav-link:active {
  color: #0A8ACD;
}
XXXXheader nav a.nav-link[href*=get-started]:link, XXXXheader nav a.nav-link[href*=get-started]:visited {
  background-color: #FFA62B;
  border-radius: 5px;
  border: 2px solid #FFA62B;
  color: #ffffff;
}
XXXXheader nav a.nav-link[href*=get-started]:hover, XXXXheader nav a.nav-link[href*=get-started]:active {
  background-color: #ffffff;
  border: 2px solid #FFA62B;
  color: #FFA62B;
}
XXXXheader nav li.nav-item.active a.nav-link {
  color: #0A8ACD;
}
XXXXheader nav li.nav-item.active a.nav-link[href*=get-started]:link, XXXXheader nav li.nav-item.active a.nav-link[href*=get-started]:visited {
  background-color: #0A8ACD;
  border-radius: 5px;
  border: 2px solid #0A8ACD;
  color: #ffffff;
}
XXXXheader nav li.nav-item.active a.nav-link[href*=get-started]:hover, XXXXheader nav li.nav-item.active a.nav-link[href*=get-started]:active {
  background-color: #0A8ACD;
  border: 2px solid #0A8ACD;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  XXXXheader nav li {
    padding: 3px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  XXXXheader nav a.nav-link:link, XXXXheader nav a.nav-link:visited {
    text-align: center;
    font-size: 1rem;
    padding: 3px 4px 2px 4px;
  }
  XXXXheader nav a.nav-link:hover, XXXXheader nav a.nav-link:active {
    color: #0A8ACD;
  }
}

section.services, section.work, section.support, section.contact {
  padding: 60px 15px;
  text-align: center;
}
section.services h2::before, section.work h2::before, section.support h2::before, section.contact h2::before {
  display: block;
  height: 3px;
  width: 30px;
  content: "";
}
section.services .body, section.work .body, section.support .body, section.contact .body {
  display: flex;
  flex-flow: column;
}
section.services .body p, section.work .body p, section.support .body p, section.contact .body p {
  color: #bbdbf4;
}
@media screen and (min-width: 576px) {
  section.services .body, section.work .body, section.support .body, section.contact .body {
    flex-flow: row;
  }
}

section.services {
  background-color: #186098;
}
section.services h3 {
  color: #FFA62B;
  font-size: 1.2rem;
}

section.work {
  background-color: #ffffff;
}
section.work h3 {
  color: #0A8ACD;
  font-size: 1.2rem;
}
section.work .images a {
  padding: 10px 5px 20px 5px;
  display: block;
}
section.work .images a:link img, section.work .images a:visited img {
  transform: scale(1);
  transition: 0.2s all ease-in-out;
}
section.work .images a:hover img {
  transform: scale(1.05);
  transition: 0.2s all ease-in-out;
}

section.support {
  background-color: #FFA62B;
}
section.support h3 {
  color: #186098;
  font-size: 1.2rem;
}
section.support .body p {
  color: #2f2f2f;
}
section.support .body a:link, section.support .body a:visited {
  color: #186098;
}

section.contact {
  background-color: #ffffff;
}
section.contact h3 {
  color: #FFA62B;
  font-size: 1.2rem;
}

header {
  position: relative;
}
header > img {
  width: 100%;
}
header div.grid {
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 95%;
  top: 20px;
  left: 20px;
}
header div.grid > img {
  width: 160px;
  padding-bottom: 6px;
}
header div.grid nav {
  padding: 0px 30px;
  width: 100%;
}
header div.grid nav ul {
  margin: 0;
}
header div.grid nav ul li.nav-item {
  padding: 0 6px;
}
@media screen and (max-width: 767px) {
  header div.grid nav ul li.nav-item {
    padding-right: 20px;
  }
}
header div.grid nav ul a.nav-link:link, header div.grid nav ul a.nav-link:visited {
  color: #47baf6;
  text-decoration: none;
}
header div.grid nav ul a.nav-link:hover, header div.grid nav ul a.nav-link:active {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  header div.grid nav {
    float: right;
    text-align: right;
    padding-right: 0;
  }
  header div.grid nav button {
    color: #ffffff;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }
  header div.grid nav button.navbar-toggler {
    background-color: #186098;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  header div.grid nav div.navbar-collapse {
    background-color: #186098;
    position: absolute;
    top: 40px;
    right: 0;
    width: 300px;
  }
}

body.social-media section.services {
  padding-top: 150px;
}

section .social-media {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px;
}
section .social-media div.container {
  background-color: #d1e7f8;
  padding: 25px;
  border-radius: 7px;
  border: 1px solid #186098;
  margin: 20px 0 0 0;
}
section .social-media div.container p {
  margin: 0;
  padding: 0;
  color: #186098;
}
section .social-media p, section .social-media h2, section .social-media h3, section .social-media li {
  text-align: left;
}
section .social-media p {
  font-size: 1.1rem;
}
section .social-media h3 {
  font-size: 1.5rem;
}

h2 {
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 200;
}
.services h2 {
  color: #ffffff;
}
.services h2::before {
  background-color: #FFA62B;
}
.work h2 {
  color: #0A8ACD;
}
.work h2::before {
  background-color: #FFA62B;
}
.support h2 {
  color: #ffffff;
}
.support h2::before {
  background-color: #0A8ACD;
}
.contact h2 {
  color: #FFA62B;
}
.contact h2::before {
  background-color: #0A8ACD;
}

a.btn-fancy {
  padding: 0.8em 1.4em;
  display: inline-block;
  margin: 20px auto;
  text-transform: uppercase;
  border-radius: 4px;
}
a.btn-fancy:link, a.btn-fancy:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #0A8ACD;
}
a.btn-fancy:hover, a.btn-fancy:active {
  background-color: #000000;
  color: #ffffff;
}
.services a.btn-fancy:link, .services a.btn-fancy:visited {
  background-color: #FFA62B;
  color: #186098;
  border: 1px solid #ffffff;
}
.services a.btn-fancy:hover, .services a.btn-fancy:active {
  background-color: #0A8ACD;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.work a.btn-fancy:link, .work a.btn-fancy:visited {
  background-color: #0A8ACD;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.work a.btn-fancy:hover, .work a.btn-fancy:active {
  background-color: #FFA62B;
  color: #0A8ACD;
  border: 1px solid #ffffff;
}
.contact a.btn-fancy:link, .contact a.btn-fancy:visited {
  background-color: #FFA62B;
  color: #186098;
  border: 1px solid #ffffff;
}
.contact a.btn-fancy:hover, .contact a.btn-fancy:active {
  background-color: #0A8ACD;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.cogsworth {
  height: 600px;
}

.fancybox-slide--iframe .fancybox-content {
  width: 80vw;
  height: 75vh;
  max-height: 75vh;
}

.privacy-policy, .refund-policy {
  padding: 30px;
}
.privacy-policy, .privacy-policy p, .privacy-policy li, .refund-policy, .refund-policy p, .refund-policy li {
  font-size: 0.9rem;
}
.privacy-policy h2, .refund-policy h2 {
  color: #0A8ACD;
  font-size: 2rem;
}
.privacy-policy h3, .refund-policy h3 {
  font-size: 1.5rem;
  color: #0A8ACD;
}

footer {
  padding: 30px;
  background-color: #2f2f2f;
  height: 100vh;
}
footer p {
  color: #ccc;
  font-size: 0.8rem;
  text-align: center;
}
footer a:link, footer a:visited {
  color: #ccc;
}
footer a:hover, footer a:active {
  color: #f2f2f2;
}
footer nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
footer nav ul li {
  padding: 5px 8px;
}
footer nav ul li a:link {
  text-decoration: none;
}

.responsive-bar {
  /*

  HTML to go along with this

    <div class="responsive-bar">
      <p class="xs d-block d-sm-none">XS</p>
      <p class="sm d-none d-sm-block d-md-none">SM</p>
      <p class="md d-none d-md-block d-lg-none">MD</p>
      <p class="lg d-none d-lg-block d-xl-none">LG</p>
      <p class="xl d-none d-xl-block">XL</p>
    </div>


  */
  display: flex;
}
.responsive-bar p {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin: 0;
}
.responsive-bar .xs {
  background-color: orange;
  width: 100%;
}
.responsive-bar .sm {
  background-color: red;
  width: 100%;
}
.responsive-bar .md {
  background-color: blue;
  width: 100%;
}
.responsive-bar .lg {
  background-color: green;
  width: 100%;
}
.responsive-bar .xl {
  background-color: violet;
  width: 100%;
}