@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kadwa|Roboto&display=swap");
/* MAIN COLOR */
/* SECONDARY COLOR */
/* DARK GRAY, REASON WHY IT'S SET TO #333 IS SO YOU CAN DARKEN IT IF NEEDED USING darken($blk, 10%); FOR EXAMPLE. YOU COULD ALSO USE 2 VARIABLES INSTEAD */
/* USE THIS TO SET THE BORDER RADIUS FOR BUTTONS */
html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

html {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 22px;
  }
}

p {
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Kadwa', cursive;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 70px;
  color: #F07F51;
}

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.flash {
  display: none;
}

q,
blockquote {
  quotes: "“" "”";
}

.navbarFixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0065dd;
  -webkit-text-fill-color: #0065dd;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

nav.navbar {
  z-index: 1000;
  border: none;
  border-radius: 0px;
}

nav.navbar .navbar-nav > li > a {
  text-align: center;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}

@media (max-width: 767px) {
  nav.navbar .navbar-nav > li > a {
    margin-top: 0;
    padding: 6px;
    display: inline-block;
    text-align: center;
  }
}

nav.navbar .navbar-nav > li > a:focus, nav.navbar .navbar-nav > li > a:active {
  background: transparent;
  color: #333;
  outline: 0;
}

nav.navbar .navbar-nav > li > a:hover {
  background: #3F2B37;
  color: #fafafa;
}

@media (max-width: 1024px) {
  nav.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #333;
    outline: 0;
  }
}

.navbar-right {
  margin-top: 0px;
}

.navbar-toggle {
  margin: 20px 15px 8px 0px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/** LOGIN FORM **/
.btn-default {
  border: none;
  border-radius: 0px;
  background: #3F2B37;
  color: #fafafa;
  padding: 0.5em 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 2em 0em;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.btn-default:hover {
  background: #5d4051;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .btn-default:hover {
    background: #F07F51;
    color: #fafafa;
    -webkit-box-shadow: 0px 0px 5px #333;
            box-shadow: 0px 0px 5px #333;
  }
}

.modal-dialog {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 6em auto;
}

.modal-dialog .close {
  display: none;
}

.modal-dialog .modal-content {
  color: #3F2B37;
}

.modal-dialog .modal-content h2 {
  text-align: center;
  font-size: 25px;
}

.modal-dialog a.btn, .modal-dialog a.btn-default, .modal-dialog button {
  border: none;
  border-radius: 0px;
  background: #3F2B37;
  color: #fafafa;
  padding: 0.5em 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 2em 0em;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
  margin: 0;
  display: block;
}

.modal-dialog a.btn:hover, .modal-dialog a.btn-default:hover, .modal-dialog button:hover {
  background: #5d4051;
  color: white;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .modal-dialog a.btn:hover, .modal-dialog a.btn-default:hover, .modal-dialog button:hover {
    background: #F07F51;
    color: #fafafa;
    -webkit-box-shadow: 0px 0px 5px #333;
            box-shadow: 0px 0px 5px #333;
  }
}

.modal-header, .modal-footer {
  background: #3F2B37;
  color: #fafafa;
}

.modal-open {
  overflow: auto;
  padding-right: 0px !important;
}

/** END LOGIN FORM **/
footer {
  padding: 50px 0px 20px;
  background: #3F2B37;
  color: #fafafa;
  font-size: 15px;
}

footer a {
  color: #fafafa;
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 990px) {
  footer a {
    font-size: 13px;
  }
}

footer a:hover {
  color: white;
  outline: 0 !important;
  text-decoration: none;
}

footer a:focus {
  color: #fafafa;
  outline: 0 !important;
  text-decoration: none;
}

footer p {
  font-size: 15px;
}

@media (max-width: 990px) {
  footer p {
    font-size: 13px;
  }
}

input#username,
input#password {
  width: 100%;
}

