/*!
 * Start Bootstrap - Stylish Portfolio v5.0.1 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Source Sans Pro';
  color: #be9637;
  background-color: #000000;
  margin: 0;
  padding: 0;
}

/* Override for specific elements that need different colors */
input, textarea, select {
  color: inherit;
}

.form-control {
  color: #000000;
  background-color: #ffffff;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color:white;
}

.text-faded {
  color: rgba(255, 215, 0, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #be9637;
  background: rgba(0, 0, 0, 0.8);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: #be9637;
}

.scroll-to-top:hover {
  background: #1a1a1a;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 215, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-masthead.jpg");
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

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

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

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #be9637;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #000000;
  background: rgba(255, 215, 0, 0.9);
}

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

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(255, 215, 0, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

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

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

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

.menu-toggle {
  opacity: 0.8;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000000;
  background: #be9637;
  line-height: 50px;
  z-index: 999;
}

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

.menu-toggle:hover {
  background: #be9637;
}

.service-icon {
  background-color: #be9637;
  color: #000000;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(255, 215, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(255, 215, 0, 0.3);
}

.callout {
  padding: 15rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 215, 0, 0.1)), to(rgba(0, 0, 0, 0.6))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  max-width: 30rem;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #be9637;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
  .portfolio-item:hover .caption {
    background-color: rgba(255, 215, 0, 0.95);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #be9637;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-box-shadow: 0 3px 3px 0 rgba(255, 215, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(255, 215, 0, 0.3);
}

footer.footer .social-link:hover {
  background-color: #B8860B;
  text-decoration: none;
}

a {
  color: #be9637;
}

a:hover, a:focus, a:active {
  color: #B8860B;
}

.btn-primary {
  background-color: #be9637;
  border-color: #be9637;
  color: #000000 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #B8860B !important;
  border-color: #B8860B !important;
  color: #000000 !important;
}

.btn-secondary {
  background-color: #000000 !important;
  border-color: #be9637;
  color: #be9637;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #1a1a1a !important;
  border-color: #B8860B !important;
  color: #B8860B !important;
}

.btn-dark {
  background-color: #be9637;
  border-color: #be9637;
  color: #000000 !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  background-color: #B8860B !important;
  border-color: #B8860B !important;
  color: #000000 !important;
}

.btn-light {
  background-color: #be9637;
  border-color: #be9637;
  color: #000000 !important;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: #B8860B !important;
  border-color: #B8860B !important;
  color: #000000 !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(190, 150, 55, 0.3);
  box-shadow: 0px 3px 3px 0px rgba(190, 150, 55, 0.3);
  font-weight: 700;
  transition: all 0.3s ease;
}

.bg-primary {
  background-color: #be9637;
}

.text-primary {
  color: #be9637;
}

.text-secondary {
  color: #000000;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  /* Ensure full width on mobile */
  body, html {
    overflow-x: hidden;
  }
  
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  /* Content sections full width */
  .content-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    width: 100%;
  }
  
  /* Center all text content */
  .content-section h2,
  .content-section h3,
  .content-section h4,
  .content-section p {
    text-align: center !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Service icons centered */
  .service-icon {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  
  /* Headings responsive */
  h1 {
    font-size: 2.5rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  h2 {
    font-size: 1.8rem !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  h4 {
    font-size: 1.2rem !important;
  }
  
  /* Buttons centered and responsive */
  .btn-xl {
    width: auto !important;
    margin: 10px auto !important;
    display: inline-block !important;
    padding: 1rem 2rem !important;
  }
  
  /* Masthead adjustments */
  .masthead {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    min-height: 70vh !important;
  }
  
  .masthead .container {
    width: 100% !important;
  }
  
  /* Portfolio section */
  #portfolio .row {
    margin: 0 !important;
  }
  
  #portfolio [class*="col-"] {
    padding: 10px !important;
  }
  
  /* Callout section */
  .callout {
    padding: 8rem 15px !important;
  }
  
  .callout h2 {
    font-size: 2rem !important;
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  /* Extra small devices */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  h1 {
    font-size: 2rem !important;
  }
  
  h2 {
    font-size: 1.5rem !important;
  }
  
  .service-icon {
    height: 5rem !important;
    width: 5rem !important;
    line-height: 5.5rem !important;
    font-size: 1.75rem !important;
  }
  
  .btn-xl {
    font-size: 0.9rem !important;
    padding: 0.875rem 1.5rem !important;
  }
  
  .content-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .masthead {
    min-height: 60vh !important;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
