h1, h2, h3, h4, h5, h6, p, div {
  font-family: 'Open Sans', sans-serif; }

body {
  padding-top: 50px;
  background: #BFBFD1; }

* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px; }

.form-group {
  margin-bottom: 0;
  margin-top: 0; }

.a {
  cursor: pointer;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #f76a15;
  color: #faf808;
  position: absolute;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out, border-radius 0.5s ease-in-out, width 0.5s ease-in-out, max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out;
  z-index: 10;
  padding-top: 60px; }
  .a p {
    text-align: center; }
  .a.active {
    background-color: purple;
    display: block;
    width: 300px;
    border-radius: 0;
    z-index: 15;
    overflow: auto;
    padding-top: 10px; }

.b {
  cursor: pointer;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #f76a15;
  color: #faf808;
  position: absolute;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out, border-radius 0.5s ease-in-out, width 0.5s ease-in-out, max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out;
  z-index: 10;
  padding-top: 60px; }
  .b p {
    text-align: center; }
  .b.active {
    background-color: purple;
    display: block;
    width: 300px;
    border-radius: 0;
    z-index: 15;
    overflow: auto;
    padding-top: 10px; }

.c {
  cursor: pointer;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background-color: #f76a15;
  color: #faf808;
  position: absolute;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out, border-radius 0.5s ease-in-out, width 0.5s ease-in-out, max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out;
  z-index: 10;
  padding-top: 60px; }
  .c p {
    text-align: center; }
  .c.active {
    background-color: purple;
    display: block;
    width: 300px;
    border-radius: 0;
    z-index: 15;
    overflow: auto;
    padding-top: 10px; }

.ball-row {
  height: 400px;
  margin: 0 auto; }

#svglogo {
  float: left;
  display: inline;
  position: relative;
  width: 100%; }

#ternionlogo {
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  -webkit-animation: spin 20s linear infinite;
  -moz-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
