@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body
{
  font-family: 'Raleway', sans-serif !important;
}

h1, h2, h3, h4, h5, h6
{
  font-family: 'Merriweather', serif !important;
}

/* Overrides */

#rt-header .rt-container
{
  margin-left: 0;
  margin-right: 0;
}

#rt-header,
#rt-header .rt-container,
#rt-header .rt-container .rt-grid-12
{
    width: 100%;
}

#rt-header .rt-container .rt-grid-12 .rt-block,
.djslider

{
  margin: 0 !important;
  padding: 0 !important;
}
  
.chronoforms6_credits
  {display: none;}

h2
{
  color: #d86c00 !important;
}

.standOut
{
    background-color: #d86c00;
    color: #FFF;
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}
.standOut:before, .standOut:after
{
    content: "\"";
}