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

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-xl {
  padding: 1.25rem 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
}
section.contact {
   padding-top: 7rem;
  padding-bottom: 2rem; 
}
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

h2 {
  font-size: 4rem;
  font-family: 'Indie Flower', cursive;
}
p {
    font-size: 18px;
}
@media (max-width: 768px){
   section.contact {
   padding-top: 4rem;
  padding-bottom: 2rem; 
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

h2 {
  font-size: 2rem;
  font-family: 'Indie Flower', cursive;
}
p {
    font-size: 14px;
} 
}
h3,
h4,
h5,
h6 {
    font-family: 'Muli', sans-serif;
  font-weight: normal;
}

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

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

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

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}
.masthead {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1))), url("../img/bg-masthead.jpg");
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/bg-masthead.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
    color:white;
}

.masthead h1 {
    font-family: 'Indie Flower', cursive;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}
.masthead h2 {
     font-family: 'Indie Flower', cursive;
  font-size: 1.5rem;
  line-height: 2rem;
    font-weight: normal;
}
@media (min-width: 992px) {
  .masthead {
    height: auto;
      padding-top: 12rem;
  padding-bottom: 9rem;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
    .masthead h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
}
.text-primary {
    color: #FFA020 !important;
}
/* Side Menu */
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
    box-shadow: 0 0 20px black;
}

#mainNav .navbar-brand {
   font-family: 'Indie Flower', cursive;
    font-size: 1.5rem;
  font-weight: 400;
  text-transform: inherit;
  color: black;
    max-height: 50px;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FFA010;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 20px;
  font-weight: 600;
  color: #FFA010;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FFC040;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #FFC040 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
 color: #FFC040 !important;
}

@media (min-width: 992px) {
  #mainNav {
     padding:15px;
    border-color: transparent;
    background-color: transparent;
      box-shadow: none;
  }
  #mainNav .navbar-brand {
       font-size: 1.5rem;
    color: white;
      max-height: 50px;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: white;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: white;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav.navbar-shrink {
    border-bottom: none;
    background-color: white;
      transition: 0.5s;
      box-shadow: 0 0 20px black;
  }
  #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.8rem;
    color: black;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: black;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FFA010;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FFC040;
  }
}
.service-icon {
  background-color: #fff;
  color: #FFA020;
  height: 5rem;
  width: 5rem;
  display: block;
  line-height: 5rem;
  font-size: 2.25rem;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.portfolio1-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: 10px;
}

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

.portfolio1-item .caption .caption-content {
  color: #fff;
  margin: 2rem 2rem;
}
.portfolio1-item .caption .caption-content p {
  font-weight: 300;
  font-size: 16px;
}

@media (min-width: 992px) {
  .portfolio1-item {
    max-width: none;
    margin: 10px;
  }
  .portfolio1-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio1-item .caption .caption-content {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
    
  }
  .portfolio1-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }
  .portfolio1-item:hover img {
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
  .portfolio1-item:hover .caption {
    background-color: rgba(255, 160, 32, 0.9);
    -webkit-clip-path: inset(1rem);
    clip-path: inset(1rem);
  }
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.social-link {
  display: block;
  height: 3rem;
  width: 3rem;
  font-size: 2rem;
  background-color: #FFA020;
  -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(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-link:hover {
  background-color: #FFB040;
  text-decoration: none;
}
a {
  color: #FFA020;
}

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

.btn-primary {
  background-color: #FFA020 !important;
  border-color: #FFA020 !important;
  color: #fff !important;
}

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

.bg-primary {
  background-color: #FFA020 !important;
}
.btn-default {
    background-color: rgba(255, 255, 255, 1);
    text-align: right;
    cursor: pointer;
}
.btn-default:hover {
   background-color: rgba(255, 255, 255, 0.7); 
}
.modal-content {
    background-color: transparent;
    border: none;
    margin-top: 50px;
}