body{
  font-family : 'Roboto', sans-serif;
}
hr{
  border : 2.5px solid orange;
  border-radius: 75%;
}
#hOverlay {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  #hOverlay video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  #hOverlay .container {
    position: relative;
    z-index: 2;
  }
  
  #hOverlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 1;
  }
  #shadow:hover{
  -webkit-box-shadow: 6px 10px 30px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow:    6px 10px 30px 0px rgba(0, 0, 0, 1);
  box-shadow:         6px 10px 30px 0px rgba(0, 0, 0, 1); 
  }
  #navbarnav{
    z-index : 3;
  }
  #mainNav {
    z-index : 2;
  }

  #secNav{
    z-index : 1;
  }

  #thirdItem{
    z-index : 0;
  }
  
  .pDelay{
    opacity:0;
    -moz-animation: anim 3s linear forwards 2.5s;
    -webkit-animation: anim 3s linear forwards 2.5s;
    -o-animation: anim 3s linear forwards 2.5s;
    -ms-animation: anim 3s linear forwards 2.5s;
    animation: anim 3s linear forwards 2.5s;
}
.parDelay{
  opacity:0;
  -moz-animation: anim 2s linear forwards 0.5;
  -webkit-animation: anim 2s linear forwards 0.5;
  -o-animation: anim 2s linear forwards 0.5;
  -ms-animation: anim 2s linear forwards 0.5;
  animation: anim 2s linear forwards 0.5s;
}
.adjust-center{
  padding : 100px 0px;
}
#video-section .modal-content {
  min-width: 700px;
  min-height: 450px
}

#video-section .modal-content iframe {
  width: 660px;
  height: 415px;
}
.bg-black {
    background-color :black;
}

.carouselSize {
  width : 80%;
  display :block;
}

.pSize{
    font-size : 30px;
}
.project-area{
  padding : 4rem 0;
}
.project-area .button-group button{
  background : transparent;
  border : none;
  font: normal 500 16px/130px
}
.project-area .button-group button + button{
  padding-left : 3rem;
}
.project-area .grid.our-project > title h4{
  font : normal 700 25px/12px
}
#parallax1 {
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
#parallax1 {

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../../src/img/about/watch.jpg');
}

#parallax2 {

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image : linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url('../../src/img/about/chevy-cycle.jpeg');
}
#parallax3 {
  
  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-image : linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)), url('../../src/img/about/swim.jpg');
}
@-moz-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-webkit-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-o-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@-ms-keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@keyframes anim {
   0%  {opacity:0;}
   100% {opacity:1;}
}
@media (max-width: 1900px) {
  .carouselSize {
    width :100%;
  }
  }
@media (max-width: 575.98px) {
  #homeLogo {
    width : 350px;
  }
  #footerText {
    font-size : 0.6em;
  }
}
@media (min-width: 280px) and (max-width: 319px){
  
  #video-section .modal-content {
    min-width: 180px;
    min-height: 200px;
  
  }
  
  #video-section .modal-content iframe {
    width: 230px;
    height: 300px;
  }

  #homeLogo {
    width : 250px;
  }
}
@media (min-width: 320px) and (max-width: 720px){
  
  #video-section .modal-content {
    min-width: 300px;
    min-height: 300px;
  
  }
  
  #video-section .modal-content iframe {
    width: 270px;
    height: 300px;
  }

  #homeLogo {
    width : 300px;
  }
}

@media (min-width: 720px) and (max-width: 1000px) {
  #video-section .modal-content {
    min-width: 530px;
    min-height: 350px;  
  }
  
  #video-section .modal-content iframe {
    width: 500px;
    height: 315px;
  }
  #homeLogo {
    width : 350px;
  }
}
@media (min-width: 1000px) and (max-width: 1400px) {
  #video-section .modal-content {
    min-width: 630px;
    min-height: 500px;  
  }
  
  #video-section .modal-content iframe {
    width: 600px;
    height: 480px;
  }
}
@media (pointer: coarse) and (hover: none) {
  #hOverlay {
    background: url('../../src/video/header.jpg') black no-repeat center center scroll;
 }
  #hOverlay video {
    display: none;
  }
  #parallax1 {
    background-attachment :scroll;
    background-position : 75%;
  }
  #parallax2 {
    background-attachment : scroll;
    background-position :30%;
    padding-top : 0;
    font-size : 0.9em;
  }
  #parallax3 {
    background-attachment : scroll;
    
  }
}
/*Sources for header animation : https://www.web-eau.net/blog/exemples-header-bootstrap*/
  