/* Lato:ital,wght@0,300;0,700;1,900&family=Mukta:wght@200;500;600;800&family=Roboto:ital,wght@0,300;0,900;1,500&family=Silkscreen&display=swap" rel="stylesheet"> */

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  background-color: #f8cfef;
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  margin: auto;
  list-style:upper-latin;
}

h1 {
  font-size: 2rem;
}

h2 {
  font: center;
  text-shadow: 1px 1px #00050a;
}

h3 {
  font-size: 1.2em;
  text-shadow: 1px 1px #3e75a9;
  line-height: 1.4em;

}

h5 {
  font-size: 1rem;
  color: #621091;
}

.collapsible {
  background-color: #621091;
  color: #ff9cee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1rem;
  font-family: inherit;
}

.active,
.collapsible:hover {
  background-color: #00bf66;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #ff9bfd;

}

.highlight {
  color: rgb(255, 255, 84);
  text-shadow: 1px 1px #000000;
}

.highlight2 {
  color: #e863d2;
  text-shadow: 1px 1px #000000;
  font-family: 'Silkscreen', 'Lato', sans-serif;
}

.highlight3 {
  color: #00bf66;
  text-shadow: 1px 1px #000000;
  font-family: 'Silkscreen', 'Lato', sans-serif;
}

.normal {
  line-height: 90%;
}

.normal2 {
  line-height: 60%;
  padding: 3%;
  font-size: 90%;
}

a {
  color: #621091;
  font-size: 1em;
  font-family: 'Mukta', sans-serif;
  text-decoration: underline;
  font-weight: 800;
}

.readings {
  font-family: 'Silkscreen', 'Lato', sans-serif;
  color: #5aa6f3;
  font-size: 1.4em;

}

.assignments {
  margin: 5%;
}

.p {
  font-family: 'Silkscreen', 'Lato', sans-serif;
  line-height: 1.2em;
}



.header {
  font-family: 'Silkscreen', 'Lato', sans-serif;
  background-color: #aecaf3;
  padding-left: 30px;
  padding: bottom 0;
  text-align: left;
  font-size: 1.1em;
  font-family: 'Silkscreen', sans-serif;
  text-shadow: 1px 1px #ff9bfd;
  overflow: hidden;
}

.normal {
  font-family: 'Mukata', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  color: #210919;
  font-style: normal;

}

/* style for top navigation bar */
.topnav {
  overflow: hidden;
  background-color: rgb(232, 99, 210);
  font-size: 1.3rem;

}

/* Style the top nav links */
.topnav a {
  float: left;
  display: block;
  color: #5fffb4;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  text-decoration: none;
  font-family: 'Mukta', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-shadow: 1px 1px #042516;
}

.resources {
  font-family: 'Mukta', sans-serif;
  font-weight: 400;
  kerning: 3px;
  font-size: 1em;
  line-height: 1.3em;
  padding: 30px;
  font-style: normal;
  color: #df30a5;
  text-shadow: 1px 1px #000000;
  background-color: #0a440d;
}

/* Change color on hover */
.topnav a:hover {
  background-color: rgb(255, 255, 144);
  color: #ff6666;
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  background-color: #00bf66;
}

/* Left column */
.column.side {
  width: 30%;
  padding: 20px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: left;
  font-family: 'Mukta', sans-serif;
  font-size: .9em;
  line-height: 1.2;
  background-color: #ffb05f;
  height: 900px;
  overflow: hidden;
}

/* Middle column */
.column.middle {
  width: 40%;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'Mukta', sans-serif;
  height: 900px;
  overflow: scroll;
  overflow-x: hidden;
  z-index: -1;
}

/* right column */
.column.sideb {
  width: 30%;
  object-position: center;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 40px;
  text-align: left;
  font-family: 'Mukta', sans-serif;
  background-color: rgb(255, 255, 144);
  height: 900px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {

  .column.side,
  .column.middle,
  .column.sideb,
  {
  width: 100%;
}
}

.footer.a {
  float: left;
  width: 50%;
  background-color: rgb(232, 99, 210);
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 1;
}

.footer.b {
  float: left;
  width: 50%;
  align-items: right;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgb(232, 99, 210);
}

/* Clear floats after the columns */
.footer:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {

  .footer.a,
  .footer.b,
  {
  width 100%;
}
}


/* Create 2 unequal columns that floats next to each other */

.calendar {
  float: left;
  width: 30%;
  padding-left: 20px;
  padding-right: 10px;
  font-family: 'Mukta', sans-serif;
  line-height: 1.1;
  text-justify: left;
  background-color: #00bf66;
  text-shadow: 1px 1px #f048b8;


}

.specific.assignments {
  float: right;
  width: 70%;
  font-family: 'Mukta', sans-serif;
  background-color: #362e8d;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 1.1;
  text-justify: left;
  color: #f048b8;
  text-shadow: 1px 1px #000000;

}



/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

  .calendar,
  .specific.assignments,
  {
  width: 100%;
}
}

/* Clear floats after the columns */
.assignment:after {
  content: "";
  display: table;
  clear: all;
}

.schedulefull {
  margin: 40px;
  font-family: 'Roboto';
  color: rgb(255, 255, 144);
  height: 1200px;
  font-family: 'Mukata', sans-serif;

}


.container {
  padding-right: 25px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 500;

  color: #01021c;
}

.panel {
  margin-bottom: 10px;
  background-color: rgb(232, 99, 210);
  border: 8px solid transparent;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
  padding: 10px;

}

.panel-heading {
  padding: 10px 10px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}


.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Mukata', sans-serif;
}



.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit;
  font-family: 'Silkscreen', sans-serif;
  font-weight: 800;
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 10px;
  padding-left: 10px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}


.panel-footer {
  padding: 12px 15px;

  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 8px;
  font-family: 'Silkscreen', sans-serif;
  color: #fffec5;
}

.list-group {
  padding-left: 0;
  margin-bottom: 15px;
  font-family: 'Mukata', sans-serif;
  line-height: 1em;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  font-size: 1em;
  background-color: rgb(221, 246, 249);
  border: 1px solid #ddd;
  font-family: 'Mukta', sans-serif;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: 'Mukta', sans-serif;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: 'Mukta', sans-serif;
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease
}
.wiggle{
  display: flex;
  background-image: url("images/divider_87.gif");
  background-repeat:repeat-x;
  background-size: fill;
  margin: 1px;
}

.wiggle:hover {
  animation: shake 0.8s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

