/* 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');
#wrapper{
  background-color:white;
  width: 100%;
  max-width:800px;
  margin:0 auto;;
  padding: 25px;
}
.link{
  text-decoration: none;
}
body {
  background-image: url(Workout%20pattern.jpg);
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#wrapper{
  width:100%;
  max-width:960px;  
  margin: 0 auto; 
}
.gfx{
  width: 100%;
  padding: 10px;
}

section{
  margin-top: 10vh;
}

@media (min-width:800px){
  section{
    display:grid;
    grid-template-columns:1fr 1fr;  
  
  }
  section div p{
    margin-top:0px;
    
  }
  p {
    color:#000000;
  }
}
.abutton{
  text-decoration: none;
  font-family:"Arial", sans-serif;
  font-size: 1.5em;
  padding: 10px;
  background-color: #eee;
  
}
.link{
  text-decoration: none;
  
}