/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  background-color: #0c121a;
  text-align: center;
  color: #8d9db2;
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 300;
}
strong,
b {
  font-weight: 400;
  color: #af0e47;
}
label {
  color: #8d9db2;
  font-weight: 300;
}
h2 {
  font-weight: 400;
  font-size: 120%;
}
blockquote {
  border-left: 1px solid #20395f;
  font-size: 16px;
}
a {
  color: #af0e47;
  text-decoration: underline;
}
button:focus {
  outline: none;
}
.text-container {
  width: 500px;
  margin-top: 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.text-head {
  font-size: 20px;
  font-weight: 300;
  color: #cad1db;
}
.slider-track {
  border-radius: 0;
}
.slider-selection,
.slider-track {
  background: #20395f;
}
.slider-horizontal .slider-track {
  height: 2px !important;
  margin-top: 0px !important;
}
.slider-handle {
  margin-top: -9px !important;
  background: #20395f;
  border: 0;
  box-shadow: none;
}
.slider-handle:hover {
  background-color: #2d5085;
}
.digit {
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
  margin: 2px;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #20395f;
  border: none;
  color: #8d9db2;
}
.digit:hover {
  background-color: #2d5085;
  color: #abb7c7;
}
.digit.selected {
  background-color: #3a67ab;
  color: #cad1db;
}
#timing-container {
  text-align: left;
}
#timing-container label {
  margin-left: 5px;
  margin-top: 10px;
}
#parameters-container label {
  width: 60px;
  text-align: right;
  margin-right: 10px;
}
#parameters-container .slider {
  width: 300px;
}
#parameters-container {
  margin-top: 30px;
  display: inline-block;
}
#controls {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
#visualization {
  margin-top: 10px;
}
#heart-container {
  display: inline-block;
  width: 350px;
  height: 320px;
}
#heart-transform {
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
  display: inline-block;
}
#heart-transform:hover {
  cursor: pointer;
  transform: scale(1.03);
}
#heart {
  position: relative;
}
/*
#heart path {
  .transition(0.2s);
  fill: red !important;
}

#heart:hover path {
  fill: blue !important;
  cursor: pointer;
}
*/
