html body {
  height: 100%;
}

.row {
  margin: 0!important;
}

h1 {
  font-family: "HankenGrotesk-Medium", sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  color: #0C4A00;
}
h2 {
  font-family: "HankenGrotesk-Medium", sans-serif;
  font-size: 20pt;
  text-align: center;
  color: white;
}

h3 {
  font-family: "HankenGrotesk-Medium", sans-serif;
  font-size: 14pt;
  color: #1CAD00;
  margin: 0;
}


p {
  font-family: "Anonymous Pro", monospace;
  font-size: 16pt;
  text-align: center;
  margin: 0;
}

.text {
  padding: 0 25vw;
}

.downloads p {
  color: white;
  font-size: 14pt;
}

.pastSessions p {
  font-size: 14pt;
}

.session p {
  font-size: 14pt;
  text-align: left;
}

.logo {
  margin-left: 20vw;
  height: 15vh;
  padding: 2vh;
}

.col-lg-8 {
  height: inherit;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding-right: 20vw;
}

.nav-pills>li.nav-item {
  padding: 5px;
}
.nav-pills>li.nav-item>a{
  color: #0C4A00;
}
.nav-pills>li.nav-item>a.active {
  background-color: green;
}
.nav-pills>li.nav-item>a:hover {
  background-color: #0C4A00;
  color: white;

}
.nav-pills>li.nav-item>a {
  font-size: 1rem;
}

.line {
  height:5px;
  width: 100%;
  background-color:green;
}

.downloads {
  width: 100%;
  padding: 5vh 0;
  background-color: #0C4A00;
}

.downloads img {
  border-radius: 5px;
  padding: 1rem;
}

.buttonContainer {
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: center;
}
.button {
  padding: 1rem;
  text-align: center;
  display: table;
  border: none;
  color: #0C4A00 !important;
  background-color: white;
  border-radius: 5px;
  font-size: 2em;
  height: auto;
}

.button:hover {
  background-color: #CCCCCC !important;
  text-decoration: none !important;
}

.pastSessions .button:hover {
  background-color: #106000 !important;
}


.pastSessions h2 {
  color: black;
}

.pastSessions {
  padding: 5vh 0;
}

.pastSessions img {
  padding: 1rem 0;
}

@media only screen and (max-width:600px) {
  .pastSessions img {
    width: 80vw !important;
  }
}

.pastSessions .button {
  background-color: #0C4A00;
  color: white !important;
  opacity: 80%;
}

.intro {
  padding: 6vh 25vw;
}
.foot {
  padding: 5vh 25vw;
  width: 100%;
  display: flex;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}

ul {
  text-align: center;
  list-style: none;
  font-size: 16pt;
}

li a {
  color: #0C4A00;
}

.switchboard {
  height: inherit;
  display: flex;
  justify-content: center;
  padding: 2vh 0;
  padding-bottom: 7vh;
}

@keyframes size {
  from {transform: scale(1);} to {transform: scale(1.2);}
}

@keyframes reverseSize {
  from {transform: scale(1.2);} to {transform: scale(1);}
}

.column a {
  height: 13vw;
  width: 13vw;
  border-radius: 5px;
  color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: "HankenGrotesk-Medium", sans-serif;
  font-size: 1.5vw;
  padding: 1vw;
  animation-name: reverseSize;
  animation-duration: 0.5s;
  }

.column a:hover {
  animation-name: size;
  animation-duration: 0.5s;
  text-decoration: none;
  opacity: 0.8;
  transform: scale(1.2);
}

.column {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 10vw;
  padding: 0 0.5vw;
}

.sessionContainer {
  height: inherit;
  justify-content: center;
  padding: 0 15vw;
  display: inline-flex;
  flex-wrap: wrap;
}

.session .button {
  background-color: #1CAD00;
  color: white !important;
  opacity: 0.6;
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 14pt;
}
