html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

.hideme {
  opacity: 0; }

#wrapper {
  padding: 50px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#content {
  min-height: 100%;
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }

header {
  margin-top: -50px;
  height: 90px; }

footer {
  margin-bottom: -260px;
  height: 260px; }

p {
  margin: 0;
  padding: 0 0 1em 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bc0000+0,8a080c+100 */
  background: #bc0000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bc0000 0%, #8a080c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bc0000 0%, #8a080c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bc0000 0%, #8a080c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0000', endColorstr='#8a080c',GradientType=0 );
  /* IE6-9 */
  border-bottom: 3px solid #000; }

.product-intro-section {
  position: relative; }
  .product-intro-section img {
    z-index: 9;
    background-color: #000; }
  .product-intro-section .mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: 99; }
  .product-intro-section h1 {
    color: #fff;
    font-family: "Rambla", sans-serif;
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 3px #000; }
  .product-intro-section h2 {
    font-style: italic;
    font-size: 1.4em; }
  .product-intro-section .text {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    margin: 280px auto; }
  .product-intro-section hr {
    width: 50%; }

.intro-section {
  position: relative; }
  .intro-section img {
    z-index: 9;
    background-color: #000; }
  .intro-section .mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    z-index: 99; }
  .intro-section h1 {
    color: #fff;
    font-family: "Rambla", sans-serif;
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 3px #000; }
  .intro-section h2 {
    font-style: italic;
    font-size: 1.4em; }
  .intro-section .text {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    margin: 320px auto; }
  .intro-section hr {
    width: 50%; }

article {
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1.25em; }

.topBarSection nav a {
  position: relative;
  display: inline-block;
  margin: 15px 10px;
  padding: 8px 0;
  font-size: 1.4em;
  font-family: "Rambla", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000; }
.topBarSection nav a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px); }
.topBarSection nav a:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }
.topBarSection nav a:hover,
.topBarSection nav a:focus {
  outline: none; }
.topBarSection a:hover::after, .topBarSection a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }
.topBarSection .top-bar {
  background-color: transparent; }
.topBarSection .logo {
  height: 160px;
  z-index: 999;
  position: absolute; }

.about-section {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .about-section .about-container {
    margin-top: 40px;
    padding: 25px;
    box-shadow: 0 0 5px 2px #404040;
    background-color: #000;
    opacity: 0.7;
    border-top: 4px solid #94090D; }
    .about-section .about-container hr {
      max-width: 62.5rem;
      border-bottom: 0px solid #cacaca;
      background: transparent url(../img/stripes_black.png) repeat-x bottom left;
      width: 100%;
      height: 9px;
      margin: 10px 0 10px 0; }
  .about-section .about-me::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 70px solid #000;
    border-right: 82px solid transparent;
    position: absolute;
    margin-top: 15px;
    margin-left: 25px; }
  .about-section .about-company::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-left: 75px solid transparent;
    position: absolute;
    margin-top: 15px;
    margin-left: 325px; }

