/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

}
@media( min-width: 750px)

}


body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
  align-content: center
}





p  {
 
}


.spacer{
  height: 10px;
  background-color: red;
}




img {
  border-radius: 9px;
  max-height: 900px;
  color: aqua;
}


table, th, td {
 
  text-align: center;
  max-width: inline-block;
  text-align: inherit;
  border: 0px solid #f4eded;
  color: black;
  background: #ffffff;
  object-position: center;
  
}





div.c {
  line-height: 80%;
}



div { text-align: center; 
}

ul { display: inline-block; text-align: left; }





.gfx{ 
  width: 100%;
}


section{
  min-height: 600px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
  font-family: "futura", serif;
  font-size: 30px;
  text-align: center;
  color:#f12323;

}

h2{
  text-align: center;
}



