html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  background-color: #f2f2f2;
}
h1,h2,h3,h4 {
  margin-top: 40px
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 800;
}
hr {
  border-color: #ddd
}
blockquote, footer {
  font-size: 1em;
  line-height: 1.5
}
blockquote {
  margin-left: 1.3em;
  border-left: 0.5em solid #bad;
  padding: 0.1em .5em 0.1em 1em;
}
blockquote:before {
	display: block;
	height: 0;
	content: "“";
	margin-left: -.95em;
	font: italic 400%/1 Impact, fantasy;
	color: #659;
}
.row {
  margin-left: 0;
  margin-right: 0
}
.noscroll {
  overflow-y: hidden;
}
.exciting{
  font-family: Impact, fantasy;
  font-weight:  bold;
  color: #6C5A96;
  text-shadow: 0px 2px 2px #6DAD63;
  font-size: 70px
}
.under-construction {
  line-height: 1.4;
  font-size: 16px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin: auto;
  cursor: pointer;
}
.video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  cursor: default;
}
#nature-vid-container {
  background-image: url(../imgs/laniakea-nature-still.jpg);
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
}

/* MENU */

.header {
  height: 100%;
  padding: 0px;
  background-color: #B0C4DE;
}
.header h1 {
  margin: 0px;
  padding: 35px 20px;
  color: #B0C4DE;
  font-family: Impact, fantasy;
  font-size: 3.6em;
}
#lanex-title {
  color: #937DC6;
  -webkit-text-stroke: 1px #003333;
  text-shadow: 3px 3px 0 #003333, -1px -1px 0 #003333, 1px -1px 0 #003333, -1px 1px 0 #003333, 1px 1px 0 #003333;
}
#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  content: url(../imgs/lanex-logo.png);
  max-width: 100%;
}
#sidemenu {
  z-index: 1;
  opacity:.9;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
#sidemenu .nav {
  padding-left: 10px;
}
#sidemenu ul a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 4px;
  padding-right: 5px!important;
  color: #000;
}
#sidemenu ul a:hover {
  background-color: #518947;
  color: white;
}
#sidemenu ul a.active:active {
  background-color: #6DAD63;
}
#sidemenu .nav-pills>li>a{
  border-radius: 4px 0px 0px 4px;
}
.nav>li.active>a {
  background-color: #705DA8!important;
  color: #fff!important;
}
.nav>li.active>a:hover {
  opacity:.8;
}
.copyright {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
.copyright a {
  color: #337ab7
}
.menu-toggle {
  position: fixed;
  z-index: 1;
  top: 4px;
  width: 34px;
  padding: 5px 10px 5px 0;
  border-radius: 0 4px 4px 0;
  font-size: 2.2em;
  font-weight: bold;
  color: #518947;
  background: #fff;
  transition: all 0.5s, color 0.1s;
  opacity: 0
}
.menu-toggle:hover {
  cursor: pointer;
  text-shadow: -0.9px 0px 2px #333;
  opacity: 1
}
.lanexToggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1
}
.lanexToggle:hover {
  color: #705DA8;
}
.arrow {
  transition: all 0.3s;
  -moz-transform: translateX(-28px);
  -webkit-transform: translateX(-28px);
  -o-transform: translateX(-28px);
  -ms-transform: translateX(-28px);
  transform: translateX(-8px);
}
.flipped {
  -moz-transform: rotate(180deg) translateX(-35px);
  -webkit-transform: rotate(180deg) translateX(-35px);
  -o-transform: rotate(180deg) translateX(-35px);
  -ms-transform: rotate(180deg) translateX(-35px);
  transform: rotate(180deg) translateX(-17px);
}
.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
    100% { transform: translateX(0%); }
}
@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}
@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

/* MAIN CONTENT */

main {
  background-color: #f2f2f2;
  padding: 0!important;
  transition: all 0.5s;
}
img {
  max-width: 90%;
}
.full-height {
  min-height: 100%;
  height: 100%;
}
#table-of-contents + ul a:hover {
  text-decoration: underline;
  color: #7d6caf;
}
#table-of-contents + ul a {
  text-decoration: none;
  color: #6c5a96;
}

