  body {
    margin: 0;
    background: #f6f5f5;
    font-weight: normal;
    font-family: "Georgia";
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-bottom:50px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    /* max-width: 700px; */
  }
  /*
  .container a img {
    display:block;
    margin:auto;
  }
  */
  button {
    display: inline-block;
    border-radius: 4px;
    background-color: #ff5722;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px;
  }

/* mooji.org like */
h1 {
    font-family: "Futura";
    font-size: 28px;
    font-weight: 500;
    color: #a7cbd0;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 37px;
    padding: 20px 0;
}

h2 {
    font-family: "Futura";
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    margin-top: 35px;
}

p.body-text {
  margin-top: 15px !important;
  margin-top: 15px !important;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 600;
  color: rgb(34, 34, 34);
}

.striketrough {
  text-decoration: line-through;
}

.top-space {
    margin-top: 20px !important;
}

span.title {
  font-weight: 600;
  /* font-size: 18px;
  color: rgb(34, 34, 34);
  font-weight:bold */
}

.section-container {
    display: block;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
    max-width: 700px;
}

ul.bullets li.bullets {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 17px;
}

ul.bullets {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.no-margin {
  margin-block-start: 0;
}

ul.bullets li.bullets::before {
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    content: "•";
    left: 0px;
}

.section-container img {
width: 100%;
margin-top: 30px;
}

/* navigtion */

ul.navigation   {
    padding: 0;
    list-style-type: none;
    font-size: 0;
    white-space: nowrap;
    min-width: 1040px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    transform: translateX(-25px);
}
li.navigation
{
    color: #000;
    font-family: "Futura";
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .2s ease;
    margin: 0 0 25px 25px;
    padding-left: 20px;
}

svg.navigation {
   opacity: 0.5;
   pointer-events: none;
   transition: opacity .15s ease;
   position: absolute;
   bottom: -14px;
   left: 50%;
   height: 9px;
   width: calc(100% - 20px + 35px);
   transform: translateX(calc(-50% + 20px / 2));
}

a {
    color: inherit;
}

label 
  { 
    vertical-align: text-bottom; 
  }


/* got to top button  */

#toTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  left: 25px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: transparent;  /* Set a background color */
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  cursor: pointer; /* Add a mouse pointer on hover */
  width: 32px;
  height: 32px;
}

/* quote */

p.blockquote {
    color: #71323a;
    font-size: 25px;
    margin-top: 0;
    font-style: italic;
    line-height: 20px;
    white-space: pre-line;
    text-align: center;
    font-weight: normal;
    /* background-color: #e9ceb4; */
}

svg.quote {
      position: relative;
      width: 1920px;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      overflow: hidden;
      will-change: transform;
}
div.quote-block {
    background: #e9ceb3;
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 25px;
}

/* footer */
div.footer {
  background: #668286;
  padding-top: 10px;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  height: 50px;
  background-color: #668286;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
}



div.footer p {
    margin: 0;
    position: absolute;
    left: 20px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    opacity: .8;
    color: #fff;
    font-size: 14px;
    /* line-height: 22px; */
}

div.footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* display: -ms-flexbox; */
    display: flex;
}

div.footer a {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}

/* table */

.rTable {
  	display: block;
  	width: 100%;
}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
  	clear: both;
}
.rTableHead, .rTableFoot{
  	background-color: #DDD;
  	font-weight: bold;
}
.rTableCell, .rTableHead {
  	border: 1px solid #999999;
  	float: left;
  	height: 25px;
  	overflow: hidden;
  	padding: 3px 1.8%;
  	width: 12%;
}
.rTable:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.rTableRed {
  background-color: red;
}

table.fancy {
  width: 100%;
  max-width: 550px;
}

table.fancy td, table.fancy th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0.5em;
  text-align: center;
}

table.fancy th {
  background-color: #eee;
}

table.fancy .station {
  text-align: left;
}

table.fancy td.unavailable {
  background-color: rgba(255, 0, 0, 0.64);
  text-decoration: line-through;
}

/* media */
@media (max-width: 1024px) {
  p.blockquote {
      font-size: 20px;
  }
  li.navigation {
    line-height: 15px;
  }
  ul.navigation {
    min-width: 800px;
    transform: translateX(-50px);
  }
}
@media (max-width: 830px) {
  #toTopBtn {
    opacity: 0.5;
  }
  #toTopBtn:hover {
    opacity: 1.0;
  }
}
@media (max-width: 640px) {
  p.blockquote {
      font-size: 15px;
  }
  ul.navigation {
    display: none;
  }
  .section-container {
    max-width: none;
  }
  p.body-text {
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  table.fancy {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  table.fancy {
    font-size: 11px;
  }
}

table.hci-table table, td, th {
  border: 1px solid #363636;
  font-family: 'Courier New', Courier, monospace;
  font-size: small;
}
table.hci-table tr:nth-child(2n+1){  
  background: #d1d0d0;
}

