/*CSS for all elements*/



*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}


















/*CSS for all divs*/




div{
  display: block;
}
























/*CSS for Navbar*/





nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    z-index: 1;
}

nav{
  color: #000;
  border-bottom: 2px solid;
}

.logo a{
    color: black    ;
    text-decoration: none;
    font-size: 30px;
    float: left;
    padding-top: 10px;

}

.logo a h4:hover{
   color: blue;
   cursor: pointer;
 
}
.nav-links{
    display: flex;
    justify-content: space-around;
    width: 80%;
}

.nav-links li{
    list-style: none;
}

.nav-links a{
    color: black    ;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 10px;
}
.nav-links a:hover{
    color: blue;
}

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: blue;
    margin: 5px;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1250px) {

body{
  overflow-x: hidden;
}

.nav-links{
text-align: center;
position: absolute;
right: 0px;
height: 100vh;
top: 0vh;
background-color: white;
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
transform: translateX(100%);
transition: transform 0.5s ease-in;
}

.nav-links li{
  opacity: 0;
  text-align: center;
}

.burger{  
  display: block; 
}
}


.nav-active{
  transform: translateX(0%);
}

@keyframes navLinkFade{
  from{
      opacity: 0;
      transform: translateX(50px);    
  }
  to{
      opacity: 1;
      transform: translateX(0px);
  }
}

.toggle .line1{
  transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
  opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
}

#navbar{
  transition: 0.8s;
  position: fixed;
  width: 100%;
  padding: 30px 10px;
}



.dropdown {
  position: relative;
  display: inline-block;
  
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 440px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;

}




.dropdown-content a:hover{
  color: blue;
}

.dropdown:hover .dropdown-content {
  display: block;
}





































/*CSS for Slider Video Div*/




.title-p{
  font-size: 25px;
}

.slider-vid-col{
  background-color: transparent; 
  height: 800px;
  margin-top: 150px;
}
.slider-img-col{ /*Why Frank*/
  background-color: transparent; 
  height: 500px;
  width: 500px;
  float: right;
  margin-top: 200px;
}



 /*CSS for Slider Links in Sider Video Div*/




 .link-line-1{
  border-radius: 30px 30px 30px 30px;
 height: 2px;
 width: 150px;
 background-color:blue ;
}

.left-slider-links-1 li{
  grid-template-columns: repeat(2,1fr);
  grid-gap: 35px;
  max-width: 270px;
  margin-top: 90px;

}

.left-slider-links-1 a{
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.left-slider-links-2 li{
grid-template-columns: repeat(2,1fr);
grid-gap: 35px;
max-width: 270px;
margin-top: 90px;

}

.left-slider-links-2 a{
  text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}























.lc-links-1 li{
  grid-template-columns: repeat(2,1fr);
  grid-gap: 35px;
  max-width: 300px;
  margin-top: 90px;

}

.lc-links-1 a{
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}






















/*CSS for Four Steps Div*/ /*Why Frank*/


.four-steps-div{
  height: 430px;
  width: 100%;
  background-color: rgba(187, 145, 6, 0.74);
  border-radius: 30px 30px 30px 30px  ; 
}

.round-four-step p{
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  width: 30px;
  text-align: center;
}

.four-step-link li{
  grid-template-columns: repeat(2,1fr);
  grid-gap: 35px;
  max-width: 200px;
  margin-left: -20px;
}

.four-step-link a{
      text-decoration: none;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      color: #000;
      border-bottom: 2px solid;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
}














.round-MM #num-round{
  border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  width: 50px;
  text-align: center;
  margin:auto;
}





/*CSS for Accordian*/



.accordion {
  margin: auto;
  width: 1000px;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
  background: #00BCD4;
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 16pt;
  color: white;
  cursor: initial;
}
.box-title {
  width: calc(100% - 40px);
  height: 64px;
  line-height: 64px;
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
  font-size: 30px;
}
.box-content {
  width: calc(100% - 40px);
  padding: 30px 20px;
  font-size: 11pt;
  color: rgba(0,0,0,.54);
  display: none;
}

.box-content img{
  width: 100%;
  margin: auto;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
  margin: 16px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}
















.vid-2-div{ /*Why Frank*/
  background-color: black;
    height:600px ;
    width: 1280px;
    margin-top: 150px;
    border-radius: 30px 30px 30px 30px; 
    margin: auto; 
}


































































/* CSS for flippable cards */



.cards{       
  position: static;
  margin: auto;
  margin-top: 100px;    
  background-color:black; 
  height: 400px; 
  width: 300px; 
  border-radius: 30px 30px 30px 30px; 
}


