/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* containers DnD */




.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section, .dnd-column,
.content-wrapper--vertical-spacing {
  padding: 30px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* font defaults */

html {
  font-size: 16px;
}

body {
  color: #1e1e1e;
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;

  margin: 0;
  padding: 0;
}

/* Paragraphs */

p {
  font-size: 16px;
}

/* Anchors */



a {
  {font-family='Open Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none};
  color: #0a0a0a;
}

a:hover,
a:focus {
  {font-family='Open Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none};
  color: #000000;
}

a:active {
  {font-family='Open Sans', sans-serif, font-style=normal, font-weight=normal, text-decoration=none};
  color: #323232;
}

/* header & footer */
.header__container {
  background-color: rgba(17, 17, 255,0.98);
}
.footer__container {
  background-color: rgba(17, 17, 255,0.98);
}




h1,
.h1 {
  font-family: Merriweather, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff1111;
  font-size: 32px;

}