/* ********************
* 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: #DADADA;
}


.julia-box-initiator {
    border: 1px solid #F00 !important;
}

/* 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: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

.btn-big, nav.navigation ul.menu, nav.navigation ul.menu>li>a {
	-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;
}

/* ******************
// Navigation
******************* */
nav.navigation {
	height: 80px;
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 777;
}

nav.navigation a.brand {
	display: inline-block;
	float: left;
	height: 80px;
	line-height: 80px;
	padding: 0 25px 0 0;
	color: #FFF;
	text-decoration: none;
}

nav.navigation a.brand>img {
	width: 32px;
	height: 32px;
	margin-top: -4px;
}

nav.navigation ul.menu {
	list-style: none;
	float: left;
	padding-left: 0;
}

nav.navigation ul.menu>li {
	display: inline;
	float: left;
}

nav.navigation ul.menu>li>a {
	display: inline-block;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	padding: 0 20px;
	color: #FFF;
	text-decoration: none;
}

nav.navigation ul.menu>li>a:hover {
	color: #DEDEDE;
}

nav.navigation .btn-empty.menu-open,
nav.navigation .btn-empty.menu-close {
	float: right;
	padding-right: 12px;
	display: none;
}

@media (max-width: 660px) {

    body {
        padding-top: 80px;
    }

	nav.navigation ul.menu {
		position: fixed;
		width: 100%;
		left: -100%;
		top: 80px;
		bottom: 0;
		z-index: 776;
		background-color: rgba(0,0,0,1);
        margin-bottom: 0;
	}

	nav.navigation ul.menu.on {
		left: 0;
	}

	nav.navigation ul.menu>li {
		float: none;
	}

	nav.navigation ul.menu>li>a {
		display: block;
		height: 60px;
		line-height: 60px;
	}

	nav.navigation .btn-empty.menu-open {
		display: inline-block;
	}

	#main-menu:target ul.menu {
		left: 0;
	}

	#main-menu:target ~ section.main {

	}

	#main-menu:target .btn-empty.menu-open {
		display: none;
	}

	#main-menu:target .btn-empty.menu-close {
		display: inline-block;
	}

}


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

.slide-01 {
	background-color: #333;
}

.slide-02 {
	/*background-color: #007A5C;*/
}

.slide-03 {
    color: #212121;
    background-color: #EEE;
}

.slide-03 h2, .slide-03 p {
    color: #212121;
}

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

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

tbody>tr>td:nth-of-type(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 #FFF;
	background-color: transparent;
	color: #FFF;
	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 {
	background-color: #FFF;
	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;
}