.cards-MM{
  position: static;
  margin: auto;
  margin-top: 100px;    
  background-color:black; 
  height: 400px; 
  width: 400px; 
  border-radius: 30px 30px 30px 30px; 
}


.cards-2{       
  position: static;
  margin: auto;
  margin-top: 100px;    
  background-color:black; 
  height: 300px; 
  width:300px; 
  border-radius: 30px 30px 30px 30px; 
}

.cards-front {
  background-color: #bbb;
  color: black;
}

.cards-front h3{
font-size: 27.1px;
}



.cards-inner{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
}

.cards:hover .cards-inner {
    transform: rotateY(180deg);
    
  }


  .cards-MM:hover .cards-inner {
    transform: rotateY(180deg);
    
  }


.cards-2:hover .cards-inner{
  transform: rotateY(180deg);
}

.cards-front, .cards-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border-radius: 30px 30px 30px 30px; 

    
  }


  .cards-back {
    background-color: #101820;
    color: white;
    transform: rotateY(180deg);
  }

 
  
































  /*CSS for Attend Video Div*/














  .vid-1-div{
    background-color: black;
    height:600px ;
    width: 1280px;
    margin-top: 150px;
    border-radius: 30px 30px 30px 30px; 
    margin: auto;
  }


  .vid-1-inside-div{
    height: 394px; 
    width: 400px; 
    border-radius: 30px 0px 30px 0px; 
    float: right; 
    margin-top: -400px ; 
    position: relative; 
    color: white;
    background-color:#101820;
  }

  

  .vid-1{
    border-radius: 30px 30px 30px 30px;
    transition: 0.8s ease-out;
    filter: saturate(0);
    height: 100%; 
    width: 100%;
    object-fit: cover;
  }

  .vid-1:hover{
    filter: saturate(1);
    transition: 0.8s ease-in;
  }















  .pic-2-div{
    background-color: black;
    height:600px ;
    width: 1280px;
    margin-top: 150px;
    border-radius: 30px 30px 30px 30px; 
    margin: auto;
  }


  .pic-2-inside-div{
    height: 394px; 
    width: 500px; 
    border-radius: 30px 0px 30px 0px; 
    float: right; 
    margin-top: -394px ; 
    position: relative; 
    color: white;
    background-color:#101820;
  }



  .pic-2{
    border-radius: 30px 30px 30px 30px;
    transition: 0.8s ease-out;
    filter: saturate(0);
    height: 100%; 
    width: 100%;
    object-fit: cover;
  }

  .pic-2:hover{
    filter: saturate(1);
    transition: 0.8s ease-in;
  }


  













/*CSS for Logo */

p img{
  padding-top: -10px;
  height: 70px;
  float: right;
}



p img:hover{

animation: mymove 5s infinite;

}






















  /*CSS for Request a Demo Div */


.col-4-a-div a{
  text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}






















/*CSS for Separating Divs*/

.space1{
height: 100px;
}

.black-line-1{
  height: 2px;
  background: #000;
  width: 95%;
  margin: auto;
}






















/*CSS for What's New Div*/



.col-7-vid-div{
  height:500px;
  width: 800px;
  border-radius: 30px 30px 30px 30px; 
  margin: auto;
  margin-bottom: 100px;

}




.col-7-vid{
  transition: 0.8s ease-out;
  filter: saturate(0);
  height: 100%; 
  width: 100%;
  object-fit: cover;
  border-radius: 30px 30px 30px 30px;

}

.col-7-vid:hover{
  filter: saturate(1);
  transition: 0.8s ease-in;
}




















/*CSS for h tags*/

h2 a i{
  text-decoration: none;
    font-size: 30px; 
    color: #000;
}

h2 a i:hover{
    color:blue;
}

h4{
  color: #000;
}




















/*CSS for Incrementing Numbers*/


.col-3 h1{

text-align: center;
}
.col-3 h2{

  text-align: center;
  }






















  /*CSS for Buttons*/


  
.btn-1{
  border-radius: 30px 30px 30px 30px;
  height: 50px;
  width: 200px;
  font-size: 25px;
  transition: 0.5s ease-out;

}

.btn-1:hover{
  transition: 0.5s ease-in;
  background-color:blue;
  color: white;
}

.btn-5{
  border-radius: 30px 30px 30px 30px;
  height: 50px;
  width: 200px;
  font-size: 25px;
  transition: 0.5s ease-out;
  border-color: white;
  background-color: white;
  color: blue;

}

