html,body
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow-x:hidden;
} 


.video-container{position:relative; left:0%; top:0%; height:100vh; width:100vw; overflow:hidden; background-color:white; background-attachment: fixed; background-size:cover;}

video{ width: 100vw; /* Could also use width: 100%; */
    height: 100vh;
    object-fit: cover;
   /* Change position to absolute if you don't want it to take up the whole page */
    left: 0px;
    top: 0px;
    z-index: -1;}

.navbar ul{
}

.video-overlay img{
padding: 35px;
}

.header-overlay{
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.header-content{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding-left:20px;
    padding-right:20px;
    text-align:center;
}

.header-content h3{
color:white;
padding-top:20px;
padding-bottom:10px;
}

.header-content p{
color:white;
padding-bottom:5px;
padding-top:5px;
}

.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height:500px;
    width:100%;
    background-image: linear-gradient(to left bottom, #c76cc4, #d766b9, #e461ac, #f05e9e, #f85c8f, #fc5b84, #fe5c79, #ff5d6d, #ff5d64, #ff5d5a, #fe5e50, #fc5f46);

}


.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.1);
    opacity: 0.9; 
  }
}


  #newhr1{
  border: 3px solid #262626;
  border-image-slice: 1;
  width:140px;
  text-align:left;
  max-width: 100px;
  margin: 0px;
}

  #newhr2{
  border: 3px solid #081719; 
  width:140px;
  text-align:left;
  max-width: 100px;
  margin: 0px;
}

  #newhr3{
  border: 3px solid white; 
  width:140px;
  text-align:left;
  max-width: 100px;
  margin:auto;
}


#get-to-work{
background: #FF416C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


a{
color:#FF4B2B;
}

a:hover{
color:#FF4B2B;
text-decoration: line-through;
}

#logosvg2{

width:80%;
height:auto;

}



#style1{
width: 40%;
}

#web-list{
 padding: 0;
    list-style-type: none;

}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {. . .}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

}
