/* http://colorschemedesigner.com/csd-3.5/#1l11Tw0w0w0w0 */

* {
    margin: 0;
    padding: 0;
  }
  
  body, html {
    background-color: #eeeeee;
    height: 100%;
  }
  
  body {
    font-family: 'Oxygen', sans-serif;
  }
  
  #page {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 920px;
  }
  
  /* HEADER */
  #header {
    background-color: #ffffff;
    border: #BFA330 solid 2px;
    height: 60px;
  }
  
  #header #logo {
    float: left;
    height: 60px;
  }
  
  #header #logo img {
    display: block;
    margin: 0 -5px 0 -15px;
      padding: 10px 0;
  }
  
  #header #nav {
    float: right;
    height: 60px;
  }
  
  #header #nav #toggle {
    display: none;
  }
  
  #header ul {
    float: left;
    list-style: none;
  }
  
  #header ul li {
    float: left;
  }
  
  #header li a {
    border-left: #FFD940 solid 1px;
    color: #000000;
    display: block;
    font-size: 20px;
    line-height: 60px;
    margin: 0 1px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
  }
  
  #header li a:hover {
    color: #BFA330;
    text-decoration: none;
  }
  
  /* CONTENT */
  #content {
    background-color: #eeeeee;
    border-left: #BFA330 solid 1px;
    border-right: #BFA330 solid 1px;
    padding-bottom: 10px;
  }
  
  #content h1 {
    padding: 20px;
    text-align: center;
  }
  
  #content a {
    color: #BFA330;
    font-weight: bold;
    text-decoration: none;
  }
  
  #content a:hover {
    color: #A68500;
    text-decoration: underline;
  }
  
  #content #title {
    background-color: #ffffff;
    margin-bottom: 10px;
  }
  
  .section {
    padding: 10px 20px;
  }
  
  .section-content {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: #BFA330 0 0 5px;
      box-shadow: rgba(191,163,48,0.5) 0 0 5px;
    padding: 20px 25px;
  }
  
  .section-content h2 {
    margin-bottom: 10px;
  }
  
  .section-content table {
      border: #DDD 1px solid;
      border-collapse: collapse;
      border-spacing: 0;
    margin-top: 10px;
  }
  
  .section-content th {
      border-right: #DDD 1px solid;
      border-bottom: #DDD 1px solid;
      padding: 10px;
  }
  
  .section-content td {
      border-right: #DDD 1px solid;
      border-bottom: #DDD 1px solid;
      padding: 5px;
      text-align: center;
  }
  
  .section-content ul {
    margin-left: 20px;
  }
  
  .adsbygoogle {
    margin-top: 15px;
  }
  
  #status {
    margin-bottom: 0;
  }
  
  /* Alert from Bootstrap */
  .alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
  }
  
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  
  .alert .alert-link {
    font-weight: bold;
  }
  
  .alert > p,
  #status > ul {
    margin-bottom: 0;
  }
  
  .alert p + p {
    margin-top: 5px;
  }
  
  .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
  }
  
  .alert-success hr {
    border-top-color: #c9e2b3;
  }
  
  .alert-success .alert-link {
    color: #2b542c;
  }
  
  .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
  }
  
  .alert-info hr {
    border-top-color: #a6e1ec;
  }
  
  .alert-info .alert-link {
    color: #245269;
  }
  
  .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
  }
  
  .alert-warning hr {
    border-top-color: #f7e1b5;
  }
  
  .alert-warning .alert-link {
    color: #66512c;
  }
  
  .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
  }
  
  .alert-danger hr {
    border-top-color: #e4b9c0;
  }
  
  .alert-danger .alert-link {
    color: #843534;
  }
  
  /* FOOTER */
  #footer {
    background-color: #ffffff;
    border: #BFA330 solid 2px;
    padding: 0 10px;
  }
  
  #footer #copyright {
    color: #555555;
    padding: 10px 0;
    text-align: center;
  }
  
  #footer a {
    color: #BFA330;
    font-weight: bold;
    text-decoration: none;
  }
  
  #footer a:hover {
    color: #A68500;
    text-decoration: underline;
  }
  
  /* MOBILE */
  @media screen and (max-width:920px) {
    #page {
      margin: 0;
      width: 100%;
    }
  
    #header {
      height: 120px;
    }
  
    #header #logo {
      height: auto;
      width: 100%;
    }
  
    #header #logo img {
      margin: 0 auto;
    }
  
    #header #nav {
      border-top: #FFD940 solid 1px;
      width: 100%;
    }
  
    #header ul {
      border-right: #FFD940 solid 1px;
      float: none;
      height: 60px;
      margin: 0 auto;
      width: 732px;
    }
  }
  
  @media screen and (max-width:732px) {
    #header {
      border: none;
      border-bottom: #BFA330 solid 2px;
      height: auto;
    }
  
    #header #logo {
      height: 50px;
    }
  
    #header #logo img {
      padding: 5px 0;
    }
  
    #header #nav {
      border: none;
      display: inline-block;
      float: none;
      height: auto;
      margin-top: -25px;
      padding-bottom: 10px;
    }
  
    #header #nav #toggle {
      color: #BFA330;
      display: block;
      float: right;
      position: relative;
      right: 10px;
      top: -15px;
    }
  
    #header ul {
      border: none;
      height: auto;
      margin: 0;
      width: 100%;
    }
  
    #header ul li {
      width: 100%;
    }
  
    #header li a {
      border: none;
      line-height: 40px;
    }
  
    #content {
      border: none;
    }
  
    .section {
      padding: 10px 5px;
    }
  
    #footer {
      border: none;
      border-top: #BFA330 solid 2px;
    }
  }
  