/* Adaptation website SBC based on template Cassiopeia */

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

/* color of horizontal lines */
.hr {
   color: #EE7D31;
}

.topbar {
  background: #ffffff;
}

/* remove the blue line below logo custom page */
.mod-custom {
    background: rgb(255, 255, 255, 0);
}

.container-header {
    background: rgb(255, 255, 255, 0);
}

/* 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: #ffffff;
}

/* Adapting the background of the horizontal menu */

.DJ-MegaMenu {
  background: #ffffff;
}

/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */


body {
    font-family: 'Ubuntu', sans-serif;
}

/* Headers color adapt */

h1{
  color: #EE7D31;
}
h2{
  color: #EE7D31;
}
h3{
  color: #EE7D31;
}
h4{
  color: #EE7D31;
}

h5{
  color: #EE7D31;
}
h6{
  color: #EE7D31;
}
