*.primary {
  background-color: rgb(255, 255, 255);
}

*.secondary {
  background-color: rgb(146, 77, 77);
}

*.tertiary {
  background-color: rgb(0, 122, 185);
}

/* *.background {background-color: rgb(230, 225, 166)} */
*.background {
  background-color: rgb(255, 225, 255);
}

h1#website-title {
  font-family: "trebuchet ms", tahoma, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  font-style: italic;
  text-decoration: none;
}

h2#website-slogan {
  font-family: verdana, arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: rgb(144, 41, 53);
  font-style: normal;
  text-decoration: none;
}

*#content {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  font-style: normal;
  text-decoration: none;
}

*#content a:link {font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 122, 185); font-style: normal; text-decoration: underline}

*#content a:active {font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 122, 185); font-style: normal; text-decoration: underline}

*#content a:visited {font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 122, 185); font-style: normal; text-decoration: underline}

*#content a:hover {font-family: verdana, arial, sans-serif; font-size: 12px; font-weight: normal; color: rgb(0, 122, 185); font-style: normal; text-decoration: underline}

*#navcontainer div a h3 {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(2, 35, 55);
  font-style: normal;
  text-decoration: none;
}

*#navcontainer div a:hover h3 {font-weight: bold; color: rgb(2, 35, 55); font-style: normal; text-decoration: none; background-color: rgb(255, 255, 255)}

*#navcontainer div a:hover {font-weight: bold; color: rgb(2, 35, 55); font-style: normal; text-decoration: none; background-color: rgb(255, 255, 255)}

*.accent {
  background: transparent url(../images/mountain_snow_scene.jpg) no-repeat top left;
}