html {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  min-height: 100%;
  min-width: 510px;  
  background-color: var(--light_purple);
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Sans-Serif;
}

/* LAYOUT STYLING */

.content {
  max-width: 80%; 
  margin: 0 auto;           
}

h3 {
  font-size: 14px;
}

h2 {
  font-size: 14px;
}

a {
  text-decoration: none;
}

#header {
  height: 250px;
  background-image: url(../images/background.jpg);
  text-align: center;
}

#header .content {
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: bottom right;              
}

#header h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0px 130px 0 0px;
  color: var(--dark_purple);
  text-align: left;
  min-width: 80px;
}

#header a {
  text-decoration: none;
  color: var(--dark_purple);
}

#header h2 {
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  color: var(--grey_purple);
}

#header-container h3{
  color: var(--dark_purple);
}

#header-container {
  margin-left: 15px;
  margin-top: 80px;
}

.header-contact i {
  margin-right: 10px;
  width: 25px;
  font-size: 25px;
}

.header-contact {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  color: var(--dark_purple);
}

/* NAVIGATION */

#navigation {   
  width: 100%;
  background: var(--middle_purple);
}

#navigation .content {
  display: table;
  margin: 0 auto;
  padding: 0;
}

#navigation .content li {
  background-color: var(--middle_purple);
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 1px;
}

#navigation .content a {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  color: white;
}

#navigation .content a:hover {
  color: var(--dark_purple);
}

#navigation .content a.active {
  color: var(--dark_purple);
}

/* FOOTER */

#footer-note {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: var(--middle_purple);
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  color: var(--dark_purple);
}

#footer-note span:first-child::after {
  content: "\A";
  white-space: pre;
}

/* CONTENT BOX STYLING */

#content-box .content { 
  position: relative;
  background-color: white;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  padding: 30px;
  margin: 30px auto;
  border: none;
  overflow: hidden;
}

/* SPECIAL PAGES STYLING */

#content-box .content h1 {
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--dark_purple);
}

#content-box .content h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 10px;
  color: var(--dark_purple);
}

#content-box .content h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 0 20px;
  color: var(--grey_purple);
}

#content-box .content ul li {
  padding: 3px;
}

.left_column, .right_column {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
  text-align: center;
}

.right_column {
  text-align: center;
  margin: 0 auto;
}

.right_column ul li {
  font-size: 12px;
  padding: 0;
  list-style: none;
}

.right_column ul {
  margin: 0;
  padding: 0;
}

#work_hours th {
  width: 100px;
  padding: 10px 70px 10px 20px;
  text-align: left;
}

#work_hours td {
  width: 70px;
  text-align: center;
}
