html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.container {
  min-height: 100vh;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main {
  padding: 5rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer {
  width: 100%;
  height: 100px;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer img {
  margin-left: 0.5rem;
}

.footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title a {
  color: #0070f3;
  text-decoration: none;
}

.title a:hover,
.title a:focus,
.title a:active {
  text-decoration: underline;
}

.title {
  margin: 0;
  line-height: 1.15;
  font-size: 4rem;
}

.title,
.description {
  text-align: center;
}

.description {
  line-height: 1.5;
  font-size: 1.5rem;
}

.code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New, monospace;
}

.grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  max-width: 800px;
  margin-top: 3rem;
}

.card {
  margin: 1rem;
  flex-basis: 45%;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.card:hover,
.card:focus,
.card:active {
  color: #0070f3;
  border-color: #0070f3;
}

.card h3 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.logo {
  height: 1em;
}

@media (max-width: 600px) {
  .grid {
    width: 100%;
    flex-direction: column;
  }
}


svg:not(:root).svg-inline--fa {
  overflow: visible; }

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -.225em; }
  .svg-inline--fa.fa-w-1 {
    width: 0.0625em; }
  .svg-inline--fa.fa-w-2 {
    width: 0.125em; }
  .svg-inline--fa.fa-w-3 {
    width: 0.1875em; }
  .svg-inline--fa.fa-w-4 {
    width: 0.25em; }
  .svg-inline--fa.fa-w-5 {
    width: 0.3125em; }
  .svg-inline--fa.fa-w-6 {
    width: 0.375em; }
  .svg-inline--fa.fa-w-7 {
    width: 0.4375em; }
  .svg-inline--fa.fa-w-8 {
    width: 0.5em; }
  .svg-inline--fa.fa-w-9 {
    width: 0.5625em; }
  .svg-inline--fa.fa-w-10 {
    width: 0.625em; }
  .svg-inline--fa.fa-w-11 {
    width: 0.6875em; }
  .svg-inline--fa.fa-w-12 {
    width: 0.75em; }
  .svg-inline--fa.fa-w-13 {
    width: 0.8125em; }
  .svg-inline--fa.fa-w-14 {
    width: 0.875em; }
  .svg-inline--fa.fa-w-15 {
    width: 0.9375em; }
  .svg-inline--fa.fa-w-16 {
    width: 1em; }
  .svg-inline--fa.fa-w-17 {
    width: 1.0625em; }
  .svg-inline--fa.fa-w-18 {
    width: 1.125em; }
  .svg-inline--fa.fa-w-19 {
    width: 1.1875em; }
  .svg-inline--fa.fa-w-20 {
    width: 1.25em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto; }
  .svg-inline--fa.fa-border {
    height: 1.5em; }
  .svg-inline--fa.fa-li {
    width: 2em; }
  .svg-inline--fa.fa-fw {
    width: 1.25em; }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    -webkit-transform-origin: center center;
            transform-origin: center center; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: .25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse {
  color: #fff; }



/* Reset =================================================== */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Brandon', Helvetica, Arial, sans-serif;
    /*
      background: transparent;
      */
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


@font-face {
    font-family: font1;
    /*src: url('Sansation_Light.ttf'), url('Sansation_Light.eot');*/
}
@font-face {
    font-family: Delicious;
    font-weight: bold;
    /*src: url('Delicious-Bold.otf');*/
}

:root{
    --highlight-green-color: #4CAF50;
    --highlight-red-color: #f00;
}


/* Page =================================================== */
html {


}

body {
    background: transparent;
    /*background-color: #FF69B4;*/
    /*background:url(https://mootieapp.com/img/bg2.png);*/
    /*font-family: Arial, Helvetica, FreeSans, sans-serif;*/
    font-family: 'Brandon', Helvetica, Arial, sans-serif;
    /*font-size: 13px;*/
    /*line-height: 1.4em;*/
    margin: 0;
    padding: 0;
    /*background-repeat: repeat;*/
    /*font-family: "Lato", sans-serif;*/

}

div.main_image{
    background:url(https://forefront-technology-llc-assets.s3.amazonaws.com/images/bg.jpg);
    height: 100vh;
    width: 100vw;
    background-size: auto 100%;
}

div.title {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 90%;
    padding-left: 5%;

}

div.title h2{
    font: normal normal normal 72px/1.18em brandon-grot-w01-light,sans-serif;
    /*color: #393F44;*/
    color: #FFFFFF;
    line-height: 1.25em;
}


div.title p{
    font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
    color: #FFFFFF;
    line-height: 1.5em;
    font-weight: lighter;
    background-color: rgba(50, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 20px rgba(50, 0, 0, .5);

}

div.mission {
    margin-top: 5%;
    color: #393F44;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 5%;
}

div.mission h2{
    margin-top: 5%;
    font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
}
div.mission p{
    margin-top: 5%;
    font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
}

div.footer {
    display: flex;
    align-items: center;
    height: 200px;
    width: 100%;
    background: #050403;
    color: #fff;
}

div.footer p{
    text-align: center;
    width: 100%;

    font: normal normal normal 15px/1em brandon-grot-w01-light,sans-serif;
    color: #FFFFFF;
    line-height: 1.5em;
    font-weight: lighter;

}

/*Bottom Message Bar*/
div#bottom_msg_bar{
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 0;
    background-color: rgba(42, 42, 42, 0.9);
    text-align: center;
    padding-top: 20px;
    /*padding-bottom: 10px;*/
    font-size: 30px;
    color: #d5d5d5;
    z-index: 999;

}



/* Contact Us */
div.contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #050403;
    background: url(https://forefront-technology-llc-assets.s3.amazonaws.com/images/contact.jpg);
    background-position: center;
    background-size: 100%;

}

article.contact_article {
    /*height: 60px;*/
    margin-right: auto;
    margin-left: auto;
    width: 30%;
    border: 1px solid #98647f;
    border-radius: 25px;
    /*border: 1px solid #630F00;*/
    padding: 35px;
    margin-top: 50px;
    background-color: #FFF;
    /*background-color: #F7E7CE;*/

    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, .3);
}


form#contact input.text_box {
    /*width: 95%;*/
    /*    padding: 0 0 0 5%;
        border: 1px solid #00BAFF !important;
        background-color: #fff;*/
    /*width: 75%;*/
    /*border: 1px solid #614051 !important;*/
    /*border: 1px solid #00BAFF !important;*/
    /*background-color: #f9f2e7;*/
    /* margin-bottom: 20px; */

    display: inline;
    padding: 0 0 0 3%;
    border: 1px solid #A6A6A6 !important;
    color: #666666;
    background-color: #fff;
    font-size: 1.5em;
    height: 60px;
    width: 97%;
    border-radius: 3px;
    margin-bottom: 20px;
}

form#contact input.text_box::placeholder {
    color: #A6A6A6;
}

