body,
html {
 color:#333;
 font-size: 16px;
}
.siteWrapper {
 position:relative;
 width:100%;
 overflow:hidden
}

.innerPadding {
 padding:2rem
}

header {
 max-width:100%;
 width:100%;
 position: fixed;
 height:3rem;
 background-color:#fff;
 border-bottom:1px solid #ddd;
 overflow:hidden;
 z-index:9999;
 line-height:3rem
}
header .innerPadding {
 padding:0 2rem
}
header .logoHeader {
 text-align:center;
 line-height:3rem
}
header .logoHeader img {
  height: 2rem;
  width: auto;
  left: 0;
  top: -.25rem;
  padding-bottom: 0;
  position: relative;
  margin-right: .25rem;
}
header .logoHeader .title {
 color:#565656;
 font-weight:800;
 font-size:1.5rem
}

@media screen and (min-width: 768px) {
	.exampleVideo {
		position: fixed;
		height: calc(100vh - 3rem);
		width: 50%;
		left: 0;
		top: 3rem;
	}
}

.myVideo {
	position: relative;
	margin: 4rem 2rem;
}

.exampleVideoPage {
	position: relative;
	width: 80%;
	max-width: 50rem;
	margin: auto;
	padding-top: 6rem;
}

.exampleVideoPage .myVideo, .videoModalHolder .myVideo {
	margin: 0;
}

.documentation {
	padding-top: 3rem;
	background: #f4f8f9;
	min-height: calc(100vh - 3rem);
}

.centerText {
	text-align: center;
}

.block {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.titleBlock {
	position: relative;
	margin: 2rem 0 4rem;
}

.titleBlock h1{
	font-weight: 700;
}

.titleBlock h5 {
	font-weight: 400;
	color:#676767;
}

.blockHeadline {
	color:#676767;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -1px;	
	margin-bottom: 2rem;	
}

pre {
	overflow-y: hidden;
	margin-bottom: 0rem;
}

code {
	color: #333;
	background: #ddd;
	padding: .25rem .5rem;
}

pre code {
	display:block;
	padding: 2rem;
	line-height: 1.4;
	overflow-x: scroll;
}

p i {
	font-style: normal;
	font-weight: 300;
	background: #eee;
	padding: .25rem .5rem;
}

.optionBlock {
	position: relative;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

.optionBlock code {
	border-radius: .25rem;
}

.optionBlock code.default {
	color:#006697;
}

.hint {
	position: relative;
	padding-left: 1.5rem;
}

.hint::before {
	position: absolute;
	content: '';
	width: 1rem;
	height: 100%;
	left: 0rem;
	top: 0;
	background-color:#006697;
}