html {
  color: #222;
  font-size: 1.1em;
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

body {
  background: #fffef9;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}

h3 {
  font-family: "Noto Sans", Arial, Helvetica, "Helvetica Neue", sans-serif;
  margin: 0.5em 0 0.2em;
  font-weight: 600;
  font-size: 1.8em;
}

a {
  color: #337ab7;
  text-decoration: none;
}

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

a:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Layout */

.container {
  margin: 1em 2em;
  padding: 0 1em;
}

#box {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  padding-right: 10px;
}

#missing_page_right {
  padding: 20px;
  overflow: hidden;
  float: right;
  font-weight: 300;
}

/* Navigation */

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  display: block;
  padding: 1em 0;
  text-align: center;
  font-weight: bold;
  color: black;
}

nav a:hover {
  text-decoration: underline;
}

/* Masthead */

#masthead {
  margin: 0 2em;
  overflow: hidden;
}

#masthead_left {
  float: left;
  width: 30%;
}

#masthead_right {
  float: right;
  width: 70%;
}

#masthead_right h2 {
  text-align: right;
  margin: 3% 0 0;
  font-weight: 600;
  font-size: 2em;
  line-height: 1.1em;
}

#masthead_right h3 {
  text-align: right;
  margin: 0;
  font-weight: 600;
  font-size: 1.6em;
  color: #000;
}




/* Gallery */

.gray_box {
  background: #f7f7f7;
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  padding: 0 12px;
  margin: 1em 0 1.5em;
  font-family: "Droid Sans Mono", "Droid Sans", sans-serif;
}

.feature-right,
.feature-left {
  max-width: 40%;
  margin: 0 1.5rem 1.5rem;
}

.feature-right {
  float: right;
}

.feature-left {
  float: left;
}

.feature-right-portrait {
  float: right;
  max-width: 30%;
  margin: 0 1.5rem 1.5rem;
}

/* FullWidthTabs */
.tab-label {
	font-family: "Droid Sans", sans-serif;
}

/* Cross before and after styles for special strikeout in Stagesmith motto */
.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 4px solid #cc0000;
    transform: skewY(-15deg);
}
.cross::after {
    border-bottom: 4px solid #cc0000;
    transform: skewY(15deg);
}

/* =========================
   Responsive
   ========================= */

/* Tablet and below */
@media (max-width: 700px) {
 .container {
    margin: 1em 1em;
  }
  .feature-right,
  .feature-left,
  .feature-right-portrait {
    float: none;
    max-width: 100%;
    margin: 1rem 0;
  }
  #masthead_right h2 { font-size: 1.5em; }
  #masthead_right h3 { font-size: 1.2em; }
}


/* Small phones */
@media (max-width: 520px) {

  .container {
    padding: 0 1em;
  }
	
  .container {
    margin: 0;
    padding: 0 0.75em;
  }	

  #masthead {
    margin: 0.25em 0.5em;
  }

  #masthead_left  { width: 42%; }
  #masthead_right { width: 58%; }

  img.logo { width: 170px; }

  #masthead_right h2 { font-size: 0.95em; }
  #masthead_right h3 { font-size: 0.7em; }

  h3 { font-size: 1.1em; }

  #gallery {
    float: none;
    width: 100%;
  }

  p {
    font-size: 0.85em;
    line-height: 1.4em;
  }

  li {
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .grid li {
    width: 100%;
  }
}


/* Fonts */

@font-face {
  font-family: 'Droid Sans Mono';
  src: url(https://fonts.gstatic.com/s/droidsansmono/v7/ns-m2xQYezAtqh7ai59hJaH0X__W3S3MJL29bc5CWfs.woff) format('woff');
}

@font-face {
  font-family: 'Droid Sans';
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
  font-family: 'Droid Sans';
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMXbFhgvWbfSbdVg11QabG8w.woff) format('woff');
}




















