.transp {
  opacity: 0.5;
}
.undit {
  font-style: italic;
  text-decoration: underline;
}
.boldUP {
  font-weight: bold;
  text-transform: uppercase;
}
.imgf {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ovl {
  text-decoration: overline;
}
.str {
  text-decoration: line-through;
}
.und {
  text-decoration: underline;
}
.ou {
  text-decoration: underline overline;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #ffffff;
  color: #000000;
}
header {
  background-color: #D0BB9A;
  color: #75003B;
  padding: 3em 1.5em;
  background-image: url(../images/Ready%20to%20go.jpeg);
  background-repeat: repeat-x;
}
header h1 {
  color: #75003B;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8em;
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  text-transform: uppercase;
}
nav {
  background-color: #EAC4BD;
  color: #443131;
  background-image: url(../images/In%20your%20face.jpeg);
  background-repeat: repeat-x;
}
nav:link {
  color: #FFFFFF;
}
nav:visited {
  color: #FFFFFF;
}
nav ul li {
  font-size: 1em;
  text-align: center;
  list-style: none;
  display: inline;
  padding: 1em;
}
main {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1em;

 
       
}
main h2 {
  color: #75003B;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

  div {
    max-width: 300px;
    margin: 0 auto;
    text-align: center
    }

footer {
  background-color: #FFC285;
  color: #0000A0;
    
  background-image: url(../images/Ready%20to%20go.jpeg);
  background-repeat: repeat-x;
    
  
}
footer a:link {
  color: #FFFFFF;
}
footer a:visited {
  color: #FFFFFF;
}


*/
TABLET STYLESHEET

The following CSS affects all screen sizes larger than 480 pixels wide.

*/

@media only screen and (min-width: 481px) 
{    
    body {
  font-size: 20px;
  line-height: 1.5em;
  padding: 2em;
}
      div {
    max-width: 200px;
    margin: 0 auto;
    text-align: center
    }
}
*/
TABLET STYLESHEET

The following CSS affects all screen sizes larger than 480 pixels wide.

*/

@media only screen and (min-width: 481px) { main p img {
  float: right;
  max-width: 50%;
  margin-left: 1em;
}
}
@media only screen and (min-width: 1025px) {
  body {
    font-size: 20px;
    line-height: 1.5em;
    padding: 1em;
  }
  main p img {
    float: right;
    max-width: 50%;
    margin-left: 1em;
  }
    
      div {
    max-width: 300px;
    margin: 0 auto;
    text-align: center
    }
}