* {box-sizing: border-box;}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.left {
  width: 70%;
}

.right {
  width: 30%;
}

@media screen and (max-width: 983px) {
.column {
  width: 100%;
 }
}

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

h3 {color: #1a1a1a;margin-top: 10px;}

h2::after {
  background: linear-gradient(to right, #ffc820 0px, #ffc820 10px, #005837 10px, #005837 80px);
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px 0 20px 0;
  width: 80px;
}

body {
  background-image: url("https://static.bearsandpandas.ca/custompages/cross-scratches.png");
  background-repeat: repeat;
  background-color: #eeef0;
}

.carousel-bottom {
  background: linear-gradient(to right, #1a1a1a 0px, #ffc820 30px, #005837 30px, #005837 100px);
  display: block;
  content: "";
  height: 5px;
  margin: 0;
  width: 100%;
}

.form-list {
  background-color: #eeeef0;
  border: 1px solid #dfdfe1;
  padding: 10px;
}

.hero {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .1s, visibility .1s ease-in;
}

.hero img {
  display: inline-block;
  transition: all .5s;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.hero img:hover {
  transform: scale(1.15);
}

ul.forms {list-style-type: none; background: #fdfdff; margin: 0 0 15px 0 !important; padding: 0 !important;}
ul.forms li:not(:first-child) {border-top: 0;}
ul.forms li {padding: 7.5px 7.5px 7.5px 10.5px; border: 1px solid #dfdfe1; color: #1a1a1a;}
ul.forms a {text-decoration: none !important; color: #1a1a1a; transition-duration: .25s;}
ul.forms a:hover {padding-left: 7.5px; filter: brightness(1.75);}

.fa-clipboard-list-check {font-size: 14px; margin-right: 7.5px; vertical-align: 1px;}

table.staff tr td p {color: #1a1a1a; padding-left: 12.5px; transition-duration: .25s;}
table.staff tr td p:hover {padding-left: 20px;}
table.staff a {color: #1a1a1a !important; text-decoration: none !important;}

.mug {
  border: 3px solid #005837;
  max-width: 100px;
  margin: 0 auto 0 auto;
  transition-duration: .25s;
}

.mug:hover {
  border: 5px solid #ffc820;
}@charset "UTF-8";
/* CSS Document */

