@media only screen and (min-width: 1200px) {
  /*-----columns now are side by side -----*/
  article {
    width: 50%;
    float: left;
    display: inline;
  }
  figure#topImage {
    width: 1200px;
    margin: 20px auto;
  }
	/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color:  darkred;
}

/* selected link */
a:active {
  color: #550015;
}
}