body
{
  font-family: Lato, sans-serif;
  font-size: 14pt;
  font-weight: 300;
}

h1
{
	padding: 0;
	margin: 0;
	font-size: 36px !important;
        line-height: 36px;
        height: 36px;
        text-shadow: 2px 2px 6px #ccc;
}

h1.small
{
        font-size: 26px !important;
        color: #666;
        margin-top: 4px;
        margin-bottom: 40px;
	text-transform: uppercase;
        text-shadow: none
}

h1 i,
h2 i
{
	color: #7DAEC6;
        margin-right: 10px;
}

h2
{
	font-size: 20pt;
        margin-top: 60px;
        margin-bottom: 20px;
        border-bottom: dotted 1px #ccc;
        color: #444;
}

h3
{
	font-size: 16pt;
	margin-top: 30px;
}

label
{
	font-size: 11pt;
}

.png-pixel
{
  float: left;
  margin-right: 20px;
}

@keyframes blink {  
    0% { color: red; }
    100% { color: black; }
}

.red {
    animation-name: blink;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
} 

.code
{
  font-family: Inconsolata,monospace;
  font-weight: 300;
}

.container
{
   max-width: 900px !important;
}

.jumbotron
{
  margin-bottom: 0;
  padding-bottom: 24px;
}

#color
{
  position: relative;
}

.transparent
{
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  bottom: 4px;
  right: 4px;
  padding: 2px 10px;
  background-color: rgba(240,240,240,.6);
  text-align: center;
}

.navbar
{
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
}

.jumbotron
{
	background: linear-gradient(to bottom, #feffff 0%,#d2ebf9 100%);
	border-bottom: solid 1px #ccc;
	box-shadow: 0px 0px 20px #ccc;
}

.box
{
	border-radius: 4px;
	padding: 8px 15px;
	border: solid 1px #aaa;
}

.bg-info strong
{
	color: #086796;
}

.bg-success strong
{
	color: #8a6d3b;
}

#disqus_thread
{
	margin-top: 60px;
}

#preview
{
	height: 180px;
	width: 180px;
	box-shadow: 0px 0px 10px #666;
	background: url('/opaque.png');
	border: solid 1px white;
	margin-bottom: 20px;
}

#preview>div
{
	height: 100%;
	width: 100%;
	padding: 4px;
}

#preview a
{
	padding: 2px 6px;
	border-radius: 3px;
	color: black;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4PxMAApoBmTi3amgAAAAASUVORK5CYII=);
        border: solid 1px #aaa;
}

#preview a:hover
{
	background-color: white;
	text-decoration: none;
}

.base64, .box
{
  word-break: break-all;
}

.margin-top-50
{
  margin-top: 50px;
}

.presets
{
  font-size: 11pt;
  text-align: right;
  margin-top: 20px;
}

.preset>span
{
  display: inline-block;
  border: solid 1px #666;
  width: 12px;
  height: 12px;
  margin-left: 40px;
  margin-right: 10px;
  border-radius: 2px;
}

.preset:hover
{
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.preset_transparent>span
{
  background: none
}

.preset_black>span
{
  background: black;
}

.preset_white>span
{
  background: white;
}

.meshspin-wrapper {
  display: none;
}
@media screen and (min-width: 1400px) {
  .meshspin-wrapper
  {
    display: block;
    position: fixed;
    top: 100px;
    right: 3%;
    width: 240px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-size: 120%;
  }
  
  #meshspin,
  #meshspin>svg
  {
    height: 200px;
    width: 200px;
    display: inline-block;
  }
}
