#container1 {
	padding-bottom: 120px;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

-body {
    margin-bottom: 60px;
    font-family: Frutiger W01,Helvetica,Arial,Sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1.5;
	color: #212b32 
}

p#buttons {
	margin-block-end: 0;
}

h2#author.gameTitle {
    font-size: 15px;
	margin-top: 10px;
}

div#header {
	max-width: 960px;
	margin: 10px auto;
	margin-top: 0;
}

.navbar {
	margin-bottom: 0;
}

:focus {
	outline: none;
}

.glyphicon-play-circle {
	cursor: pointer;
    font-size: 45px;
    color: #212b32;
    position: absolute;
}

.glyphicon-eye-open {
	cursor: pointer;
    font-size: 40px;
    color: #fefefe;
    position: absolute;
}

.glyphicon-map-marker {
	cursor: pointer;
    font-size: 30px;
    color: #2560B7;
    position: absolute;
}

nav.navbar {
	background-color: #2560B7;
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar-brand {
	font-size: 26px;
}

 .navbar {
  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.navbar-default .navbar-brand {
	color: #fff;
	text-decoration: none;
}

.navbar-default .navbar-brand:hover {
	color: #fff;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}

.copyright {
	float: right;
	padding-top: 18px;
	color: #425563;
}

#navbarimage{
	padding: 15px 15px;
}

.footer {
  position: absolute;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  bottom: 0;
  background-color: #d8dde0;
}

button#restartButton.spacedLink {
    color: #FFFFFF; 
    background-color: transparent;
	border: none;
	font-size: 20px;
}

/* button#restartButton.spacedLink:hover {
    text-decoration: underline;
} */

div#main {
	position: relative;
	max-width: 960px;
	font-size: 100%;  /* reset for CWS */
	font: -apple-system-body; /* we'll override the font, but keep the size from iOS dynamic text sizing */
	font-family: Frutiger W01,Helvetica,Arial,Sans-serif;
	background-color: #ffffff;
	background-position: center;
	margin: 10px auto;
	-webkit-user-select: text; /* selectable text for Chrome app support */
	transition-property: background-color, color;
	transition-duration: 2s;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 2s;
}

a {
  /* colored underlined links for XULRunner support */
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

#main {
	line-height: 1.5;
}

/* .container {
  position: absolute;
  left: 0;
  right: 0;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
} */

@keyframes containerslidein {
  from {
    transform: translateX(100%);
  }

  to {
    transform: none;
  }
}

@-webkit-keyframes containerslidein {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: none;
  }
}

#loading {
  position: fixed;
  bottom: 0;
  right: 0;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 0;
}

.choice {
  margin: 1.5rem 0;
  color: #000000;
  background-color: #ffffff;
  width: 75%;
}

.choice label {
    position: relative; /* so the .shuttle can be positioned absolutely within it */
    padding: 11px 8px 12px;
    display:block;
    border-color:#005eb8;
    border-style:solid;
    border-width: 1px 1px 0 1px;
	background-color: #005eb80f;
	transition: 0.3s
}

.choice label:hover {
    background-color: #005eb82e !important;
}

.auscultationbutton:hover {
	background-color: #005eb82e !important;
}

.shuttle {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: #626160; /* match next */
  opacity: 0.25;
  transition-property: opacity;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
}

.shuttle.discovery {
  width: 20%;
  animation-name: shuttlefadein, shuttleslide, shuttlefadeout;
  animation-duration: 0.75s, 1s, 1s;
  animation-delay: 0s, 0.75s, 1.75s;
  -webkit-animation-name: shuttlefadein, shuttleslide, shuttlefadeout;
  -webkit-animation-duration: 0.75s, 1s, 1s;
  -webkit-animation-delay: 0s, 0.75s, 1.75s;
}

@keyframes shuttlefadein {
  from {opacity: 0;}
  to {opacity: 0.25;}
}

@keyframes shuttlefadeout {
  from {opacity: 0.25; transform: translateX(-403%);} /* borders, maybe? */
  to {opacity: 0; transform: translateX(-403%);}
}

@keyframes shuttleslide {
  from { opacity: 0.25; transform: translateX(0);}
  to { opacity: 0.25; transform: translateX(-403%); }
}

@-webkit-keyframes shuttlefadein {
  from {opacity: 0;}
  to {opacity: 0.25;}
}

@-webkit-keyframes shuttlefadeout {
  from {opacity: 0.25; -webkit-transform: translateX(-403%);} /* borders, maybe? */
  to {opacity: 0; -webkit-transform: translateX(-403%);}
}

@-webkit-keyframes shuttleslide {
  from { opacity: 0.25; -webkit-transform: translateX(0);}
  to { opacity: 0.25; -webkit-transform: translateX(-403%); }
}


.selected {
  color: rgba(255,255,255,0.85);
  background-color: #007AFF;
}

.choice .firstChild{
    border-top-width:1px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-top-left-radius:8px;
}


/* IE doesn't support label:last-child */

.choice .lastChild{
    border-bottom-width:1px;
    -webkit-border-bottom-right-radius:8px;
    -webkit-border-bottom-left-radius:8px;
    -moz-border-radius:0 0 8px 8px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}
.choice .onlyChild{
    border-width:1px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}

.choice .noBorder {
  border-width: 0;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 8px;
}

input[type="text"] {
	width: 50%;
}

.saveGame>label {
  display:block;
}

.choice .disabled {
  color: gray;
}

.next {
    clear: both;
    display:block;
    min-width: 50%;
    max-width: 75%;
    font-size:1.5em;
    font-weight:bolder;
    font-family: -apple-system, sans-serif; /* reset, for Android */
    margin: 1em auto; /* reset button margin */
    -webkit-appearance: none; /* Safari, don't override my CSS styles */
    color: #FFFFFF; /* Match background color */
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
	background-image:         linear-gradient(top, rgba(255,255,255,.2), rgba(255,255,255,0));
    border: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 6px 15px;
	transition: 0.3s;
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.next {
    background-color: #2560B7;
}


.linkButton {
  text-align: center;
  text-decoration: none;
}


.next:hover {
  background-color: #173E75;
  color: #FFFFFF;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.125em;
  font-weight: normal;
}

h1.gameTitle {
	font-weight: bold;
}

h2#author.gameTitle {
	
}

button#statsButton.spacedLink {
	display: none;
}

button#menuButton.spacedLink {
	display: none;
}

div#mobileLinks.webOnly {
	display: none;
}

div#identity {
	display: none;
}

div#advertisement {
	display: none;
}

p#headerLinks {
	display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  max-width: 70%;
}

.auscultation {
	max-width: 100%;
}

.ecgimage {
	max-width: 100%;
}