/* ********************
* Page styles
******************** */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


::-moz-selection {
    color: #FFF;
    background: #C5CAE9;
}

::selection {
    color: #FFF;
    background: #C5CAE9;
}


html, body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
	font-size: 16px;
	font-family: 'LatoWeb', sans-serif;
	color: #777;
    background-color: #111;
}

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}


/* Palette generated by Material Palette - materialpalette.com/indigo/teal */

.dark-primary-color    { background: #303F9F; }
.default-primary-color { background: #3F51B5; }
.light-primary-color   { background: #C5CAE9; }
.text-primary-color    { color: #FFFFFF; }
.accent-color          { background: #009688; }
.primary-text-color    { color: #212121; }
.secondary-text-color  { color: #757575; }
.divider-color         { border-color: #BDBDBD; }


body {
	/*
	background: url(../img/jbg.jpg) transparent no-repeat left top;
	background-size: cover;
	background-attachment: fixed;
	*/
}

h1, h2, h3 {
	font-family: 'LatoWebLight', sans-serif;
    color: #FFF;
}

h1{
	font-size: 30px;
    padding: 10px 0 20px 0;
}

h1 .label {
    font-size: 14px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 18px;
}

a, button, h1, h2, ul, pre {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

a, button {
	outline: none !important;
	text-decoration: none;
}


/* ******************
// Content
******************* */
.slide-layer {
	z-index: 0;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding-bottom: 50px;
}

.info {
	padding: 100px 0 20px 0;
	overflow-x: hidden;
}

p {
	font-size: 20px;
	padding: 15px 0;
}

table {
    color: #111;
}

table button.julia-btn,
table button.warp-btn {
    background: black;
    border: 0;
    outline: 0;
    font-size: 12px;
    min-width: 24px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    position: relative;
    color: #FFF;
}

table button.julia-btn.julia-mark-out > i.julia-icon,
button.julia-btn.julia-clear-out > i.julia-icon,
table button.warp-btn.warp-mark-out > i.warp-icon,
button.warp-btn.warp-clear-out > i.warp-icon {
    display: inline-block;
    -ms-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

button.julia-clear-in i.julia-icon-mini,
button.warp-clear-in i.warp-icon-mini {
    position: absolute;
    right: 7px;
    top: 0;
    color: #000;
    font-size: 10px;
}

button.julia-clear-out i.julia-icon-mini,
button.warp-clear-out i.warp-icon-mini {
    position: absolute;
    left: 7px;
    top: 0;
    color: #000;
    font-size: 10px;
}

.guide-container {
    background-color: #EEE;
    color: #111;
}

.guide-container h2 {
    color: #111;
}

.guide tr>th:nth-child(1), .guide tr>td:nth-child(1){
    white-space: nowrap;
}

.guide tr>th:nth-child(2), .guide tr>td:nth-child(2){
    white-space: nowrap;
}


/* ******************
// Code highlighter
******************* */
pre {
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
    max-height: 270px;
    overflow-y: hidden;
    -webkit-transition: max-height 200ms linear;
    -moz-transition: max-height 200ms linear;
    -ms-transition: max-height 200ms linear;
    -o-transition: max-height 200ms linear;
    transition: max-height 200ms linear;
}

pre:hover, pre:focus {
    max-height: 600px;
    -webkit-transition: max-height 200ms linear;
    -moz-transition: max-height 200ms linear;
    -ms-transition: max-height 200ms linear;
    -o-transition: max-height 200ms linear;
    transition: max-height 200ms linear;
}

code {
    min-height: 250px;
}

/* ******************
// Buttons
******************* */
.btn-big {
	border: 4px solid #DADADA;
	background-color: transparent;
	color: #DADADA;
	font-size: 30px;
	padding: 12px 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.btn-big:hover, .btn-big:active, .btn-big:focus {
	border: 4px solid #DDD;
	background-color: #DDD;
	color: #222;
	text-decoration: none;
}

.btn-empty {
	border: 0;
	color: #DADADA;
	line-height: 80px;
	font-size: 32px;
	background-color: transparent;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.btn-empty:hover {
	color: #C5CAE9;
}
