/* hmccs5-colors-ltblue.css
   created 26.7.2006 by Peter Mawhorter
   updated 2019 by Allen Wu and Madeleine Masser-Frye
   css stylesheet for the HMCCS5 gold & black Twiki skin
*/

body {
  background-color: #eef4ff;
  color: black;
}

a:link {
  color: #2255aa;
}

a:visited {
  color: #000099;
}

a:link:hover, a:visited:hover {
  color: #888888;
}

#homepage {
  text-align: center;
}

#homepage .panel {
  left: 0;
  margin: auto;
}

#homepage .tools {
  padding: 0;
}

table {
  border-color: #bdf;
  background-color: #bdf;
  border-spacing: 3px;
  border-radius: 3px;
  border-collapse: separate;
  margin: auto;
  border-width: 1px;
  border-style: solid;
}

th {
  border: 0;
}

td {
  background-color: #def;
  border: solid 1px #def;
  border-radius: 1px;
}

h2 {
  background-color: #bbddff;
}

h3 {
  border-color: #4455aa;
}

h4 {
  border-color: #4455aa;
}

pre, code, tt {
  color: #666666;
}

.box {
  background-color: #bbddff;
}

.due {
  background-color: #61ff4491;
}


.sidebar {
  border-color: #888888;
  background-color: #cceeff;
}

.main {
  background-color: #ddeeff;
}

.logo {
  top: 8px;
}

.alien {
  display: block;
  position: absolute;
  right: 20px;
  height: 80px;
  width: auto;
  top: 10px;
  z-index: 2;
}



.dropdown:hover .dropbtn {background-color: #7cbdff;}

.dropbtn {
  width: 170px;
  background-color: #bbddff;
}

.dropdown-content {
  width: 170px;
}


.header,
.sidebar,
.footer {
  background-image: url(https://www.cs.hmc.edu/twiki/pub/CS5/HMCCS5Skin/cloud.jpg);
}

.footer {
  border-color: #eef4ff;
}


/* accordian hints */

.accordion {
  background-color: #bdf;
  color: black;
  font-weight: 700;
  cursor: pointer;
  padding: 12px;
  width: 150;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 1px;
  font-family: Lato;
}

.active, .accordion:hover {
  background-color: #7cbdff; 
}

.panel {
  position: relative;
  left: 3%;
  padding: 10px 0px;
  display: none;
  overflow: hidden;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #888;
  margin-bottom: 40px;
  width: 90%;
}


/*konami*/

.spam {
  position: fixed;
  width: 600px;
  height: auto;
  left: 30%;
  top: 17%;
  bottom:50px;
  z-index: 99;
}

/* homework/lab buttons */

.chunk {
  position: relative;
  height: 40px;
  width: 300px;
  margin: 10px 5px;
  background-color: transparent;
  border: 2px solid #bdf;
  border-radius: 4px;
  color: black;
  z-index: 5;
  display: inline-block;
}

.chunk span,
.chunk .group a span {
  position: relative;
  top: 25%;
}

.group {
  display: none;
  z-index: 6;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100%;
  position: absolute;
  width: 100%;
  height: 40px;
  border: 2px solid #def;
  border-radius: 4px;
  top: -2;
  left: -2;
}

.group.noblack {
  grid-template-columns: repeat(2, 1fr);
}

.button {
  color: white !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  float: left;
  top: -40px;
  font-weight: bold;
}

.group a:hover {
  text-decoration: underline;
}

.button.lab {
  background-color: #bdf;
  border-radius: 3px 0px 0px 3px;
}

.button.gold {
  background-color: #efd54c;
}

.button.gold.noblack {
  background-color: #efd54c;
  border-radius: 0px 3px 3px 0px;
}

.button.black {
  background-color: black;
  border-radius: 0px 3px 3px 0px;
}

#projects {
  background-color: #7cbdff;
  border-radius: 0px 3px 3px 0px;
}

.chunk.final {
  grid-column-start: 1;
  grid-column-end: 4;
}

.group.finals {
  grid-template-columns: 1fr 1fr;
}
.group.noblack.finals {
  grid-template-columns: 1fr;
}