form#contact textarea.text_box {
    /*width: 95%;*/
    /*    padding: 0 0 0 5%;
        border: 1px solid #00BAFF !important;
        background-color: #fff;*/
    /*background-color: #f9f2e7;*/
    /*width: 75%;*/
    /*border: 1px solid #614051 !important;*/
    /*border: 1px solid #00BAFF !important;*/
    /* margin-bottom: 20px; */

    display: inline;
    padding: 3% 0 0 3%;
    border: 1px solid #A6A6A6 !important;
    color: #666666;
    background-color: #fff;
    font-size: 1.5em;
    height: 200px;
    width: 97%;
    border-radius: 3px;
}

form#contact textarea.text_box::placeholder {
    color: #A6A6A6;
}

/*form#contact input.text_box:-webkit-autofill, form#contact textarea.text_box:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    outline: none;
    color: #666666;
    box-shadow: 0 0 10px #614051;
    background-color: #f9f2e7;
}*/

form#contact div#cmd_contact, div.cmd_contact {
    background-color: #98647f;
    /*background-color: #37675b;*/
    border: 0;
    font-weight: 500;
    font-size: 2.125em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    /*color: #630F00;*/
    color: #fff;

}

header.contact h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.38;
    font-weight: 500;
    font-family: 'Brandon', Helvetica, Arial, sans-serif;
    color: #666666;
}

div#error-msg {
    padding: 16px;
    width: 85%;
}

div#error-msg ul li {
    color: #bf0404;
    margin: 8px;
}

div#response-msg {
    color: #6672CF;
    margin: 8px;
    text-align: center;
    font-weight: bold;

}
