 body {
     font-family: 'Poppins', 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
     font-weight:400;
     font-size:17px;
     background-color: #f8f9fa;
     margin-top:100px;
}
 .page-content {
     background-color: #ffffff;
}
 p {
     margin-bottom: 1em;
     margin-top: 1em;
}
 h1,h2,h3,h4,h5,h5 {
     font-weight:600;
     letter-spacing: -1.2px;
     color:#333533 
}
 strong {
     font-weight:700;
}
 hr {
     color:#b4b4b4;
     margin: 3rem 0;
}
 #navbar {
     background-color: rgb(255 255 255);
     padding: 30px 0px;
     transition: 1s;
     position: fixed;
    /* Sticky/fixed navbar */
     width: 100%;
     top: 0;
     z-index: 50;
     border-bottom: 0;
}
 #navbar #logo #menu-button {
     transition: 1s;
}
 #logo {
     width:80px;
     height:auto;
     transition: 1s;
}
 #menu-button {
     transition: 1s;
     font-weight:600;
     letter-spacing: -1.2px;
     color:#333533;
     font-size:20px;
     text-decoration:none;
}
 #menu-button:hover {
     color: #cc0033 !important;
}
 .sidenav {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 200;
     top: 0;
     right: 0;
     background-color: #ffffff;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}
 .sidenav a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 18px;
     font-weight:600;
     letter-spacing: -1.2px;
     color:#333533 ;
     display: block;
     transition: 0.3s;
}
 .sidenav a:hover {
     color: #cc0033;
}
 .sidenav .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
     margin-left: 50px;
}
 img.atWorkLogo {
     max-width:80px;
}
 @media (min-width: 576px) {
     img.atWorkLogo {
         max-width:125px;
    }
}
 .header {
     width:100%;
     padding:2.5em 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     text-shadow: 4px 4px 8px #121212;
}
 @media (min-width: 576px) {
     .header {
         padding:5em 0;
    }
}
 @media screen and (max-height: 450px) {
     .sidenav {
         padding-top: 15px;
    }
     .sidenav a {
         font-size: 18px;
    }
}
 .overlay{
     position: absolute;
     display:block;
     top: 0;
    /* These positions makes sure that the overlay */
     bottom: 0;
    /* will cover the entire parent */
     left: 0;
     width: 100%;
     background: #000000;
     opacity: 0.60;
     -moz-opacity: 0.60;
    /* older Gecko-based browsers */
     filter:alpha(opacity=60);
    /* For IE6&7 */
     z-index: 100;
}
 .footerMenu {
     font-size:0.9em;
     font-weight:500;
}
 .footerMenu a {
     text-decoration:none;
     color:#363636;
}
 .footerMenu a:hover {
     color:#dc3545;
}
 .copyright {
     font-size:0.7em 
}
a
#cb-cookie-banner { 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	z-index: 999; 
	border-radius: 0; 
	display: none; 
	background-color: rgb(0, 0, 0, 0.8);
}