.white_text, .left_aligned_text, .category, .title, .title2, .subtitle, .external_link {
  color: #E8E8E8;
  font-family: "Segoe UI", sans-serif; }

.left_aligned_text {
  margin-left: 0;
  font-size: 20pt;
  text-align: left; }

.category {
  margin-left: 0;
  font-size: 25pt;
  text-align: left; }

.title {
  text-align: center;
  font-size: 7vh;
  margin: 17vh 0 0 0; }

.title2 {
  text-align: center;
  font-size: 30pt;
  margin: 10px; }

.subtitle {
  text-align: center;
  font-size: 3vh;
  margin: 1vh 0 0 0; }

.shortDesc {
  color: #BEBEBE;
  text-align: center;
  font-size: 1.8vh;
  font-style: italic;
  font-family: "Segoe UI", sans-serif; }

.external_link {
  display: inline-block;
  transition: all 0.5s ease;
  font-size: 2vh;
  margin: 1vh;
  text-decoration: none; }

.external_link:hover {
  color: #F32A18; }

.page {
  display: table;
  margin: auto;
  text-align: center; }

.centered_container {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: auto; }

.text_container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 500px;
  padding: 0 5%;
  text-align: center; }

.big_margin {
  margin: 30px; }

.vertical_margin {
  margin: 20px 0; }

#links {
  margin-top: 10vh; }

.red_dot {
  display: inline-block;
  color: #F32A18;
  text-decoration: none;
  font-size: 2.22vh;
  cursor: default; }

#red_dash_svg {
  position: absolute;
  z-index: -1; }

#red_dash_path {
  stroke-dasharray: 300, 1170;
  stroke-dashoffset: 300px; }

/*is 0 at page load */
/*animation: dash 5s ease-out both */
.curved_list {
  float: left;
  display: table-cell;
  background: url("../assets/nexus7_frame.png") no-repeat center center;
  background-size: contain; }

.expandable_cell {
  position: absolute;
  cursor: pointer; }

.expandable_cell_preview {
  position: absolute;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center; }

@keyframes bounce {
  0%, 100% {
    transform: translate(3px, -3px); }
  50% {
    transform: translate(-3px, 3px); } }
.floating {
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a; }

.img-container:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.img-container img {
  vertical-align: middle;
  display: inline-block; }

.emptyCellText {
  font-size: 250%;
  font-family: "Jura", sans-serif; }

.emptyCellTextSmall {
  color: #E8E8E8;
  font-size: 150%;
  font-family: "Jura", sans-serif; }

@keyframes rotation {
  100% {
    transform: rotate(360deg); } }
.gear {
  background: url("../icons/settings.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 40px;
  animation-name: rotation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.pager {
  width: 40px;
  height: auto;
  top: 50%;
  transform: translate(0%, -50%);
  position: fixed;
  float: right;
  right: 0;
  z-index: 1; }

.page_indicator {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px;
  background: #E8E8E8;
  border: none;
  border-radius: 50%;
  cursor: pointer; }

body {
  /*background: #222222 url("assets/patterns/classy-fabric.png") repeat */
  margin: 0;
  background-color: #202835;
  overflow: hidden; }

#content_div {
  opacity: 0; }

.chart {
  border: 1px solid #E8E8E8; }

.button {
  background-color: transparent;
  /* Green */
  display: block;
  border: 1px solid #E8E8E8;
  border-radius: 5%;
  color: #E8E8E8;
  width: 100px;
  height: 40px;
  margin: 10px auto;
  text-decoration: none;
  cursor: pointer; }

.button:hover {
  background-color: #004a76;
  transition: all 0.5s ease; }

.circularTable {
  display: table;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0; }

.circularCell {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0; }

.circularCanvas {
  display: block;
  padding: 0;
  margin: 0;
  border-spacing: 0; }

.circularLabel {
  margin: auto;
  font-size: 175%;
  font-family: "Jura", sans-serif;
  color: #FFD034; }

.placeholderCell:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.violet {
  background: #443266 url("../assets/patterns/cross-stripes.png") repeat; }

.gray {
  background: #C3C3E5 url("../assets/patterns/brushed-alum-dark.png") repeat; }

.purple {
  background: #8C489F url("../assets/patterns/gradient-squares.png") repeat; }

.orange {
  background: #FF9900 url("../assets/patterns/carbon-fibre-v2.png") repeat; }

.darkBlue {
  background: #3366CC url("../assets/patterns/classy-fabric.png") repeat; }

.blue {
  background: #6599FF url("../assets/patterns/black-linen-2.png") repeat; }

.b1 {
  color: white;
  background: #01243B url("../assets/patterns/black-linen-2.png") repeat; }

.b2 {
  color: white;
  background: #336699 url("../assets/patterns/black-linen-2.png") repeat; }

.b3 {
  color: white;
  background: #5288DB url("../assets/patterns/black-linen-2.png") repeat; }

.o1 {
  color: white;
  background: #BF381A url("../assets/patterns/black-linen-2.png") repeat; }

.o2 {
  color: white;
  background: #CC6633 url("../assets/patterns/black-linen-2.png") repeat; }

.o3 {
  color: white;
  background: #FF9900 url("../assets/patterns/black-linen-2.png") repeat; }

.g1 {
  color: white;
  background: #336633 url("../assets/patterns/black-linen-2.png") repeat; }

.g2 {
  color: white;
  background: #669933 url("../assets/patterns/black-linen-2.png") repeat; }

.g3 {
  color: white;
  background: #66CC35 url("../assets/patterns/black-linen-2.png") repeat; }

.linkGridCell {
  z-index: 1;
  position: relative;
  display: table-cell;
  font-size: 30pt;
  font-family: "Jura", sans-serif;
  transition: all 1s ease;
  color: #007cc5;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0; }

.drizzle {
  font-size: 200%;
  opacity: 0;
  background: white url("../icons/placeholders/Wet-96.png") no-repeat center; }

.drizzle:hover {
  opacity: 1;
  background: white url("../icons/placeholders/Wet-96.png") no-repeat bottom; }

.droplet {
  position: absolute;
  font-size: 15pt;
  font-family: "Jura", sans-serif;
  color: white; }

/*# sourceMappingURL=style.css.map */
