body{
    background-image: url('https://wallpapertag.com/wallpaper/full/9/7/8/129232-new-1280x720-background-2560x1440-for-tablet.jpg');
    background-size: cover;
    padding-bottom:10%;
}
.home{
    padding-bottom:0%;
    background-image: none;
    background-size: cover;
}
.bannerContainer {
    position:relative;    
}
/* .empPortal{
    background-color:white;
} */
.homeNav {
    position:absolute;
    top:0;
    z-index:10;
    background-color: white; opacity: 0.8; filter: alpha(opacity=80);
    width:100%;
}
.serviceImage{
    width:auto;
    max-height:20vh;
}

.caption{
    box-shadow: 0 0 5px #C8C8C8;
    transition: all 0.3s ease 0s;
}
.img-circle {
    border-radius: 50%;
}
.carousel-inner { 
    height: 100vh;
 }

 .carousel-item  { 
    height: 100%;
 }
 /* .carousel-inner img {
    margin: auto !important;
  } */
#logoDisplay{
    position: relative;   
    top: 50%;
    transform: translateY(-50%);
}
.logoCap{
    top: 70%;
    transform: translateY(-50%);
}
.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10vh !important;
    max-height:100% !important;
    padding-bottom: 100%;
    position: relative;
    max-width: 100%;
}
.servList{
    max-width: 50%;background-color: none
}
.picArea{
    width:90% !important;
    max-width:100%;
}
.img-circle {
    border-radius: 50%;
    border-width: .33rem;
    border-style:solid;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    max-height:25vh;
}
.sidenav{
    height:100%;
}
.invisible{
    display:none;
}
.maps{
    width:100%;
    height:50vh;
}
.datacloud{
    border:3px solid red !important;
}
.dataembed{
    border:2px solid white !important;
}
.staffDescrip{
    font-size:1rem;
    font-family: 'Exo', sans-serif;
    color:black;
    text-shadow: .25rem auto red;
}
.staffCat{
    color:black;
    text-shadow:
		-.5px -.5px 0 red,
		.5px -.5px 0 red,
		-.5px .5px 0 red,
		.5px .5px 0 red;
}
.small{
    color: rgba(238, 26, 18, 0.829);
    padding:0px auto;
    margin: 0 auto;
    font-size: 1.15rem;
    font-weight: bold;
}

.empName{
    font-size:1.5rem;
    font-family:'Exo',sans-serif;
    padding:0px auto;
    word-wrap: normal;
    margin:0 auto;
    margin-top:1px;
}
.empTitle{
    word-wrap: normal;
    max-width:90%;
}
.demo{
    max-height:30vh;
    width:auto;
    max-width:100%;
}
@media (min-width:768px) {
    .navbar-collapse {
        width: 100%;
    }
   
}
@media(max-width:768px){
    .staffCat{
        text-shadow: none;
        font-size:3rem;
    }
    .helperImg{
        display:none
    }
    .empName{
        word-wrap: none;
        font-size:1rem;
    }
    .serviceImage{
        width:auto;
        max-height:15vh;
    }
    .servList{
        max-width:100%;
    }
    .carCap{
        top: 60%;
        transform: translateY(-50%);
    }
    #logoDisplay{
        position: relative;   
        top: 30%;
        transform: translateY(-50%);
    }
    .logoCap{
        top: 60%;
    transform: translateY(-50%);
    }
    .aboutTag{
        margin:0 auto !important;
        text-align:center !important;
    }
    .picArea{
        width:50% !important;
        max-width:90%;
    }
    .border-right{
        border:none !important;
    }
}
