h1 { text-align: center;}


.codey {
  position: relative;
  text-align: center;
}

body {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1263878/cubes.png),linear-gradient(to right, #23b5b0, #41bbfc, #3a6beb, #d34fc7);
}
.img-bubble {
   position: relative;
   background: #ffffff;
 	 height: 550px;
   border-radius: .4em;
 	 text-align: center;
    padding: 30px;
}

.speech-bubble {
	position: relative;
	background: #000000;
	border-radius: .4em;
  color: #ffffff;
  text-align: center;
  padding: 30px !important;
}

.text-bubble {
  position: relative;
	background: #000000;
	border-radius: .4em;
  color: #ffffff;
  text-align: center;
  padding: 30px !important;
  margin-bottom: 80px; 
}
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #000000;
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}

/**
 * League theme for reveal.js.
 *
 * This was the default theme pre-3.0.0.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/*********************************************
 * GLOBAL STYLES
 *********************************************/

.slides{
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #eee; }

::selection {
  color: #fff;
  background: #FF5E99;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #FF5E99;
  text-shadow: none; }

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

/*********************************************
 * HEADERS
 *********************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  color: #eee;
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  word-wrap: break-word; }

h1 {
  font-size: 3.77em; }

h2 {
  font-size: 2.11em; }

h3 {
  font-size: 1.55em; }

 h4 {
  font-size: 1em; }

h1 {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }


/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #2b2b2b; } }