@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
body {
  background-color: #f1f1f1;
  padding: 20px;
}
/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}
h1 {
  font-family: Meddon;
  font-size: 40px;
  word-break: break-all;
}
h2 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
h3 {
	
}
p {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}
.row {
  margin: 8px -16px;
}
/* Add padding BETWEEN each column */
.row, .row > .column {
  padding: 8px;
}
/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}
/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Content */
.content {
  background-color: white;
  padding: 10px;
}
/* Responsive layout - makes a two column-layout instead of four columns */

}
.logo {
  margin-bottom: -20px;
  clear: left;
}
a:link {
  color: #908E8E;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #908E8E;
}
a:hover {
  text-decoration: none;
  color: #908E8E;
}
a:active {
  text-decoration: none;
  color: #908E8E;
}
