/* Adaptation website bevrijding intercultureel based on template Cassiopeia */

body
{
  background-color: #ece5e1;
  font-size: 16px;
  font-family: Ubuntu, Arial, ' Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hiddern;
}

.main-bottom {
  background-color: #ece5e1
}

bottom-b {
  background-color: #ece5e1
}

bottom-a {
  background-color: #ece5e1
}

p {
  background-color: #ece5e1;
  color: #707070;
}

.topbar {
  background: #ece5e1;
}

banner {
  background-color: #ece5e1
}

.sidebar-right {
  background-color: #ece5e1
}

.footer {
  background-color: #ece5e1;
}

/* remove the blue line below logo custom page */
.mod-custom {
    background: #ece5e1;
}

.container-header {
    background: #ece5e1;
}

.site-grid {
    grid-template-areas: ". footer footer footer footer .";
}

/* Modules are on different module positions in the Cassiopeia template then the modules get in addition to card also the position as class name, for example main-top - so if you want to change all modules to main top you take .main-top.card */

/*
.card {
  border-radius: 15px;
    box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
}
*/

/* Adapoting the page footer */

.footer {
    background: #ece5e1;
  width: 100%;
}




/* Headers color adapt */

h1{
  color: #ee7d31;
  margin: 10px 0 0;
  font-size: 28px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h2{
  color: #f6b78e;
  margin: 20px 0 0;
  font-size: 24x;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h3{
  color: #5988a6;
    margin: 10px 0 0;
  font-size: 22px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h4{
  color: #212b31;
    margin: 10px 0 0;
  font-size: 18px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

h5{
  color: #212b31;
    margin: 10px 0 0;
  font-size: 16px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
h6{
  color: #4e6673;
    margin: 10px 0 0;
  font-size: 15px;
  font-family: Ubuntu, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
