/**
 * Solarized Light theme for reveal.js.
 * Author: Achim Staebler
 */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
 * Solarized colors by Ethan Schoonover
 */
html * {
  color-profile: sRGB;
  rendering-intent: auto; }

.main-landing {
  padding: 0;
  background: url("/images/sunset.jpg");
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.content-container {
  background-color: rgba(0, 43, 54, 0.58);
  color: #93a1a1;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin: 32px; }

.content {
  padding: 32px; }

.banner-content {
  text-align: center; }

.img-container img {
  width: 100%; }

.rounded {
  border-radius: 4px; }
