body, html {
    height: 100%;
}



#footer2 {
    background-color:#4C5863;
    color:#B0CDE8;
}
video {
    max-width: 300px;
    height:auto;
    display:block;
}
h1 {
    font-family: 'Amiri', serif;
    font-size: 3rem;
    color:#5b93c6;
    padding-top:5%;
    padding-bottom:5%;

}
.bannerInfo {
    padding-top:5%;
    padding-bottom:5%;
}
body {
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
    padding: 2rem 0rem;
    color:#4C5863;
}


h4 {
    color: #4C5863;
    font-style: italic;
    text-align: center;
    font-size: 1em;
    font-family: 'Amiri', serif;
}

h2 {
    font-family: 'Amiri', serif;
    font-size: 2.5rem;
    color: #5182B0;
}

h3 {
    color: #5b93c6;
    font-family: 'Amiri', serif;
    text-align: center;
    font-size: 1.5em;
}

.navbar {
    z-index: 1000;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;

}

    .navbar-nav > li {
        display: inline-block;
        float: none;

        font-family: 'PT Sans', sans-serif;
    }

.card-title {
    color: #2423BA;
    font-family: 'Amiri', serif;
    font-size: 1.5em;
}


/* slider banner */
@media(min-width:768px) {
    .carousel-caption {
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.ombre-externe {
    background-color: white;
    padding: 1rem;
    -moz-box-shadow: 20px 20px 36px rgba(91,147,198,1);
    -webkit-box-shadow: 20px 20px 36px rgba(91,147,198,1);
    box-shadow: 20px 20px 36px rgba(91,147,198,1);
}

.ombre-interne {
    background-color: white;
    -webkit-box-shadow: inset 8px 0px 14px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 8px 0px 14px -1px rgba(0,0,0,0.4);
    box-shadow: inset 8px 0px 14px -1px rgba(0,0,0,0.4);
}


h5 {
    font-size: 4vw;
    font-family: 'Amiri', serif;
    text-shadow: 0px 0px 8px rgba(0, 2, 0, 1);
}


/*@media only screen and (min-width: 800px) {
    .card-img-top {
        width: 100%;
        height: 25vw;
        object-fit: cover;
    }
}*/


.line {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(176, 205, 232), rgba(0, 0, 0, 0));
    margin-top:5%;
    margin-bottom:5%;
}

.services {
    margin-right: 10%;
}

li {
    list-style: none;
}

.bindingImage {
    max-width: 500px;
}

.offsetImages {
    object-fit: contain;
    max-height: 250px;
}

.digitalImages {
    box-shadow: 60px -16px #B0CDE8;
}

.digitalThree img {
    margin: auto;
    display: block;
}

.carImage {
    max-width: 10%;
}

/*added codepen*/
.col-container {
  display:table;
  width:100%;
}
.homecard {
  display:table-cell;
}
.cardhome:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
.effect1{
  -webkit-box-shadow: 0 10px 6px -6px #777;
     -moz-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}
.serviceImage {
    object-fit:cover;
    max-height:300px;
}
.video1 {
    object-fit:cover;
    display:block;

}
section {
    padding-left:15%;
    padding-right:15%;
}
.frontPara {
    padding-top:5%;
    padding-left:15%;
    padding-right:15%;
}
.bannerText {
    box-shadow: 10px 5px 5px #68A8E3;
}
.bannerText p {
    font-weight: 500;
    font-size:larger;
}
.Test {
    position: relative;
    overflow:hidden;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:25vh;
}

.video2 {
    position:absolute;
    left:0;
    top:0;
    object-fit:cover;
    height:100%;
    min-width:100%;
    z-index:-1;

}
.fronth1 {
    font-size: 6rem;
    color: white;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px, 2px, #5b93c6;
}
.digitalRow {
    display:flex;
    flex-wrap:wrap;
    padding:0 4px;
}
.column {
    flex:25%;
    max-width:35%;
    padding: 0 4px;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width:100%;
}
@media screen and (max-width: 800px){
    .column { flex:50%;max-width:50%;}
}
@media screen and (max-width:600px){
    .column {flex:100%;max-width:100%;}
}

.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #64A0D9;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #5B93C6;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav .active {
  background-color: #B0CDE8;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
table, th, td {
  border: 1px black solid;
}
table {
  width: 100%;
}

.image_full{
   display:block;
   width: 100vw;
  }

 .image_mobile{
  display:none;
 }

@media screen and (max-width: 800px){
  .image_full{
   display:none;
  }

  .image_mobile{
   display:block;
  }
}

.gfg {
  width: 100vw;
 height:auto;
        }
             
/* designing title and tag line */
.logo {
            display:block;
            text-align:center;
            position: absolute;
            font-size: 18px;
            top: 50px;
            left: 27%;
            color: white;
        }
        
        @media screen and (min-width: 800px){
  .gfg{
   height: 70vh;
  }
        }