/*
#guns_mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  #guns_mobile {
    display: block;
  }
}*/

@charset "UTF-8";

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

body {
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  body {
    font-size: 30px;
  }
}

a {
  text-decoration: none;
  color:black;
}
a:hover {
  text-decoration: underline;

}
.reveal p.source {
right: 0px;
bottom: 10px;
display: block;
font-size: 11px;
position: absolute;
margin: 0px 48px;
}

.reveal .slides section {
  line-height: 1.2em;
}

.reveal img {
  /* preserve aspect ratio and scale image so it's bound within the section */
  max-width: 100%;
  max-height: 100%;
}

.reveal p {
  line-height: 1.2em;
  color: black;
  font-weight: 100
}

.reveal .card {
  text-align: left;
  width: 700px;
margin:20px auto;
padding:40px;
box-shadow: 0px 0px 10px #cecece;
background: #f7f7f7;
display: inline-block;

}
.reveal .card p{
font-size: 24px;
line-height: 1.7em
}

.reveal .card div {
  float: left;
}

.reveal .card div:last-child {
width: 500px;
margin-left: 40px;
}

.reveal blockquote {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  font-family: Georgia, serif;
  line-height: 1.6em
}



/*********************************************
 * SLIDES
 *********************************************/

.reveal .slides {
  position: absolute;
  max-width: 950px;
  width: 90%;
  height: 60%;
  left: 50%;
  top: 50%;
  margin-top: -320px;
  padding: 20px 0px;
  overflow: visible;

  text-align: center;

}

.reveal .slides>section,
.reveal .slides>section>section {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 600px;

  z-index: 10;

  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
          transform-style: preserve-3d;

  -webkit-transition: all 500ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
     -moz-transition: all 500ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
      -ms-transition: all 500ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
       -o-transition: all 500ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
          transition: all 500ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}

.reveal .slides>section.present {
  display: block;
  z-index: 11;
  opacity: 1;
}

.reveal .slides>section {
  margin-left: -50%;
}




/*********************************************
 * LINEAR TRANSITION
 *********************************************/

.reveal.linear .slides>section.past {
  -webkit-transform: translate(-150%, 0);
     -moz-transform: translate(-150%, 0);
      -ms-transform: translate(-150%, 0);
       -o-transform: translate(-150%, 0);
          transform: translate(-150%, 0);
}
.reveal.linear .slides>section.future {
  -webkit-transform: translate(150%, 0);
     -moz-transform: translate(150%, 0);
      -ms-transform: translate(150%, 0);
       -o-transform: translate(150%, 0);
          transform: translate(150%, 0);
}

.reveal.linear .slides>section>section.past {
  -webkit-transform: translate(0, -150%);
     -moz-transform: translate(0, -150%);
      -ms-transform: translate(0, -150%);
       -o-transform: translate(0, -150%);
          transform: translate(0, -150%);
}
.reveal.linear .slides>section>section.future {
  -webkit-transform: translate(0, 150%);
     -moz-transform: translate(0, 150%);
      -ms-transform: translate(0, 150%);
       -o-transform: translate(0, 150%);
          transform: translate(0, 150%);
}



/*********************************************
 * DEFAULT STATES
 *********************************************/

.state-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6b98ae;
}



/*********************************************
 * GLOBAL STYLES
 *********************************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
}


/*********************************************
 * HEADERS
 *********************************************/

.reveal h1,
.reveal h2 {
  margin: 100px 0 20px 0;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.2);
  font-size: 80px
}

.reveal h1 span {
  font-size: 40px;
font-weight: 800;
text-transform: uppercase;
display: block;
}
.reveal img.intro {
  width: 300px;
  background: rgba(0,0,0,0);
-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.reveal h1 {
  font-size: 95px;
}
.reveal section > img {
  margin: 30px 0 30px 0;
  background: rgba(255,255,255,0.12);
  height: auto;

  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);

}


.icon img {
margin-top: 50px;
}

.mobile-version img {
  width: 280px
}

.reveal.responsivetalk p {
  max-width: 750px;
  font-size: 45px;
  line-height: 1.4em;
  margin-bottom: 0px;
}
.reveal.responsivetalk h2, .reveal.responsivetalk h1 {
  margin-top: 45px;
color: #F6FFE0;
font-weight: 200;
}
.reveal.responsivetalk h2 {
  font-size: 100px
}
.reveal.responsivetalk .slides {
  text-align: left;
}

.reveal.responsivetalk .slides .center {
  text-align: center;
}

.responsivetalk .state-background {
  background: #95AB63
}
.reveal.responsivetalk section > img {
  margin-bottom: 0px
}

.responsivetalk h3 {
  font-weight: normal;
font-size: 70px;
color: #F6FFE0;
}