header{
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    padding: 15px 15px;
    background-color:lightgreen ;
    font-family: Arial, Helvetica, sans-serif;
    }
footer{
    height: 50px;
    /*display: flex;*/
    align-items:stretch;
    padding: 15px 15px;
    background-color:lightgreen ;
    font-family: Arial, Helvetica, sans-serif;
}

.topnav {
    background-color:lightgreen;
    overflow: hidden;
}
.topnav img{
    float: left;
    width: 300px;
}
.topnav a {
    float:right;
    display: block;
    color:black;
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
    font-size: 25px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
.container{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    }
.head1 {
    color:green;
}
.Picbox1{
    display: flex;
    margin: 30px 0px 0px 0px;
   }
.Mapbox{
    display: flex;
    margin: 30px 0px 0px 0px;
}
@media screen and (max-width: 1100px) {
    /* For mobile phones: */
    .topnav a {display: none;
    font-size: 50px;}
    .topnav a.icon {
      float: right;
      display: block;
  }
    .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display:list-item;
    text-align: left;
    font-size: 50px;
  }
    .Picbox1{
        flex-direction:column;
    }
    .Picbox1-item-left{
        flex: 100%;
        justify-content: center;
    }
    .Picbox1-item-right{
        flex: 100%;
        margin:0px 30px;
        font-size:x-large }
    .Mapbox{
        flex-direction:column;
    }
    .Mapboxleft{
        flex: 100%;
        justify-content: center;
    } 
    .Mapboxright{
        flex: 100%;
        justify-content: center;
    }
    table {
        font-family: arial, sans-serif;
        font-size:x-large;
        border-collapse: collapse;
        width: 100%;
      }
    form{
      font-size: 30px;
    }
    form input{
      font-size: 40px;
    }
    form select{
      font-size: 50px;
    }
    form button{
      font-size: 40px;
    }
    footer{
        height: 90px;
    }
  }
@media screen and (min-width: 1100px) {
  .Picbox1-item-left{
    flex:30%;
    justify-content: center;
    }

.Picbox1-item-right{
    flex: 70%;
    margin:0px 30px;
    font-size: larger;
   }
.Mapboxleft{
    flex: 50%;
    justify-content: center;
    } 
.Mapboxright{
    flex: 50%;
    /*justify-content: center;*/
    }
table {
      font-family: arial, sans-serif;
      font-size: larger;
      border-collapse: collapse;
      width: 100%;
    }
    form{
      font-size: 20px;
    }
    form input{
      font-size: 20px;
    }
    form select{
      font-size: 20px;
    }
    form button{
      font-size: 30px;
    }
}
.Picbox1-item-left img{
    position:inherit;
    width:100%;
    height:auto;
    }

.Pickbox1-item-left a{
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
position:inherit;
}

.Floatboxleft{
    float: left;
    width: 450px;
    height: 400px;
    margin-right: 10px;
    margin-bottom: 10px;
   }
.Floatboxleft img{
    position: inherit;
    max-width: 430px;
    max-height: 400px;
}
.Floatboxleft a{
    position: inherit;
    font-weight:bold;
}

.Floatboxright{
    float: right;
    width: 450px;
    height: 540px;
    margin-left: 10px;
    margin-top: 10px;
   }
.Floatboxright img{
    position: inherit;
    max-width: 480px;
}
.Floatboxright a{
    position: inherit;
    font-weight:bold;
}
.Mapboxright img{
    position:inherit;
    width:100%;
    height:auto;
    }
     
td, th {
        border: none;
        text-align: left;
        padding: 8px;
      }
      
tr:nth-child(even) {
        background-color: #dddddd;
      }

label {
        font-size: 20px;
        font-weight: 700;
        color: #1c87c9;
      }