header{
    height:600px;
    position:relative;
}
.backgroundCover{
    width: 100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(70,70,70,0.6);
    z-index: -1;
    display:flex;
    justify-content: center;
    align-items: center;
}
.backgroundCoverS{
    width: 100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(70,70,70,0.6);
    z-index: -1;
    display:flex;
        align-items: center;
}
.singlePageTitle{
    width:40%;
    margin:0a auto;
}

.singlePageTitle h1{
    font-size:2.5rem;
    text-align:center;
    text-transform: uppercase;
    color:white;
    font-family:Ghotic;
}
.singlePageTitle p{
    color:white;
    text-align:center;
    
}



.singlePageTitleS{
    width:35%;
    margin-left:10%;
}
.line{
    width:120px;
    height:6px;
    background:white;
    margin:0 auto;
    margin-top:15px;
    margin-bottom: 15px;
}
.singlePageTitleS p{
    color:white;
    text-align:left;
}
.singlePageTitleS h1{
    font-size:2.5rem;
    text-align:left;
    text-transform: uppercase;
    color:white;
    font-family:Ghotic;
}
.singlePageTitleS .line{
    width:120px;
    height:6px;
    background:white;
    margin-top:15px;
    margin-bottom: 15px;
    margin-left:0;
}
.mainContainer{
    width:100%;
    background:white;
}
.pageTitle{
    text-align:center;
    font-size:1.33rem;
}
.bgCover{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(52,52,52,.75);
    display:flex;
    justify-content: center;
    align-items:center;
}
.bgCover h2{
    color:white;
    font-size:2rem;
}
.bgCover p{
    color:white;
    text-align:center;
}
.bg{
  height: 550px;
  width:100%;
  background-repeat: no-repeat;
  background-size:cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position:relative;
}
.pageContainer{
    width:65%;
    margin:0 auto;
    padding:25px;
    padding-top:75px;
}
.pageContainer img{
    display:block;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:5px;
    
}
.pageContainer ul li{
    margin-left:25px;
    font-size:14pt;
    color:#424242;
    font-family:Raleway-Regular;
    list-style-type:square ;
}
.pageContainer ol li{
    margin-left:25px;
    font-size:14pt;
    color:#424242;
    font-family:Raleway-Regular;
}
.pageContainer em{
        font-size:12pt;
    color:#424242;
    font-family:Raleway-Regular;
}
td, th{
    padding:10px;
    text-align:center;
}
.zmist{
    padding:20px;
    background:#f8f9fa;
    border:1px solid #a2a9b1;
    display:inline-block;
}
.zmist ol li{
    margin-top:5px;
    font-style:OpenSans;
}

.zmist ol li a{
    font-size:12pt;
}
#top{
    position:fixed;
    right:15px;
    bottom:15px;
    transition:0.5s;
    opacity:.5;
    visibility: hidden;
}
#top:hover{
    opacity:1;
}
.labWorkContainer{
    width:100%;
}