body {
	color: #424648;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 17px;
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli', sans-serif;
	color: #1c1d1e;
	font-weight: 700;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #424648;
	text-decoration: underline;
}

a:focus, a:hover {
	color: #424648;
	text-decoration: underline;
}

.container {
	margin-top: 40px;
	margin-bottom: 20px;
}

.row {
	padding-right: 20px;
	padding-left: 20px;
}

/* HOVER START */

.grid-hover{
  position: absolute;
  width: 360px;
  height: 100%;
  top: 0;
  background: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.grid-hover:hover{
  opacity: 0.9;
}

.grid-hover h1{
  font-size: 23px;
  bottom: 60px;
  left: 40px;
  position: absolute;
  text-transform: uppercase;
  line-height: 50px;
}

.grid-hover p{
  font-size: 16px;
  bottom: 40px;
  left: 40px;
  position: absolute;
  font-weight: 400;
  line-height: 50px;
}

/* HOVER END */

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
}

.tz-gallery .row > div {
    padding: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.home h2 {
	font-size: 36px;
	line-height: 52px;
}

.lang {
  font-family: 'Muli', sans-serif;
	color: black;
	font-weight: 900;
	padding-top: 42px;
	text-transform: uppercase;
}

.lang span {
	padding-right: 10px;
}

.lang a {
	padding-left: 10px;
	text-decoration: none;
}

.headline h1 {
  font-size: 64px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 700;
}

.role h5 {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 7px;
}

.role p {
	padding-bottom: 20px;
}

.books p {
  font-weight: 400;
	line-height: 30px;
	padding-bottom: 60px;
}

.image {
	padding-right: 20px;
	padding-left: 20px;
}

.image p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 20px;
	text-transform: uppercase;
}

.image img {
	max-width: 100%;
  max-height: 660px;
}

.back-button a {
	color: black;
	text-transform: uppercase;
}

pre.code {
    margin: 20px 0;
    /* border: 1px solid #f3f3f3; */
		border: none;
    border-radius: 2px;
    position: relative;
}

pre.code label {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #444;
    position: absolute;
    left: 1px;
    top: 16px;
    text-align: center;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

pre.code code {
    font-family: "Inconsolata","Monaco","Consolas","Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
    display: block;
    margin: 0;
    padding: 15px 16px 14px;
    overflow-x: auto;
    font-size: 13px;
    line-height: 19px;
    color: #444;
}

pre::after {
    content: "double click to selection";
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    right: 18px;
    top: 14px;
    font-size: 12px;
    color: #aaa;
    line-height: 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease;
}

pre:hover::after {
    opacity: 0;
    visibility: visible;
}

pre.code-json code {
    color: #78909c;
}

.rd {
  color: #ec4628;
}

.gr {
  color: #3e9819;
}

.or {
	color: #ef8f00;
}

/* Footer */
.copyright {
	width: 100%;
	color: #cad0d5;
  font-size: 12px;
}

.bottom {
	padding-bottom: 60px;
}

.social-footer {
	width: 100%;
  color: #686868;
  font-size: 20px;
  float: left;
}

.social-footer a {
	color: #cad0d5;
  padding: 20px;
}

a.fb-color :hover {
  color: #3B5998;
}

a.tw-color :hover {
  color: #0084b4;
}

a.in-color :hover {
  color: #fbad50;
}

a.db-color :hover {
  color: #ea4c89;
}
