/*@import url(../../lib/font/source-sans-pro/source-sans-pro.css);*/
.reveal em,
.reveal q {
	font-style: italic
}

section.has-dark-background,
section.has-dark-background h1,
section.has-dark-background h2,
section.has-dark-background h3,
section.has-dark-background h4,
section.has-dark-background h5,
section.has-dark-background h6 {
	color: #fff
}

body {
    background-image: linear-gradient(#009BDB, #33bef0);
    text-shadow: 1px 1px 1px #999;
}

.reveal {
    background-image: url('https://dops.no/images/devops-slogan-wh.svg');
    background-repeat:no-repeat;
    background-position: 3% 97%;
    background-size: 15%;
    
    
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 38px;
	font-weight: 400;
	color: #fff
}

::selection {
	color: #fff;
	background: #98bdef;
	/*text-shadow: none*/
}

.reveal .slides>section,
.reveal .slides>section>section {
	line-height: 1.3;
	font-weight: inherit
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	margin: 0 0 20px;
	color: #fff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: uppercase;
	/*text-shadow: none;*/
	word-wrap: break-word
}

.reveal code,
.reveal pre {
	font-family: monospace
}

.reveal b,
.reveal dt,
.reveal strong,
.reveal table th {
	font-weight: 700
}

.reveal h1 {
	font-size: 2.5em;
	/*text-shadow: none*/
}

.reveal h2 {
	font-size: 1.6em
}

.reveal h3 {
	font-size: 1.3em
}

.reveal h4 {
	font-size: 1em
}

.reveal p {
	margin: 20px 0;
	line-height: 1.3
}

.reveal iframe,
.reveal img,
.reveal video {
	max-width: 95%;
	max-height: 95%
}

.reveal dl,
.reveal ol,
.reveal ul {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 1em
}

.reveal ol {
	list-style-type: decimal
}

.reveal ul {
	list-style-type: disc
}

.reveal ul ul {
	list-style-type: square
}

.reveal ul ul ul {
	list-style-type: circle
}

.reveal ol ol,
.reveal ol ul,
.reveal ul ol,
.reveal ul ul {
	display: block;
	margin-left: 40px
}

.reveal dd {
	margin-left: 40px
}

.reveal blockquote,
.reveal pre {
	position: relative;
	margin: 20px auto
}

.reveal blockquote,
.reveal q {
	quotes: none
}

.reveal blockquote {
	display: block;
	width: 70%;
	padding: 5px;
	font-style: italic;
	background: rgba(255, 255, 255, .05);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
	display: inline-block
}

.reveal pre {
	display: block;
	width: 90%;
	text-align: left;
	font-size: .55em;
	line-height: 1.2em;
	word-wrap: break-word;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

.reveal pre code {
	display: block;
	padding: 5px;
	overflow: auto;
	max-height: 400px;
	word-wrap: normal
}

.reveal table {
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0
}

.reveal table td,
.reveal table th {
	text-align: left;
	padding: .2em .5em;
	border-bottom: 1px solid
}

.reveal table td[align=center],
.reveal table th[align=center] {
	text-align: center
}

.reveal table td[align=right],
.reveal table th[align=right] {
	text-align: right
}

.reveal table tr:last-child td {
	border-bottom: none
}

.reveal sup {
	vertical-align: super
}

.reveal sub {
	vertical-align: sub
}

.reveal small,
.reveal small * {
	vertical-align: top
}

.reveal small {
	display: inline-block;
	font-size: .6em;
	line-height: 1.2em
}

.reveal a {
	color: #2a76dd;
	text-decoration: none;
	-webkit-transition: color .15s ease;
	-moz-transition: color .15s ease;
	transition: color .15s ease
}

.reveal a:hover {
	color: #6ca0e8;
	text-shadow: none;
	border: none
}

.reveal .roll span:after {
	color: #fff;
	background: #1a53a1
}

.reveal section img {
	margin: 15px 0;
	background: rgba(255, 255, 255, .12);
	border: 4px solid #222;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.reveal section img.plain {
	border: 0;
	box-shadow: none
}

.reveal a img {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear
}

.reveal a:hover img {
	background: rgba(255, 255, 255, .2);
	border-color: #2a76dd;
	box-shadow: 0 0 20px rgba(0, 0, 0, .55)
}

.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
	border-right-color: #2a76dd
}

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
	border-left-color: #2a76dd
}

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
	border-bottom-color: #2a76dd
}

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
	border-top-color: #2a76dd
}

.reveal .controls .navigate-left.enabled:hover {
	border-right-color: #6ca0e8
}

.reveal .controls .navigate-right.enabled:hover {
	border-left-color: #6ca0e8
}

.reveal .controls .navigate-up.enabled:hover {
	border-bottom-color: #6ca0e8
}

.reveal .controls .navigate-down.enabled:hover {
	border-top-color: #6ca0e8
}

.reveal .progress {
	background: rgba(0, 0, 0, .2)
}

.reveal .progress span {
	background: #2a76dd;
	-webkit-transition: width .8s cubic-bezier(.26, .86, .44, .985);
	-moz-transition: width .8s cubic-bezier(.26, .86, .44, .985);
	transition: width .8s cubic-bezier(.26, .86, .44, .985)
}