
* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  max-width:960px;
  margin:auto;
}

/* Style the header */
header {
  background-color: #0000ff;
    background-image: url("headerbackground2.jpg");
  padding: 10px;
  text-align: center;
  font-size: 26px;
  color: white;
}

/* Create two columns/boxes that floats next to each other */
nav {
 
  background: #0000ff;
   background-image: url("../images/bluetext.png");
  padding: 20px;
  background-repeat:repeat-x;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0000ff;
   background-image: url("../images/bluetext.png");
}

nav li {
  float: left;
  border-right:1px solid #bbb;
}

nav li:last-child {
  border-right: none;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #04AA6D;
}



article {
  float:left;
  padding: 20px;
  background-color: #f1f1f1;
  width:100%;

}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
   background-image: url("../images/bluetext.png");
  background-color: #0000ff;
  padding: 10px;
  text-align: center;
  color: white;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px) {
  nav, article {
    width: 100%;
    height: auto;
  }
}
h1{font-size:28px; font-weight:bold;}
h2{font-size:24px; font-weight:bold;}
.imagehome{float:right;}
.homeparagraph{float:left;height:auto;}


table{margin:5px auto;}

table li{padding:5px;margin:0px 5px;}
td{width:50%;padding:0px 10px;}

tr:nth-child(even) {
  background-color: #92b6f0;
}

tr:nth-child(odd) {
  background-color: #d8ebef;
}
