

*{
  font-family:'Helvetica', 'Arial', sans-serif;
}

body {
	    /* Image Location */
	    /* background-image: url("https://www.dropbox.com/s/vq6cqt4zojeqr87/status.png?raw=1"); */

	    height: 100%;

    	font-family: 'Helvetica', 'Arial', sans-serif;
    	color: #708090;
    	font-size: 9pt;


        /* Background image is centered vertically and horizontally at all times */
        background-position: center center;
	    background-repeat: no-repeat;
	        background-attachment: fixed;
		    background-size: cover;

		   	background-color:white;
		    }


h2 {
  font-weight: lighter;
  color: #708090;
  font-size: 22px;
}

a {
	color: cornflowerblue;
  }


/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.responsive {
	width: 100%;
	height: auto;
}

