
.header-table td
{
  vertical-align: bottom;
}

.menu-table
{
  background-color: #21913f;
}

.bggreen
{
  background-color: #21913f;
}

.logo-left-small
{
  display: none;
}

.td-margin-left, .td-margin-right{
    width:40%;
  }


/*
  tablets and small desktop screens
*/
@media screen and (min-width : 720px) and (max-width : 1050px) {
  
  table.header-table
  {
    width: 95vw;
  }

  .logo-left
  {
    width: auto;
    height: 10vw;
  }

  .logo-right, .logo-right-top
  {
    width: auto;
    height: 5vw;
  }


  table.menu-table
  {
    width: 95vw;
  }

  .menu-table tr
  {
    height: 3.1vw;
  }
  .menu-table img
  {
    width: auto;
    height: 3vw;
  }

  .content-table
  {
    width: 95vw;
  }

  #picture
  {
    width: 95vw;
  }

}
  

/*
  Phones
*/
@media screen and (min-width : 407px) and (max-width : 719px) {

  .header-table
  {
    margin-right: auto;
    margin-left: auto;
  }

  .header-tr
  {
    width: 96vw;
  }

  .header-tr td
  {
    display: block;
    text-align: center;
  }

  table.menu-table
  {
    width: 364px;
  }

  .menu-table
  {
    margin-right: auto;
    margin-left: auto;
  }

  table.menu-table tr td
  {
    display: block;
    width: 50%;
    float: left;
    border-style: none;
  }

  .bggreen
  {
    background-color: #fff;
  }

  .content-table
  {
    width: 90vw;
    margin-left: 11px;
  }

  #image_selector
  {
    margin-top: 0;
    margin-left: -35px;
    display: block;
    height: auto;
    width: 90vw;
  }

  #image_selector > .container > .band,
  #image_selector > .container
  {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
  }
  .container{
    text-align: center;
  }

  #picture_container
  {
    display: none;
  }

  .left-arrow, .right-arrow{
    display:none;
  }

  .logo-left
  {
    display: none;
  }

  .logo-left-small
  {
    display: inline;
  }

  .logo-right-top{
    display: none;
  }

  .td-margin-left, .td-margin-right{
    width: 2vw;
  }
}


/*
 Vertical phones
*/
@media screen and (max-width : 406px){

  .header-table
  {
    margin-right: auto;
    margin-left: auto;
  }

  .header-tr
  {
    width: 96vw;
  }

  .header-tr td
  {
    display: block;
    text-align: center;
  }

  table.menu-table
  {
    width: 96vw;
  }

  .menu-table
  {
    margin-right: auto;
    margin-left: auto;
  }

  table.menu-table tr td
  {
    display: block;
    width: 50%;
    float: left;
    border-style: none;
  }

  .bggreen
  {
    background-color: #fff;
  }

  .content-table
  {
    width: 90vw;
    margin-left: 11px;
  }

  #image_selector
  {
    margin-top: 0;
    margin-left: -35px;
    display: block;
    height: auto;
    width: 90vw;
  }

  #image_selector > .container > .band,
  #image_selector > .container
  {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
  }
  .container{
    text-align: center;
  }

  #picture_container
  {
    display: none;
  }

  .left-arrow, .right-arrow{
    display:none;
  }

  .logo-left
  {
    display: none;
  }

  .logo-left-small
  {
    display: inline;
    width: 73vw;
    height: auto;
  }

  .logo-right
  {
    width: 96vw;
    height: auto;
  }

  .logo-right-top{
    display: none;
  }

  .td-margin-left, .td-margin-right{
    width: 2vw;
  }
}