/* CSS additions by Gerard de Puit
Last update 08-02-2023

*/

@media only screen and (min-width: 768px) {
  body {
    width: 1280px;!important
   }
}

@media only screen and (min-width: 768px) {
  body {
   margin: auto;!important
   }
}



.back-to-top-link {
  position: fixed;}

.card-body {
  background-color: #ece9d9;
}

.pwebcontactbox{
   position: center; 
}

.sidebar-right {
  background-color: #ece9d9;
}

.sidebar-left {
  background-color: #ece9d9;
}

.site-grid {
  	background: #ece9d9;

    font-size: 14px;
    line-height: 18px; 
}

.container-component {
	padding-left: 20px;
	margin-top: -50px;
}

.header {
 position: fload;
 background: #e9b900; 

  background: linear-gradient(90deg,#e9b900 0%, #f6d97d 40%);
  background: -webkit-linear-gradient(90deg,#e9b900 0%, #f6d97d 40%);
  background: -moz-linear-gradient(90deg,#e9b900 0%, #f6d97d 40%);
}

.container-header .mod-menu{
  color: black;
}

.metismenu.mod-menu .metismenu-item>ul{
	background-color: lightgrey;
  	color: black;
}

.metismenu.mod-menu .metismenu-item {
	padding: .3em .6em;
}





