@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Tangerine&display=swap');

html {
  height: 100%;
}

body {
  margin: 0px;
  font-family: 'Tangerine', cursive;
  font-family: 'Roboto', sans-serif;
}

img {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

p {
  font-size: 15px;
  line-height: 25px;
}

h1 {
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-left: 10px;
  font-family: 'Tangerine', cursive;  
  text-align: center;
  color: #16a8a3;
  font-size: 40px;
  font-weight: lighter;
}

h2 {
  line-height: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  margin-right: 10px;  
  text-align: center;
  font-size: 12px;
  color: #5a5a5a;
  font-weight: lighter;
}

label {
  font-size: 12px;
  font-weight: bold;
}  

#dialog {
  font-size: 11px;
}

#wrapper {
  width: 100%;
  font-family: 'Roboto', sans-serif;  
}

#map {
  width: 100%;
  margin: 0 auto;
  height: 730px;
}

#controls {
  width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  text-align: center;  
  font-size: 11px;
  float: left;
}

#form {
  margin-top: 5px;
  font-size: 9px;
  text-align: left;
  line-height: 12px;
  width:400px;
  float: left;
}

#header {
  margin-top: 0px;
  margin-bottom: 0px;
}

#credits p {
  margin-top: 5px;
  font-size: 9px;
  text-align: center;
  line-height: 4px;
} 
