a, ul, h2, span {
  font-family: "Work Sans", Arial, sans-serif;
  color: #fff;
}

body * {
  transition: 0.5s;
}

span {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 50px
}

small {
  font-size: 85%;
}

a {
  color: #ffab00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

a:hover, a:active, a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  border-bottom: 2px solid white;
}

ul {
  -webkit-padding-start: unset;
  margin: 5px;
}

.license-octicon {
  color: rgba(255, 255, 255, 0.2);
  vertical-align: text-bottom;
  height: 14.5px;
  width: 14.5px;
  position: relative;
  bottom: 2px;
}

path {
  fill: rgba(255, 255, 255, 0.2);
}

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  background: #222222;
  font-weight: 300;
  color: #222;
  text-align: -webkit-center;
}

h1 {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 2.9em;
  line-height: 80px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #fff;
  transition: 0.5s;
  text-align: center;
}

.top-section {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.center {
  margin:0 auto;
}

.empty {
  display: block;
  content: '';
}

.controls-container {
  text-align: center;
  flex: 0;
  width: 100%;
}

#top {
  display: inline-flex;
}

#bottom {
  margin: auto;
  display: block;
}

.controls-container ul {
  display: flex;
  justify-content: space-evenly;
}

#canvas-container {
  display: block;
}

.left-side {
  float: left;
  min-width: 350px;
}

/* .left-side > * {
  padding-right: 40px;
  padding-left: 40px;
} */

.right-side {
  float: right;
  min-width: 350px;
}

.right-side > * {
  padding-right: 50px;
  padding-left: 50px;
}

#img-container img {
  margin: auto;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

p {
  color: rgba(255, 255, 255, 0.2);
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

strong {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

#description {
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

button {
  width: 8vw;
  height: 4vh;
  min-height: 20px;
  min-width: 110px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1.42857;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:hover {
  background: #fff;
  color: #000;
}

button:active {
  background: #fff;
  color: #000;
}

button[enabled='true'] {
  background: #fff;
  color: #000;
}

button[enabled='true']:disabled {
  background: #888;
  border-color: #888;
}

button[enabled='true']:disabled:hover  {
  background: #888;
  border-color: #888;
}

button:disabled {
  color: #000;
  border-color: #000;
  cursor: unset;
}

button:disabled:hover {
  background: transparent;
  color: #000;
}

canvas {
  height: 60vh;
}

img {
  height: 15vh;
  width: 15vh;
  display: none;
}

img[chosen='1'] {
  display: block;
}

header {
  position: absolute;
  height:100px;
  top:0;
  left:0;
  right:0;
  overflow:hidden;
  width: 100%;
}

footer {
  background: #222222;
  position: absolute;
  bottom: 0px;
  height: 105px
  left: 0px;
  right: 0px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.2);
  line-height: 10px;
  width: 100%
}

.footer-p {
  margin: 0;
}

@media (min-width: 992px)
.container {
    width: 970px;
}

@media (min-width: 768px)
.container {
    width: 750px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.dyh-social {
  padding: 0;
  margin: 0;
}
.dyh-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dyh-social li a {
  padding: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.dyh-social li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.dyh-social.dyh-stack li {
  display: block;
}
.dyh-social.dyh-stack li a {
  display: block;
  padding: 5px 10px;
  border-bottom: none;
}
.dyh-social.dyh-stack li i {
  width: 24px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

.text-center {
  text-align: center;
}

#main-section {
  position:absolute;
  display: inline-flex;
  top: 100px;
  bottom: 105px;
  left:0px;
  right:0px;
  overflow:auto;
  align-items: center;
}

#main-section:before {
  position: absolute;
  top:100px;
  bottom:125px;
  left:0px;
  right:0px;
  overflow:auto;
}

header:after {
  content: "";
  position: absolute;
  top:99px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  transform: skewY(0deg);
}

footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  -webkit-transform: skewY(0deg);
  -moz-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  -o-transform: skewY(0deg);
  transform: skewY(0deg);
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
  header {
    height:75px;
  }
  header:after {
    top:74px;
  }
  button {
    font-size: 9px;
  }
  span {
    font-size: 20px;
    line-height: 30px;
  }
  #main-section {
    top:75px;
    bottom: 105px;
  }
  .right-side > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 23px;
  }
  #description {
    font-size: 12px;
  }
}

@media screen and (max-height: 768px) {
  h1 {
    font-size: 2em;
  }
  header {
    height:75px;
  }
  header:after {
    top:74px;
  }
  button {
    font-size: 9px;
  }
  span {
    font-size: 20px;
    line-height: 30px;
  }
  #main-section {
    top:75px;
    bottom: 105px;
  }
  .right-side > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  h2 {
    font-size: 23px;
  }
  #description {
    font-size: 12px;
  }
}

#right-side {
  display: block;
}

.margin-zero {
  margin: 0;
}
