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



/** BEGIN ADDED CSS **/
video {
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.parallaxVideo {
    min-width: 100%;
    overflow: hidden;
}


#reel {
    background-color: #000;
}



/* Parallax Section */



.h1-m {
    margin-bottom: 2rem;

    
}

.text-invalid {
    color: #fff; !important;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#about {
    background-color: #FFFFFF;
    background-image: url("../img/patterns/geometry.webp");
    background-repeat: repeat;
    background-position: center; 
    background-attachment: fixed;
}



/** Footer Section **/

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 15px;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-size: 200% auto;
  background-image: linear-gradient(to left, #bf22bd 0%, #ac3964 50%, #bf22bd 100%);
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-position: right center;
}

ul.list-inline {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 85%;
}

footer {
  padding: 25px 0;
  text-align: center;
  background-color: #0A0A0A;
  background-image: url("../img/patterns/stardust-ab-600x600.png");
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
    
}

footer span.copyright {
  font-size: 70%;
  line-height: 10px;
  text-transform: none;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'8
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/** Contact Section **/

section#contact {
  background-color: #0A0A0A;
  background-image: url("../img/patterns/stardust-ab-600x600.png");
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 250px;
}

section#contact .form-control:focus {
  border-color: #ac3964;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


/** END ADDED CSS **/

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

body {
  font-family: 'OpenSans', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  /*max-width: 100px;*/
  border-width: 1px;
  border-color: #333333;
}

hr.light {
  border-color: #fff;
}

a {
  color: #ac3964;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #eb4985;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', 'Helvetica Neue', Arial, sans-serif;
}



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

.bg-dark {
  background-color: #212529 !important;
}

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

.text-pink {
    color: #ac3964;
}

.text-gradient {
    background: linear-gradient(to left, #ac3964 0%, #bf22bd 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

section {
  padding: 3rem 0;
}

.section-heading {
  margin-top: 0;
}

section-video {
      padding: 0rem 0;
}



::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-image: linear-gradient(to left, #000 0%, #0A0A0A 100%);
  font-family: 'Kalam', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;

}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: hotpink;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

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

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: hotpink;
}

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

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

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

@media (min-width: 992px) {
    
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    background-image: none;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #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: rgba(255, 255, 255, 1);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: $hotpink;
  }
  #mainNav.navbar-shrink {
    border-bottom: 5px solid rgba(33, 37, 41, 0.1);
    background-image: linear-gradient(to left, #000 0%, #0A0A0A 100%);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #e0e0e0;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: $hotpink;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FFF;
  }
  #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: $hotpink;
  }
}

header.masthead {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 56px);
  /*background-image: url("../img/home/homepage-bg-4K-2020-v1.jpg");*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}



header.masthead h1 {
  line-height: 1.5;
  font-family: 'Roboto Slab';
  font-weight: 600;
  text-shadow: 3px 3px 0px #471829;
}


@media (max-width: 425px) { 
 
.btn {
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s;
  border: none;
  background-size: 200% auto;
  font-family: 'Kalam', sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

/* BTN-PRIMARY */

.btn-primary {
    
  background-image: linear-gradient(to left, #ac3964 0%, #bf22bd 100%)
}
    
    
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-position: right center;
   -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 57, 100, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(172, 57, 100, 0.5) !important;}
}






@media (min-width: 320px) { 
    header.masthead h1 {
        font-size: 2rem;
} 

    h1 {
        font-size: 1.75rem;
    }
    
    
    
    
}



@media (min-width: 540px) {
    header.masthead h1 {
        font-size: 2.5rem;
} 
    
    
}


@media (min-width: 768px) {
    
    header.masthead h1 {
        font-size: 2.75rem;
} 

    header.masthead p {
        font-size: 1.15rem;
  }
 

}

@media (min-width: 992px) {
    header.masthead {
        min-height: 650px;
    }
    header.masthead h1 {
        font-size: 3.25rem;
    }
    h1 {
        font-size:2rem;   
    }
    
    p {
        font-size: 1.1rem;
    }
    
    
    section {
        padding: 5rem 0;
    }
    
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
  }
    h1 {
        font-size:2.5rem;
        
    }
}


.portfolio-box {
  position: relative;
  display: block;
  /* max-width: 650px;*/
  margin: 0 auto;
}

/**** Portfolio GIF Rollover States ****/

.project-rollover1 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-01.gif");
    background-size: cover;
}

.project-rollover2 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-02.gif");
    background-size: cover;
}

.project-rollover3 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-03.gif");
    background-size: cover;
}

.project-rollover4 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-04.gif");
    background-size: cover;
}

.project-rollover5 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-05.gif");
    background-size: cover;
}

.project-rollover6 {
    background-image: url("../img/portfolio/rollover/project-thumbnails-06.gif");
    background-size: cover;
}



.portfolio-box .portfolio-box-rollover {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;    
}

.portfolio-box:hover .portfolio-box-rollover {
  opacity: 1;
}

.portfolio-box .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 0;
}



.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(40, 40, 40, 0.9);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;        
}




.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content ,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    
}

.project-category {
    font-family: 'Londrina Shadow', cursive;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}



.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}


.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  background-image: url("../img/patterns/geometry.webp");
}

.portfolio-modal .modal-content h2 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.portfolio-modal .modal-content h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 1em;
  color: #333333;
}

.portfolio-modal .modal-content h6 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;    
  color: #333333;
}

.portfolio-modal .modal-content p {
  font-size: 1em;
  margin-bottom: .5em;
}



.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 30px 0 20px;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 10px;
}


.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}
.text-primary {
  color: #F05F40 !important;
}

.text-pink {
  color: #ac3964 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s;
  border: none;
  background-size: 200% auto;
  font-family: 'Kalam', cursive;
}

.btn-xl {
  padding: 1rem 2rem;
}

/* BTN-PRIMARY */

.btn-primary {
  background-image: linear-gradient(to left, #ac3964 0%, #bf22bd 100%)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-position: right center;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-position: right center;
   -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 57, 100, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(172, 57, 100, 0.5) !important;}
}