.btn-5:hover{
  transition: 0.5s ease-in;
  background-color:blue;
  color: white;
  border-color: blue;
}





  .btn-2{
    border-radius: 30px 30px 30px 30px;
    height: 50px;
    width: 150px;
    font-size: 15px;
    transition: 0.5s ease-out;
    background-color:white;
    color: blue;
    border-color: white;
  }

  .btn-2:hover{
    transition: 0.5s ease-in;
    background-color:blue;
    color:white;
    border-color: blue;
  }




  .btn-3{
    border-radius: 30px 30px 30px 30px;
    height: 50px;
    width: 150px;
    font-size: 15px;
    transition: 0.5s ease-out;
    background-color:white;
    color:blue;
  }

  .btn-3:hover{
    transition: 0.5s ease-in;
    background-color:blue;
    color:white;
  }
















/*Info Tabs CSS*/


  /* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

#tablink-1{
  border-radius: 30px 0px 0px 0px;
}

#tablink-2{
  border-radius: 0px 30px 0px 0px;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 500px;
  border-radius: 30px 30px 30px 30px;
}

#PepsiCo {background-color: #101820;}
#Vibe {background-color: #101820;}
#Jeff {background-color: #101820;}
#Marriott {background-color: #101820;}

.tabcontent h2,p,img,button{
  animation: fadeEffect 2.5s; /* Fading effect takes 1 second */
}



























/* Fade Effect on mentioned items */


.left-slider-links-1,.left-slider-links-2,.cards,.cards-2,.burger,.nav-links,h1,h3,h4,h5,h6,b{
  animation: fadeEffect 2.5s; /* Fading effect takes 1 second */
}























/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}













/*Import of Font*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


/*Footer CSS*/


.footer-logo:hover{
  animation: mymove 5s infinite;
}

@keyframes mymove{

to {rotate: -90deg;}
}

footer
{       
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 100px;
    flex-wrap: wrap;
    background-color: #101820;
}
footer .content
{
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}
footer .content .sect
{
    margin-right: 30px;
}
footer .content .aboutus
{
    width: 40%;
}
footer .content h2
{
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .content h2::before
{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: bl;
}
footer .content .aboutus p
{
    color: white;
    font-weight: 200;
    margin-bottom: 15px;
}
footer .content .aboutus ul
{
    display: flex;
}
footer .content .aboutus ul li
{
    list-style: none;
    margin-right: 20px;
}
footer .content .aboutus ul li a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/* footer .content .aboutus ul li a:hover
{
    background-color: ;
} */
footer .content .aboutus ul li a .fa
{
    color: #fff;
    font-size: 20px;
}
footer .content .aboutus ul li a .fa:hover
{
    color: blue;
}
footer .content .quicklinks
{
    position: relative;
    width: 25%;
    padding: 0px 20px;
}
footer .content .quicklinks ul li
{
    list-style: none;
}
footer .content .quicklinks ul li a 
{
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
}
footer .content .quicklinks ul li a:hover
{
    color:blue;
}
footer .content .contactus
{
    width: calc(35% - 60px);
    margin-right: 0 !important;
}
footer .content .contactus ul
{
    position: relative;
}
footer .content .contactus ul li
{
    display: flex;
    margin-bottom: 20px;
    list-style: none;
}
footer .content .contactus ul li span
{
    color: white;
}
footer .content .contactus ul li span:nth-child(1)
{
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}
footer .content .contactus ul li a
{
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}
footer .content .contactus ul li a:hover
{
    color: blue;
}
.copyright
{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #181818;
    padding: 5px 10px;
}
.copyright p
{
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
}
.copyright p a
{
    font-style: normal;
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color:  white;
    text-transform: uppercase;
}
.copyright p a:hover
{
    color: blue;
}
@media (max-width: 1000px)
{
    footer
    {
        padding: 40px;
    }
    footer .content
    {
        flex-direction: column;
    }
    footer .content .sect 
    {
        margin-right: 30px;
        margin-bottom: 20px;
    }
    footer .content .aboutus 
    {
        width: 100%;
    }
    footer .content .quicklinks 
    {
        width: 100%;
        padding: 0;
    }
    footer .content .contactus 
    {
        width: 100%;
    }
    .copyright
    {
        padding: 0;
    }
    .copyright p
    {
        font-size: 14px;
    }
    .copyright p a
    {
        font-size: 12px;
    }
}

/*Vertical Black Line for Separation CSS*/
.vert-black-line{
  height:300px;
  background: #000;
  width: 2%;
  margin: auto;
}
















/*Fadein Animations CSS*/

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}





/*Marquee CSS*/
marquee img{
  height:100px ;
  padding: 10px;
  animation: marquee 20s linear infinite;
}
/* marquee img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
} */

