figure > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure > figcaption {
  text-align: center;
  font-size: 80%;
  line-height: 1.4;
  max-width: 80%;
  color: #666
}

/* TEXT PAGES */
.textpage {
  background-color: #F2F2F2;
  color: #333;
  font-size: 21px;
  line-height: 1.6em;
}
.textpage > h1:first-of-type {
  color: #6C5A96!important;
  font-weight: bold;
  font-size: 70px;
  margin: 35px 0px 32px;
  -webkit-text-stroke: 2px #333;
}
.textpage p {
  margin: 30px 0;
}
.textpage blockquote p {
  margin: 0;
}
.textpage a {
  text-decoration: underline;
  color: #333;
}
.textpage a:hover {
  color: #6C5A96
}
.textpage a code:hover {
  font-weight: 600
}
.textpage h1+p, .textpage h2+p, .textpage h3+p, .textpage h4+p {
  margin-top: 10px
}
.dontContain {
  padding: 20px 0px 20px 10px;
  margin: 0px 12% 0px 0px;
}
.footnote-item > p {
  margin: 10px 0px;
  font-size: 18px;
}
#aladin-lite-div {
  max-width: 100%;
  width: 600px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0
}
.galaxy-altnames li {
  width: 50%;
  margin: 0;
  display: inline-block;
}
.galaxy-altnames li:before {
  content: '☆';
  font-weight: 800;
  padding-right: 5px;
}

/* table sort */
.clear-search {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RENGOThBOUNGNjdCMTFFNTgwRTlGMjYyMkMwMkM1NDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RENGOThBOURGNjdCMTFFNTgwRTlGMjYyMkMwMkM1NDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQ0Y5OEE5QUY2N0IxMUU1ODBFOUYyNjIyQzAyQzU0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQ0Y5OEE5QkY2N0IxMUU1ODBFOUYyNjIyQzAyQzU0NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt4/SQ0AAAAeUExURaysrKysrKysrKysrKysrKysrKysrKysrKysrKysrNqBjGQAAAAJdFJOUwAVFh6xsrPU2Ep10/AAAABESURBVAjXY2CAAGZHBgZRAwa26QKMlQEMTJWF4tMFGBjUZ3QWAiWZOmcAOQyMEAoiCFSiDlQC1MAE1MCcyMCgagA1CwAqbw1t1VS9nAAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-size: auto!important;
  background-position: center center;
  pointer-events: inherit;
  cursor: pointer;
}
.textpage table {
  font-size: 18px
}
th.tablesort-sortable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
table .tablesort-sortable:after{
    content:"";
    float:right;
    margin-top:7px;
    visibility:hidden;
    border-left:4px solid transparent;
    border-right:4px solid transparent;

    border-top:none;
    border-bottom:4px solid #000;
}
table .tablesort-desc:after{
    border-top:4px solid #000;
    border-bottom:none;
}
table .tablesort-asc,table .tablesort-desc{
    background-color:rgba(141, 192, 219, 0.25);
}
table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {
    visibility:visible;
}
.showIfLast {
    display: none;
}
.showIfLast:last-child {
    display: table-row;
}
.showIfLast td {
    text-align: center;
}

/* LanEx */
.lanExCon {
  overflow-y: hidden;
}
explorer {
  width: 100%;
  display: block;
  min-height: 100%;
  background-color: black;
  overflow-y: hidden;
}

/* loading screen */
#loader {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
}
#loadtxt {
  color: white;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  padding-top: 25%
}

@media (max-width: 320px) {
  h1 {
    font-size: 2.6em!important
  }
}
@media (max-width: 425px) {
  h1 {
    font-size: 3em
  }
  #logo {
    max-height: 142px
  }
  #sidemenu {
    opacity: 0.9;
    padding-left: 18px;
  }
  .menu-toggle {
    opacity: 1
  }
  .galaxy-altnames li {
    width: 100%
  }
}
