.navbar-default {
  border: none;
}

header.home {
  background: url('../img/barn_1200x359.jpg') center center no-repeat;
  height: 400px;
}

header.events {
  background: url('../img/turkeys_1200x360.jpg') center center no-repeat;
  height: 400px;
}

header.news {
  background: url('../img/ridgepanorama_1200x360.jpg') center center no-repeat;
  height: 400px;
}

header.emergency {
  background: url('../img/trees_1200x360.jpg') center center no-repeat;
  height: 400px;
}

header.wildfire {
  background: url('../img/wildfire_1200x360.jpg') center center no-repeat;
  height: 400px;
}

header.resources {
  background: url('../img/sonomamountain_1200x360.jpg') center center no-repeat;
  height: 400px;
}



h1,h2,h3,h4,h5,h6 {
	font-family: 'Reem Kufi', sans-serif;
}

ul.square {
	list-style-type: square;
}

table, th, td {
  border: 1px solid black;
}

table {
  border-collapse: collapse;
}

td.col, th.col {vertical-align:top; text-align: left; padding: 10px 10px 10px 5px}

td.col ol ol {
  list-style-type: lower-alpha;
}

td.col ol ol ol{
  list-style-type: lower-roman;
}

tr:nth-child(even) {background-color: #f2f2f2;}