/*Media Queries for Responsiveness*/


@media screen and (max-width:128000px){
.col-7-vid-div{
  width: 100%;
}

/* .vid-2-div{

  width: 100%;
} */


}

@media screen and (max-width:1399px){

  /* #tablink-1,#tablink-2,#tablink-3{
    padding: 26.7px 16px;
  
  }*/
  }


@media screen and (max-width:1280px){

  .vid-1-div{
    width: 100%;
    }

  .pic-1-div{
    width: 100%;
  }
    
    .vid-2-div{
      width: 100%;
    }

    .col-7-vid-div{
      width: 100%;
    }
/* 
    #tablink-1,#tablink-2,#tablink-3{
      padding: 26.7px 16px;
    
    } */

}

@media screen and (max-width:1250px){
  
  .slider-vid-col{
    background-color: transparent; 
    height: 830px;
  }
  


 .vid-1-div{
  width: 100%;
  }

  .pic-1-div{
    width: 100%;
  }

  .vid-2-div{
    width: 100%;
  }

  /* .vid-1-inside-div{
    width: 50%;
  } */
  
  .cards{
    width: 100%;
  }

  .cards-2{
    width: 100%;
  }

  .btn-1{
    width: 95%;
  }

  .btn-5{
    width: 95%;
  }


  .tabcontent p{
    padding-left: 100px;
  }

  .tabcontent h2{
    padding-left: 100px;
  }

  .tabcontent .btn-2{
    margin-left: 100px;
  }


}
@media screen and (max-width:1179px){

/* #tablink-1,#tablink-2,#tablink-3{
  padding: 26.7px 16px;

} */
}

@media screen and (max-width:1072px){


  .slider-vid-col{
    background-color: transparent; 
    height: 860px;
  }

  /* #tablink-1,#tablink-2,#tablink-3{
    padding: 26.7px 16px;
  
  } */

}


@media screen and (max-width:1039px){
  .left-slider-links-1-2{
  padding-top: 26px;
  }

 

}

@media screen and (max-width:1023px){
.left-slider-links-1-2{
padding-top: 26px;
}

.btn-1{
  height: 75px;
  width: 95%;
}

.btn-5{
  height: 75px;
  width: 95%;
}

.cards-front h3{
  font-size: 23.1px;
  }

  .slider-vid-col{
    background-color: transparent; 
    height: 900px;
  }

  /* #tablink-1,#tablink-2,#tablink-3{
    padding: 26.7px 16px;
  
  } */

}

/* @media screen and (max-width:852px){
  .left-slider-links-1-1{
    padding-top: 26px;
  }

} */


@media screen and (max-width:991px){

.tabcontent p{
  padding-left: 0px;
}

.tabcontent h2{
  padding-left: 0px;
}

.tabcontent .btn-2{
  margin-left: 0px;
}


}




@media screen and (max-width:899px){

  .slider-vid-col{
    background-color: transparent; 
    height: 900px;
  }
  /* #tablink-1,#tablink-2,#tablink-3{
    padding: 26.8px 16px;
  
  } */
  
}

@media screen and (max-width:892px){

  .slider-vid-col{
    background-color: transparent; 
    height: 1000px;
  }
}






@media screen and (max-width:875px){
  .slider-vid-col{
    background-color: transparent; 
    height: 1020px;
  }

}
  
  @media screen and (max-width:869px){
    .left-slider-links-1-2,.left-slider-links-1-1{
    padding-top: 26px ;
    }
  
    .slider-vid-col{
      background-color: transparent; 
      height: 1050px;
    }
  }


@media screen and (max-width:855px){
  .slider-vid-col{
    background-color: transparent; 
    height: 1050px;
  }
}

@media screen and (max-width:852px){
  .slider-vid-col{
    background-color: transparent; 
    height: 1050px;
  }
}

@media screen and (max-width:817px){
  .slider-vid-col{
    background-color: transparent; 
    height: 1050px;
  }
}







/*CSS for Contact Form*/

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Times New Roman', Times, serif;
  color: black;
  text-transform: uppercase;
  letter-spacing: 6px;
}


#contact {
  width: 100%;
  height: 100%;
}

.form-group{
  margin-top: 30px;
  height: 30px ;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  min-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}

.form-control, 
textarea {
  max-width: 400px;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
  resize: none;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px 'Lato', sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}


/* Begin Media Queries*/
/* @media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .form-horizontal {
    margin: 0 auto;
  }  
  
}

@media screen and (max-width: 569px) {

  .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
  
  textarea {
    width: 280px;
  }
  
} */