@media (max-width: 1024px) {
  input#username,
  input#password {
    font-size: 16px;
  }
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

a,
a:hover,
a:focus,
a:active {
  outline: 0 !important;
}

.logo {
  max-width: 250px;
  padding: 0.5em;
}

@media (max-width: 767px) {
  .logo {
    max-width: 175px;
  }
  .navbar-header a {
    float: left;
  }
}

@media (max-width: 600px) {
  .logo {
    max-width: 125px;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
}

.top-pad {
  padding: 3em;
  background: white;
}

@media (max-width: 990px) {
  .top-pad {
    padding: 1em;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .flex {
    display: block;
    /* may need to be inline-block */
  }
}

.terms p,
.privacy p {
  font-size: 1rem;
}

.terms ol li,
.privacy ol li {
  font-size: 1rem;
}

.terms ol ol li,
.privacy ol ol li {
  font-size: 0.85rem;
}

.banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 43, 55, 0.7)), to(rgba(240, 127, 81, 0.7))), url(../img/banner.jpg) no-repeat;
  background: linear-gradient(rgba(63, 43, 55, 0.7), rgba(240, 127, 81, 0.7)), url(../img/banner.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 16rem 0;
  color: white;
}

.icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.icons h1 {
  font-size: 1.2rem;
}

.icons img {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.icons .title {
  font-size: 2rem;
  margin: 1.8rem 0;
  text-transform: uppercase;
}

.banner h1 {
  color: white;
}

.middle-section {
  background: #3F2B37;
  position: relative;
  color: white;
}

.middle-section .container .bg {
  background: url(../img/branding.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  height: 100%;
  right: 0;
}

@media (max-width: 767px) {
  .middle-section .container .bg {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 43, 55, 0.7)), to(rgba(63, 43, 55, 0.7))), url(../img/branding.jpg) no-repeat;
    background: linear-gradient(rgba(63, 43, 55, 0.7), rgba(63, 43, 55, 0.7)), url(../img/branding.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.middle-section .container .bg2 {
  background: url(../img/it_support.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  height: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .middle-section .container .bg2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 43, 55, 0.7)), to(rgba(63, 43, 55, 0.7))), url(../img/it_support.jpg) no-repeat;
    background: linear-gradient(rgba(63, 43, 55, 0.7), rgba(63, 43, 55, 0.7)), url(../img/it_support.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}

.middle-section .container .txtBox {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.middle-section .container .txtBox h1 {
  color: white;
}

.middle-section .container .txtBox1 {
  padding-right: 1rem;
  z-index: 1;
}

.middle-section .container .txtBox2 {
  padding-left: 1rem;
}

.more-info {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 43, 55, 0.5)), to(rgba(63, 43, 55, 0.5))), url(../img/banner2.jpg) no-repeat;
  background: linear-gradient(rgba(63, 43, 55, 0.5), rgba(63, 43, 55, 0.5)), url(../img/banner2.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.more-info h1 {
  color: white;
  text-shadow: 0px 0px 10px black;
}

@media (max-width: 990px) {
  .more-info h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.btmImg {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.bottom-section h1.title {
  margin: 2rem 0;
  text-transform: uppercase;
}

#contact {
  background: #F07F51;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#contact h1, #contact h2, #contact a {
  color: white;
  word-break: break-word;
}

#contact h1, #contact h2, #contact a {
  font-size: 15px;
}

@media screen and (min-width: 320px) {
  #contact h1, #contact h2, #contact a {
    font-size: calc(15px + 29 * ((100vw - 320px) / 1600));
  }
}

@media screen and (min-width: 1920px) {
  #contact h1, #contact h2, #contact a {
    font-size: 28px;
  }
}

@media (max-width: 990px) {
  #contact h1, #contact h2, #contact a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  @media (max-width: 450px) {
  #contact h1, #contact h2, #contact a {
    font-size: 16px;
    line-height: 24px;
  }
}
