body{
	background: #d7d7ff;
	color: #480000;
	font-family: 'Roboto Slab', serif;
	margin: auto;
	padding: 1.5em;
	max-width: 1100px;
}
h1, h2, h3,h4,h5 {
    font-family: 'Anton', sans-serif;
    min-width: 100px;
}
ul {
	list-style: url(smlcovidvirus.png);
}
li a {
	text-decoration: none;
	color: #003c75;
}
li a:visited {
	text-decoration: none;
	color: #007573;
}
li a:hover {
	text-decoration: none;
	color: #753800;
}
header {
	display: grid;
	grid-template-columns: 1fr 175px;
}

#logo {
		grid-column: 2;
}
#slogo {
		grid-column: 2;
		display: none;
}
#txt {
	grid-column: 1;
}
@media only screen and (max-width: 600px) {
  body {
    /*background-color: green;*/
  }
  #logo {
  	display: none;
  }
  #slogo {
  	display: inline;
  }
  header {
	display: grid;
	grid-template-columns: 1fr 90px;
}
}