@media only screen and (max-width: 600px),
            screen and (min-resolution: 200dpi) {

  a { 
    color: #50991c;
    text-decoration: none;
    font-weight: bold;
  }

  body {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
  }

  #page_body {
    position: relative;
    flex: 1;
    max-width: 1000px;
    min-height: calc( 100vh - 20px );
    background-color: white;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

  #header {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-bottom: solid 1px lightgrey;
  }

  #header_logo {
    width: 40%;
    padding-bottom: 10px;
  }

  #header_logo_top {
    width: 100%;
    cursor: pointer;
  }

  #header_logo_top:hover {
    background-color: #f0f7ea;
  }

  #header_logo_bottom {
    width: 100%;
  }

  #header_padding {
    width: 50px;
  }

  #header_menu {
    width: 80%;
  }

  #header_menu_top {
    height: 0px;
  }

  #header_menu_bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #header_menu_bottom > div {
    width: 100%;
    color: #418015;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #f9fdf6;
    border-radius: 5px;
    font-family: Verdana, sans-serif;
    font-size: 1.2rem;
    border:solid 1px #172b08;
    cursor:pointer;
  }

  #header_menu_bottom > div:hover {
    background-color: #418015;
    color: #d4f4bd;
  }

  #header_menu_bottom > div > a {
    width: 100%;
    height: 100%;
    text-align:center;
    vertical-align: middle;
    text-decoration: none;
    color:inherit;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  #header_title {
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  #header_title h1 {
    font-family: Verdana, sans-serif;
    color: #418015;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0px;
  }

  #header_title h2 {
    font-family: Verdana, sans-serif;
    color: #172b08;
    font-size: 1.3rem;
    margin: 0px;
  }

  #header_submenu {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-right: 10px;
    justify-content:space-evenly;
    border-bottom: solid 1px lightgrey;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  #header_submenu > a {
    color: darkslategrey;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight:normal;
    margin: 3px;
    margin-bottom: -2px;
    padding-bottom: 3px;
    border-bottom: solid 2px rgba(0,0,0,0);
  }

  #header_submenu > a:hover {
    border-bottom: solid 2px #5aaf1d;
  }

  #main {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0px;
    justify-content: space-evenly;
    width: calc( 100vw - 20px);
    max-width: calc( 100% - 20px);
  }

  #main > div {
    color: #172b08;
    flex: 0.3;
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #main_text {
    color: #172b08;
    background-color: #F7F7F7 !important;
    display: block !important;
    padding: 10px !important;
    border-radius: 10px !important;
    text-align: justify !important;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 94%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 1.5;
  }

  #main_text h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    margin: 0px;
    margin-bottom: 10px;
  }

  .main_code, .main_filetree {
    font-size: 10pt;
    overflow-x: scroll;
    overflow-y: scroll;
    max-width: 100%;
    max-height: 500px;
    padding: 10px;
    color: #172b08;
    background-color: #dee6d8;
    border: solid 1px darkgreen;
  }

  .main_filetree {
    background-color: lightgrey;
    border-color: grey;
    padding: 0px;
    overflow: auto;
  }

  .main_code, .main_filetree > pre {
    font-family: 'Courier New', monospace;
    font-size: 11pt;
  }

  #main > div > div {
    flex: 1;
  }

  .main_logo1 {
    width: 200px;
    height: 200px;
    border: solid 1px lightgrey;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }

  .main_logo1 > img {
    width: 50%;
  }

  .main_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    /* color: #418015; */
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
  }

  .main_logo2 {
    visibility: hidden;
    max-width: 0px;
    max-height: 0px;
  }

  .main_logo2 > img {
    max-width: 0px;
    max-height: 0px;
  }

  .main_description {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top:10px;
    padding-bottom:10px;
    text-align: justify;
  }

  .main_button {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #50991c;
    color: white;
    border-radius: 3px;
    border: none;
    cursor: pointer;
  }
 
  .main_button:hover {
    background-color: #418015;
  }

  #footer {
    position:fixed;
    color: white;
    background-color: darkgreen;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}