
    header,
    footer {
      max-width: 1170px;
      background-color: rgb(255, 255, 255);
    }

    header {
      background-color: rgb(222, 232, 219);
    }

    footer {
      background-color: rgb(249, 198, 145);
    }

    .title-holder h1 {
      font: 25px 'officina', Arial, san-serif;
      color: #314556;
    }
     
    .avatar-agripa {
      color: #314556;
      border: 1px solid #314556;
    }

    .widget-content {
      background-color: rgb(255, 255, 255);
      font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      color: rgb(0, 0, 0);
    }

    .widget-content h2 {
      font: 21px 'officina', Arial, san-serif;
      color: rgb(0, 0, 255);
    }

    .widget-content h4 {
      font: 18px 'officina', Arial, san-serif;
      color: #52768e;
    }

    .widget-content h5 {
      font: 16px 'officina', Arial, san-serif;
      color: rgb(102, 102, 102);
    }

    a:hover {
      color: #6e9fbe;
    }

        
    .event-panel .date {
      background-color: #52768e;
    }
    
    .event-body .hero .date {
      background: #52768e;
      font: 40px/48px "officina", Arial, san-serif;
    }
    
    
    .location i {
      color: #52768e;
    }


  

    html, body {
      background-color: rgb(249, 198, 145);
      line-height: 20px;
    }

    #content {
      max-width: 1170px;
    }

    #content > div > div > #main {
      max-width: -width;
    }

    #column-one {
      width: 420px;
      min-width: 420px;
    }

    #column-two {
      width: 0px;
      min-width: 0px;
    }
  