@media all and (max-width: 1000px) {
  body {
    font-size: 12px;
    font-family: Verdana, sans-serif;
    color: #333;
    margin: 0;
  }

  header h1 {
    margin-top: 0;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 8px;
  }

  .section-title {
    text-align: center;
    /* text-decoration : underline; */
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 60px;
    margin-top: 0;
  }

  details {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 12px;
    display: block;
  }

  .feature h1 {
    font-weight: bold;
    font-size: 22px;
  }

  .container {
    width: 100%;
    text-align: center;
  }

  .bar{
    text-align: left;
  }

  .calender{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .archive{
    width: 100%;
  }

  .feature {
    width: 100%;
    text-align: center;
  }

  .feature .desc{
    width:50%;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
  }

  .feature li{
    text-align: left;
  }

  .feature .calender img{
    width: 100%;
  }

  .features .feature h1{
    display: none;
  }

  .feature:nth-of-type(odd) .desc{
    float: none;
    padding-left: 0px;
    width:100%;
  }

  .feature:nth-of-type(even) .desc{
    float: none;
    padding-right: 0px;
    width:100%;
  }

  .voice{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

/*
  details {
    font: 16px "Open Sans", "Arial", sans-serif;
    width: 620px;
  }

  details > summary {
    padding: 2px 6px;
    width: 15em;
    background-color: #ddd;
    border: none;
    box-shadow: 3px 3px 4px black;
  }

  details > p {
    border-radius: 0 0 10px 10px;
    background-color: #ddd;
    padding: 2px 6px;
    margin: 0;
    box-shadow: 3px 3px 4px black;
  }
*/

  footer {
    text-align: center;
  }
}
