/* When Resizing to a more appropriate size or using different media screens for some content */
@media screen and (max-width: 600px) {
  .column {
	  width: 100%;
	  display: block;
	  margin-bottom: 20px;
	}
	ul.topnav li.right, 
	ul.topnav li {float: none;}
}