/*!
 * Start Bootstrap - Business Casual v5.0.11 (https://startbootstrap.com/theme/business-casual)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-casual/blob/master/LICENSE)
 */


/* jost-200 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 200;
  src: url('../webFonts/jost-v14-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webFonts/jost-v14-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webFonts/jost-v14-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webFonts/jost-v14-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../webFonts/jost-v14-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webFonts/jost-v14-latin-200.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-300 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  src: url('../webFonts/jost-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webFonts/jost-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webFonts/jost-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webFonts/jost-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../webFonts/jost-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webFonts/jost-v14-latin-300.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../webFonts/jost-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../webFonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webFonts/jost-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webFonts/jost-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webFonts/jost-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webFonts/jost-v14-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: "BLACKHAWK";
  src: url('webFonts/BLACKHAWK/font.woff2') format('woff2'), url('webFonts/BLACKHAWK/font.woff') format('woff');
}

body {
  font-family: 'Jost';
  font-weight: 300;
  background-color:#009092;
  color:white;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h5{
  font-family: 'BLACKHAWK';
}

h6{
  font-family: 'Jost';
  font-size: 1.6rem;
  font-weight: 300;
}


h3 {display: block;
font-size: 3.5rem;
font-weight: 100;
font-family: 'BLACKHAWK';
color: white;
letter-spacing: 7px;}

h4 {display: block;
font-size: 2.3rem;
font-weight: 100;
font-family: 'BLACKHAWK';
color: white;
letter-spacing: 7px;}

p {
  line-height: 1.5;
  font-size: 1.4rem;
}

a {
  color:white;
  font-size: 2.1rem;
}

.disabled {
  font-size: 2.1rem;
  color: white;
  cursor: default;

}

a2 {
  color:white;
  font-size: 1.4rem;
}

a:hover {text-decoration: underline;
color: black;}

.white-text {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 300;
  color: white;
}

.grey{
  color:#333b3f
}

.portfolio {
  margin-bottom: -15px;
  background-color: black !important;
}

.card-body {
  color:#343a40
}

.rounded{
border-radius: 0px!important;
border-style: solid;
border-color: white;
border-width: 6px;
}

.rounded2{
border-radius: 0px!important;
}
.callout {
  padding: 5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3rem;
  display: block;
  color:white;
  letter-spacing: 7px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border-radius: 0px!important;
    border-style: solid;
    border-color: white;
    border-width: 6px;}

.card-text{
  line-height: 1.75;
  font-size: 1.4rem;
  font-weight: 300;
  color: #343a40;
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  top:0px;
  transition: all 1s ease 0s;
  transform: translateX(250px);
  background: #333b3f;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  margin-left: 25px;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  font-size: 2.5rem;
  font-family: "BLACKHAWK";
  letter-spacing: 7px;;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.4rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.service-icon {
  background-color: #fff;
  color: #1D809F;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-item {
  position: relative;
  display: block;
  max-width: 85%;
  margin-bottom: 15px;
}

.portfolio .portfolio-item .portfolio-item-caption {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: black !important;
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
  opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
  font-size: 1.5rem;
}

@media (min-width: 1200px){
.container {
    max-width: 85%;
}}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.animate__animated.animate__fadeIn {
  --animate-duration: 2s;
}

.site-heading {
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-family: 'Jost';
}

.rounded {
    border-radius: 0px;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 300;
}

.site-heading .site-heading-lower {
  font-size: 8rem;
  font-weight: 100;
  font-family: 'BLACKHAWK';
  letter-spacing: 10px;
}

@media (max-width: 736px){
.site-heading .site-heading-lower {
    font-size: 4rem;
}}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}


.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 4rem;
  font-weight: 100;
  color: white;
  letter-spacing: 7px;
  text-align: center;
}

@media (max-width: 736px){
  .section-heading .section-heading-lower {
    display: block;
    font-size: 2rem;
    font-weight: 100;
    color: white;
    letter-spacing: 7px;
    text-align: center;
  }}

.bg-faded {
  background-color: white;
}

#mainNav {
  font-family: 'Jost';
  font-weight: 300;
  background-color: white;
}

#mainNav .navbar-brand {
  color: #343a40;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #343a40;
  font-weight: 300;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #343a40;
  font-size: 2rem;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 2rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #343a40;
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #343a40;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 4rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(230, 167, 86, 0.9);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
  z-index: -1;
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid #333b3f;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  color: white;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.4rem;
}


.text-primary {
  color: white !important;
}

.bg-primary {
  background-color: white !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #333b3f;
  border-color: #333b3f;
}

.btn-disabled {
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
  background-color: #8b8b8b;
  border-color: #8b8b8b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #2a3033;
  border-color: #2a3033;
}

.font-weight-light {
  font-weight: 100 !important;
}

.portfolio-modal .portfolio-modal-dialog {
  min-height: 100vh;
  padding: 5rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .portfolio-modal .portfolio-modal-dialog {
    min-height: 100vh;
    padding: 5rem;
  }
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}