h2 {
  color: #fff;
  font-family: "Rambla", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-shadow: 2px 2px 3px #000; }

hr {
  margin: 1rem auto; }

.plainText {
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  font-size: 1em; }

.owner-img {
  display: block;
  margin: 50px auto 10px auto;
  height: 150px;
  border: 3px solid #999;
  border-radius: 100px; }

.owner-name {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  color: #000; }

strong {
  font-family: "Rambla", sans-serif;
  font-size: 1.2em;
  font-weight: bold; }

i {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-size: 1em; }

.why-us-section {
  background-image: url("../img/px_by_Gre3g.png");
  background-repeat: repeat repeat;
  text-align: center; }
  .why-us-section hr {
    margin-left: 50px;
    margin-right: 50px;
    background: transparent url(../img/stripes_black.png) repeat-x bottom left;
    height: 9px;
    border-bottom: 0; }
  .why-us-section .icon-container {
    background-color: #fff;
    display: block;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    box-shadow: 1px 1px 0px #000;
    margin: 30px auto; }
  .why-us-section .cont1 {
    padding: 9px; }
  .why-us-section .cont2 {
    padding: 10px 5px 5px 5px; }
  .why-us-section .cont3 {
    padding: 9px; }
  .why-us-section i {
    color: #94090D; }
  .why-us-section h2 {
    font-weight: bold;
    margin-top: 10px; }
  .why-us-section article {
    margin: 0px 20px 50px 20px; }

.work-examples-section {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .work-examples-section .work-examples-text-container {
    background-color: #000;
    opacity: 0.7;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 5px 2px #404040;
    margin: 30px 0 0 0;
    line-height: 1.25em;
    border-top: 4px solid #94090D; }
    .work-examples-section .work-examples-text-container hr {
      border: 0;
      background: transparent url(../img/stripes_black.png) repeat-x bottom left;
      width: 100%;
      height: 9px;
      margin: 10px 0 10px 0; }
    .work-examples-section .work-examples-text-container article {
      font-family: "Lato", sans-serif; }
  .work-examples-section article::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 50px solid transparent;
    position: absolute;
    margin-top: -29px;
    margin-left: 88px; }
  .work-examples-section .owner-img {
    margin: 30px auto 0 auto; }
  .work-examples-section .orbit {
    margin: 30px 0 30px 0; }
  .work-examples-section .thumb {
    border: 2px solid #999;
    height: 250px;
    width: 100%;
    box-shadow: 1px 1px 10px 1px #404040;
    position: relative; }
  .work-examples-section .image-overlay {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 304px;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    /* Safari */
    transition: opacity 0.3s; }
    .work-examples-section .image-overlay h2 {
      text-align: center;
      margin-top: 110px;
      text-decoration: underline; }
  .work-examples-section .image-link:hover .image-overlay {
    opacity: 1; }

.partners-section {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .partners-section h2 {
    margin: 30px 0 10px 0;
    color: #000;
    text-align: center;
    text-shadow: none;
    font-family: "Rambla", sans-serif;
    font-weight: bold;
    font-size: 1.4em; }
  .partners-section article {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    font-style: italic; }
  .partners-section .last {
    padding-bottom: 30px; }
  .partners-section img {
    display: block;
    margin: 10px auto; }

footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f3135+0,000000+100 */
  background: #2f3135;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f3135 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2f3135 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2f3135 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3135', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  border-top: 3px solid #94090D; }
  footer h2 {
    margin-top: 40px;
    text-align: center; }
  footer article {
    text-align: center;
    margin-top: 10px;
    font-family: "Rambla", sans-serif;
    font-weight: bold;
    font-size: 1.2em; }
  footer .share {
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  footer .share .wrapper{
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  footer .toTop {
    color: #fff;
    text-align: center; }
  footer .toTopIcon {
    padding: 11px 10px 0px 11px;
    margin: -18px auto;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 3px solid #94090D;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  footer .toTopIcon:hover {
    background-color: #94090D; }

.news-container {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat;
  padding-top: 70px; }
  .news-container .news-box {
    border: 1px solid #000;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 2px 2px 0px #000; }
  .news-container .news-header {
    background-color: #000;
    opacity: 0.7;
    padding: 10px; }
  .news-container .news-body {
    color: #000;
    padding: 10px; }

.product-about {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .product-about .product-about-text-container {
    background-color: #000;
    opacity: 0.7;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 5px 2px #404040;
    margin: 30px 0 0 0;
    line-height: 1.25em;
    border-top: 4px solid #94090D; }
    .product-about .product-about-text-container article {
      font-family: "Lato", sans-serif; }
  .product-about .product-about-text-container::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 50px solid transparent;
    position: absolute;
    margin-top: -60px;
    margin-left: 700px; }
  .product-about hr {
    background: transparent url(../img/stripes_black.png) repeat-x bottom left;
    width: 100%;
    height: 9px;
    margin: 10px 0 10px 0;
    border: 0; }

.pricing-section {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .pricing-section h1 {
    margin: 30px 0 10px 0;
    color: #fff;
    text-shadow: none;
    font-family: "Rambla", sans-serif;
    font-weight: bold;
    font-size: 1.4em;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    -webkit-transition: box-shadow 0.2s;
    /* Safari */
    transition: box-shadow 0.2s; }
    .pricing-section h1 i {
      float: right;
      -webkit-transition: all 0.2s;
      /* Safari */
      transition: all 0.2s;
      color: "#fff";
      opacity: 0; }
  .pricing-section h1:hover {
    box-shadow: 0px -4px 0px #94090D; }
    .pricing-section h1:hover i {
      opacity: 1; }
  .pricing-section .pricing-table {
    background-color: #000;
    opacity: 0.7;
    padding: 30px;
    color: #fff;
    box-shadow: 0 0 5px 2px #404040;
    margin-bottom: 10px; }
    .pricing-section .pricing-table h3 {
      font-family: "Rambla", sans-serif;
      font-weight: bold;
      font-size: 1.4em; }
    .pricing-section .pricing-table hr {
      background: transparent url(../img/stripes_black.png) repeat-x bottom left;
      width: 100%;
      height: 9px;
      margin: 10px 0 10px 0;
      border: 0; }
    .pricing-section .pricing-table h2 {
      font-size: 2.5em;
      margin: 20px 0 30px 0;
      font-weight: bold;
      font-family: "Lato", sans-serif; }
    .pricing-section .pricing-table .description {
      font-size: 1em;
      font-weight: bold;
      color: #9CA0A9; }
    .pricing-section .pricing-table h4 {
      font-size: 0.85em;
      font-family: "Lato", sans-serif;
      color: #9CA0A9;
      text-align: right;
      font-style: italic;
      margin: 5px 0 5px 0; }

.contact-us {
  background-image: url("../img/brickwall.png");
  background-repeat: repeat repeat; }
  .contact-us .contact-us-container {
    background-color: #000;
    opacity: 0.7;
    padding: 20px;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.25em;
    box-shadow: 0 0 5px 2px #404040;
    border-top: 4px solid #94090D; }
    .contact-us .contact-us-container .hours {
      margin-bottom: 10px; }
    .contact-us .contact-us-container hr {
      max-width: 62.5rem;
      border-bottom: 3px solid #cacaca; }
  .contact-us #map-canvas {
    min-width: 100px;
    min-height: 435px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px 2px #404040; }

.contact-info {
  padding-top: 70px; }

.van {
  border: 5px solid #404040; }

.vanText {
  position: absolute;
  padding: 25px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.7); }

.adminWrap {
  background-image: url(../img/brickwall.png);
  background-repeat: repeat repeat;
  width: 100%;
  height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .adminWrap .adminPanel {
    box-shadow: 0 0 5px 2px #404040;
    background-color: rgba(0, 0, 0, 0.7);
    margin-bottom: 100px;
    border-top: 4px solid #94090D;
    padding: 30px;
    min-width: 320px;
    margin-bottom: 150px; }
    .adminWrap .adminPanel img {
      height: 160px;
      margin: 0 auto;
      padding: 0;
      display: block; }
    .adminWrap .adminPanel h2 {
      font-size: 1.8em;
      text-align: center;
      padding: 20px;
      margin-bottom: 10px; }
    .adminWrap .adminPanel label {
      color: #fff;
      font-family: "Lato", sans-serif;
      margin-bottom: 5px;
      font-size: 0.8em;
      font-style: italic;
      margin-top: 10px;
      margin-bottom: 5px; }
    .adminWrap .adminPanel input {
      font-family: "Lato", sans-serif;
      font-style: italic;
      margin-bottom: 20px; }
    .adminWrap .adminPanel button {
      margin-top: 5px;
      color: #fff;
      font-family: "Rambla", sans-serif;
      font-size: 1.2em;
      font-weight: bold;
      text-shadow: 2px 2px 3px #000;
      width: 100%;
      height: 42px;
      /* background-color: red; */
      background: #bc0000;
      background: -moz-linear-gradient(top, #bc0000 0%, #8a080c 100%);
      background: -webkit-linear-gradient(top, #bc0000 0%, #8a080c 100%);
      background: linear-gradient(to bottom, #bc0000 0%, #8a080c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc0000', endColorstr='#8a080c',GradientType=0 );
      letter-spacing: 0.3;
      transition: all 0.2s ease; }
      .adminWrap .adminPanel button:hover {
        background: #94090D;
        background: repeating-linear-gradient(-45deg, #81080b, #81080b 2px, #94090D 3px, #94090D 5px); }
      .adminWrap .adminPanel button:active, .adminWrap .adminPanel button:focus {
        outline: none; }

.admin-top-section {
  padding-top: 60px; }

.albums h2 {
  margin: 0 0 5px 0; }
.albums select {
  margin: 5px 0 25px 0; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .small-hide {
    display: none; }

  body {
    background-color: #000; }

  .contact-info {
    padding-top: 0px; }

  .news-container {
    padding-top: 0px; }

  #content {
    margin-top: -10px; }

  .intro-section h1 {
    font-size: 1.3em; }
  .intro-section h2 {
    font-size: 1.0em;
    font-weight: normal; }
  .intro-section .text {
    margin: 40px auto; }
  .intro-section hr {
    width: 75%; }

  .topBarSection {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 40px; }
    .topBarSection nav a {
      margin: 0px 2px 0px 2px;
      padding: 0;
      font-size: 0.7em; }
    .topBarSection nav a:after {
      display: none; }
    .topBarSection .top-bar {
      background-color: transparent;
      display: inline-block;
      width: 100%; }
    .topBarSection .logo {
      display: none; }
    .topBarSection #responsive-menu {
      display: inline-block;
      float: right; }

  .about-section .about-me::after {
    margin-top: 5px;
    margin-left: 210px; }
  .about-section .about-company::after {
    display: none; }

  .about-section .about-me::after {
    margin-top: 5px;
    margin-left: 210px; }
  .about-section .about-company::after {
    display: none; }

  .work-examples-section {
    background-image: url("../img/brickwall.png");
    background-repeat: repeat repeat; }
    .work-examples-section .work-examples-text-container hr {
      max-width: 62.5rem; }
    .work-examples-section .work-examples-text-container article {
      font-family: "Lato", sans-serif; }
    .work-examples-section article::after {
      display: none; }
    .work-examples-section .owner-img {
      display: none; }
    .work-examples-section .orbit {
      margin: 30px 0 30px 0; }
    .work-examples-section .image-overlay {
      width: 100%; }
      .work-examples-section .image-overlay h2 {
        font-size: 1em; }
    .work-examples-section .image-link:hover .image-overlay {
      opacity: 1; }

  .product-intro-section {
    position: relative; }
    .product-intro-section h1 {
      font-size: 1.3em; }
    .product-intro-section h2 {
      font-weight: normal;
      font-size: 1.0em; }
    .product-intro-section .text {
      margin: 20px auto; }
    .product-intro-section hr {
      width: 75%; }

  .product-about .product-about-text-container {
    background-color: #000;
    opacity: 0.7;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 5px 2px #404040;
    margin: 30px 0 0 0;
    line-height: 1.25em; }
    .product-about .product-about-text-container article {
      font-family: "Lato", sans-serif; }
  .product-about .product-about-text-container::after {
    display: none; } }
/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .intro-section h1 {
    font-size: 2.5em; }
  .intro-section h2 {
    font-size: 1.3em;
    font-weight: bold; }
  .intro-section .text {
    margin: 90px auto; }
  .intro-section hr {
    width: 85%; }

  .about-section .about-me::after {
    margin-top: 5px;
    margin-left: 310px; }
  .about-section .about-company::after {
    display: none; }

  .work-examples-section {
    background-image: url("../img/brickwall.png");
    background-repeat: repeat repeat; }
    .work-examples-section .work-examples-text-container hr {
      max-width: 62.5rem;
      border-bottom: 3px solid #cacaca; }
    .work-examples-section .work-examples-text-container article {
      font-family: "Lato", sans-serif; }
    .work-examples-section article::after {
      display: none; }
    .work-examples-section .owner-img {
      display: none; }
    .work-examples-section .orbit {
      margin: 30px 0 30px 0; }
    .work-examples-section .image-overlay {
      width: 100%; }
      .work-examples-section .image-overlay h2 {
        font-size: 1em; }

  .product-intro-section {
    position: relative; }
    .product-intro-section h1 {
      font-size: 2.5em; }
    .product-intro-section h2 {
      font-size: 1.3em; }
    .product-intro-section .text {
      margin: 100px auto; }
    .product-intro-section hr {
      width: 85%; }

  .small-hide {
    display: none; }

  .product-about .product-about-text-container {
    background-color: #000;
    opacity: 0.7;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 5px 2px #404040;
    margin: 30px 0 0 0;
    line-height: 1.25em; }
    .product-about .product-about-text-container article {
      font-family: "Lato", sans-serif; }
  .product-about .product-about-text-container::after {
    display: none; } }
/* Large and up */
/* Large only */
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .intro-section h1 {
    font-size: 4em; }
  .intro-section h2 {
    font-size: 2em;
    font-weight: bold; }
  .intro-section .text {
    margin: 150px auto; }
  .intro-section hr {
    width: 85%; }

  .product-intro-section {
    position: relative; }
    .product-intro-section h1 {
      font-size: 3em; }
    .product-intro-section h2 {
      font-size: 2em; }
    .product-intro-section .text {
      margin: 150px auto; }
    .product-intro-section hr {
      width: 85%; } }

/*# sourceMappingURL=app.css.map */
