@import url('https://fonts.googleapis.com/css?family=Lato|Righteous|Roboto+Condensed|Saira+Stencil+One|Russo+One|Ubuntu+Condensed&display=swap');
*{box-sizing: border-box;}

body {
    text-align: center;
    padding: 0%;
    margin: 0; 
    font-family: 'lato';
    overflow-x: hidden;
  }

  .video-header{
    height: 100vh;
    display : flex;
    align-items: center;
    color: aliceblue;
  }
  .wrap{
    max-width: 960px;
    max-width: 720      px; 
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
    text-align: center;
  }
  .fullscreen-video-wrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
  }
 .fullscreen-video-wrap video{
    min-height: 100%;
    min-width: 100%; 
  }
.header-overlay{
  height: 100vh;
  width: 100vw;
  position : absolute;
  top: 0;
  left: 0;
  background: rgba(34, 33, 33, 0.5);
  opacity: 0.80;
  margin: auto; 
}
.header-content{
  z-index: 2;
  margin-top: 20%; 
  padding: 0 5rem; 
}

.navbar {
  z-index: 2; 
}
.section-1{
  z-index: 2;
}
  .navbar-brand{
  font-family: 'Saira Stencil One'; 
  font-size: 30px;
  color: lightcoral !important; 
  z-index: 2;
  }
  .nav-link {
    font-size: 18px;
    margin: 15px;
    color: #00558c !important;
    font-family: 'Roboto Condensed';
    z-index: 2;
  }
  .nav-link:hover{
    color: #00558c  !important ; 
  }
  .active .nav-link{
    color: #dd4b39 !important;
  }
   .menu-right-btn{
    padding: 6px 10px;
    margin-right: 1%;
    background-color: transparent;
    transition: all 300ms ease-in;
    z-index: 2;
  }
  .menu-right-btn:hover{
    color: #4867AA;
    background-color: aqua; 
  }
.site-content{
/*background-image: url('images/RuthWedsFrank-009.jpg'); */
background-size: cover;
background-attachment:fixed ;
}
.site-title, .site-desc{
  color:black;
  font-family: 'Righteous';
}
.site-title{
  margin-top: 20%;
  margin-bottom: 3%;
  font-size: 50px;
  color:white;
}
.site-desc{
  font-size: 14px;
  padding-left: 15%;
  color: white;
  font-family: 'lato';
}

.site-btn1{
  margin-left: 20%;
  background-color: black;
  color:white;
  z-index: 2;
}
.site-btn2{
  background-color: black;
  color: white;
  z-index: 2;
}

.site-btn1, .site-btn2{
  margin-top: 5%;
  margin-bottom: 15%;
  z-index: 2;
}

/*            section 1 */
.section-1 .heading-1{
  margin-top: 3%;
  margin-bottom: 3%;
  font-family: 'Ubuntu Condensed';
}
.section-1 .para-1{
width: 100%; 
margin-bottom: 2%;
z-index: 2;
}

.card{
  width: 20rem;
  z-index: 2;
}

/*           section1 CORRECTED          */
.section-1a .container-fluid{
  background-image: url('images/Doxa-Bg-3a.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.section-1a .heading-1{
    margin-top: 30px;
    margin-bottom: 20%; 
    font-family: 'Righteous';
    width: 90%;
    color: white;
    z-index: 2;
    text-align: right;
}

.section-1a .para{
  width: 90%;
  font-family: 'Ubuntu Condensed';
  color: whitesmoke;
  margin-bottom: 7%; 
  z-index: 2;
  text-align: right;
}



/*           section2          */
.section-2 .container-fluid{
  background-image: url('images/blue-servers.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.section-2 .heading-1{
    margin-top: 20px;
    margin-bottom: 4%;
    font-family: 'Righteous';
    width: 90%;
    color: white;
    z-index: 2;
    text-align: right;
}

.section-2 .para{
  width: 90%;
  font-family: 'Ubuntu Condensed';
  color: white;
  margin-bottom: 7%; 
  z-index: 2;
  text-align: right;
}

.section-2 .btn{
  margin-bottom: 15%;
  width: 20%;
}

/*           section 3      */
.section-3{
    margin-top: 3%;
}

/*               section 4          */

.section-4 a{
  color: red;
  font-size: 2rem;
  text-decoration: none;
}

.section-4 .para-1{
  color: white;
  margin-top:1%;
  font-size: 15px;
}

/*         footer           */
.social i{
  color: red;
  font-size: 30px;
}
 
/*       new footer          */ 

.section-5 .container-fluid{
  background-image: url('images/doxafooter2.jpg');
  background-size: cover; 
  background-attachment: fixed;
}
.section-5 .heading-1{
    margin-top: 30px;
    margin-bottom: 30%;
    font-family: 'Righteous';
    width: 90%;
    color: white;
    z-index: 2;
    text-align: right;
}

.section-5 .para{
  width: 90%;
  font-family: 'Ubuntu Condensed';
  color: whitesmoke;
  margin-bottom: 7%; 
  z-index: 2;
  text-align: right;
}



@media screen and (max-width: 768px){
  .section-1 .card {
    width: 14rem;
  }
  .section-4 .col-md-7 img{
    width: 350px;
  }
}

@media screen and (max-width: 320px){
  .site-content .site-title{
    font-size: 30px;
    padding-left:15%;
  }
  .site-content .site-btn2{
    display: none;
  }
  .site-content .site-btn1{
    margin-left: 15%;
  }
.section-1 .col-md-4{
  padding: 5%;
  margin-left: 8%;
  }
.section-1 .card{
  width: 15rem;
  }
.section-4 .col-md-5{
  padding: 0% 15%;
  }

  footer input[type="button"]{
    margin-top: 10%;
  }
}

/*     Form Styling     */

  .wrapper {
    display: inline-flex;
    justify-content: center;
  }
  .wrapper i {
    padding: 10px;
    text-shadow: 0px 6px 8px rgba(0, 0, 0, 0.6);
    transition: all ease-in-out 150ms;
  }
  .wrapper a:nth-child(1) {
    color: #dd4b39;
  }
  .wrapper a:nth-child(2) {
    color: #4867AA;
  }
  .wrapper a:nth-child(3) {
    color: #1DA1F2;
  }
  .wrapper i:hover {
    margin-top: -3px;
    text-shadow: 0px 14px 10px rgba(0, 0, 0, 0.4);
  }