/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: 'UnB Office';
  font-style: normal;
  font-weight: normal;
  src: local('UnB Office'), url('font/unb-office_regular.woff') format('woff');
}

@font-face {
  font-family: 'UnB Office Italic';
  font-style: italic;
  font-weight: normal;
  src: local('UnB Office Italic'), url('font/unb-office_italic.woff') format('woff');
}

@font-face {
  font-family: 'UnB Office';
  font-style: normal;
  font-weight: bold;
  src: local('UnB Office Bold'), url('font/unb-office_bold.woff') format('woff');
}

@font-face {
  font-family: 'UnB Office';
  font-style: italic;
  font-weight: bold;
  src: local('UnB Office Bold Italic'), url('font/unb-office_bold-italic.woff') format('woff');
}

#timeline-embed {
  width: calc(100vw - 20em);
  height: calc(90vh);
}
body {
  margin: 0;
  font-family: 'UnB Office', sans-serif;
  background-color: white;
}

nav {
  width: 100%;
  background: white;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 5;
}

nav > div {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto;
  height: 80px;
}

nav #logo {
  font-size: calc(100% + 0.7vw);
  color: black;
  text-align: center;
  margin-right: 56px;
}

#support {
  background-color: #1300eb !important;
  padding: 8px 18px;
  border-radius: 15px;
  margin: 0;
  color: white !important;
  font-weight: bold;
}

nav div a {
  font-family: 'UnB Office', sans-serif;
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-right: 30px;
}

button {
  font-family: 'UnB Office', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  background: white;
  border: 1px solid transparent;
  width: max-content;
  outline: none;
}

button:hover {
  cursor: pointer;
}

main {
  display: flex;
  flex-direction: row;
}

aside {
  padding-left: 30px;
  padding-right: 35px;
}

aside > div {
  display: flex;
  flex-direction: column;
  text-align: left;
}

h3 {
  font-family: UnB Office;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
}

.tl-slidenav-next {
  top: 50% !important;
  margin-right: 2rem;
}

.tl-slidenav-previous {
  top: 50% !important;
  margin-left: 2rem;
}

.tl-slidenav-icon {
  margin-right: 2rem;
  margin-left: 2rem;
}

.tl-media-image {
  max-height: 40vh !important;
}

.tl-timemarker-text {
  padding-left: 0.3rem;
}

.tl-timemarker-content-container {
  border: 1px solid #818181 !important;
  background-color: white !important;
}

.tl-timemarker-text .tl-headline {
  color: #818181 !important;
}

.tl-timemarker-content-container:hover .tl-headline {
  color: black !important;
}

.tl-timemarker-active .tl-headline {
  border-color: black !important;
  color: black !important;
}

.tl-menubar {
  border-right: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
  border-top: #bfbfbf 1px solid;
}
