/* 
Name: Blair Forsberg
Date: May 23, 2018
Class: CS-135I
Week: 7
File: primary.less
*/
/* 
----Main Color Palette---- 
   #d3a4fc   purple
   #a1e1e2   dark teal
   #f9cf9f   orange
   #93b5ff   subdued blue
   #e8dda4   tan 
   #fff0b5   yellow
   #ff9b9b   red
*/
.centerimage {
  display: block;
  margin: 0 auto;
}
@font-face {
  font-family: 'chalk';
  src: url('../fonts/RobGraves.ttf');
}
* {
  font-family: chalk;
}
body {
  background-image: url(../images/chalkboard.jpg);
}
header {
  width: 100%;
  background-image: url(../images/wood.jpg);
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  header img {
    width: 80%;
  }
}
header img {
  display: block;
  margin: 0 auto;
}
nav {
  width: 100%;
  display: block;
  margin: 0 auto;
}
nav ul {
  width: 100%;
  text-align: center;
  margin-left: 5%;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  nav ul {
    display: block;
    margin: 0 auto;
  }
}
nav ul li {
  font-family: chalk;
  font-size: 250%;
  font-weight: bold;
  width: 20%;
  float: left;
  list-style: none;
  text-decoration: underline;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  nav ul li {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 150%;
    line-spacing: 6%;
    display: block;
    margin: 0 auto;
  }
}
nav ul li a {
  text-decoration: none;
}
nav ul #nav_home {
  color: #d3a4fc;
}
nav ul #nav_home:hover a {
  color: #fff0b5;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #d3a4fc;
}
nav ul #nav_reg {
  color: #a1e1e2;
}
nav ul #nav_reg:hover a {
  color: #fff0b5;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #a1e1e2;
}
nav ul #nav_class {
  color: #f9cf9f;
}
nav ul #nav_class:hover a {
  color: #fff0b5;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #f9cf9f;
}
nav ul #nav_news {
  color: #93b5ff;
}
nav ul #nav_news:hover a {
  color: #fff0b5;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #93b5ff;
}
main {
  margin-left: 1%;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  main {
    width: 100%;
    text-align: center;
  }
}
section {
  font-family: chalk;
  color: white;
  width: 65%;
  float: left;
  margin-bottom: 4%;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  section {
    clear: both;
    width: 100%;
    text-align: center;
  }
}
section h2 {
  font-size: 250%;
}
section p {
  text-indent: 5%;
  font-size: 145%;
}
.up {
  margin-top: -2%;
}
aside {
  width: 30%;
  float: left;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  aside {
    clear: both;
    width: 80%;
    text-align: center;
  }
}
aside table {
  color: white;
  border-collapse: collapse;
  border: 3px solid white;
  font-size: 200%;
  margin-left: 12%;
  margin-top: 8%;
  text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  aside table {
    width: 60%;
    margin-left: -3%;
    margin-top: -5%;
    background-color: #ab7cd4;
  }
}
aside table .title {
  background-color: #d3a4fc;
}
aside table tr td .fill {
  padding: 5% 24% 1% 24%;
}
aside table tr td #blue {
  background-color: #93b5ff;
}
aside table tr td #red {
  background-color: #ff9b9b;
}
aside table tr td #teal {
  background-color: #a1e1e2;
}
aside table tr td #orange {
  background-color: #f9cf9f;
}
aside article {
  text-align: center;
  width: 80%;
  margin-left: 5em;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  aside article {
    width: 100%;
  }
}
aside article h2 {
  margin-left: 1.2em;
  font-size: 200%;
  font-weight: bold;
  text-decoration: underline #d3a4fc;
  color: white;
}
aside article ul .event {
  line-height: 120%;
}
aside article ul #event1 {
  color: #93b5ff;
}
aside article ul #event2 {
  color: #ff9b9b;
}
aside article ul #event3 {
  color: #a1e1e2;
}
aside article ul #event4 {
  color: #f9cf9f;
}
aside article ul li {
  list-style: none;
  font-size: 170%;
}
aside img {
  display: block;
  margin: 0 auto;
  width: 150%;
}
@media screen and (min-width: 300px) and (max-width: 450px) {
  aside img {
    width: 100%;
    margin-left: 20%;
  }
}
