#mobileshow { 
display:none;
}

@media screen and (max-width: 768px) {
#mobileshow { 
display:block!important; 
text-align: center;}
}

	@font-face {
	font-family: 'Beth Ellen';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('myfont-webfont.woff') format('woff'), 
	     url('/fonts/BethEllen.ttf')  format('truetype'),
	     url('myfont-webfont.svg#svgFontName') format('svg');
	}
	
	@font-face {
	font-family: 'Aleo';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('/fonts/Aleo.otf') format('otf'), 
	     url('/fonts/.ttf')  format('truetype'),
	     url('myfont-webfont.svg#svgFontName') format('svg');
	}

html{
  /*Set some global colors here for quick re-coloring of stuff!*/
  --bg-color: black;
  --lighter-color: black;
  --accent-color: #ff46a2;
  

  --sidebar-width:160px;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
 
body {
  color: #ff46a2;
  background-color: black;
  background-image: url('');
  font-family: 'Aleo';
  font-size: 22px;
  text-align: left;
  margin-bottom: 24px;
  overflow-x: hidden;
  line-height: 1.5em;
}

h1 {
  color: #ff46a2;
  font-family: 'Beth Ellen';
  font-size: 70px;
  text-align: center;
  padding-bottom: 20px;
}

h2 {
  color: #ff46a2;
  font-family: 'Beth Ellen';
  font-size: 35px;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
}

.images {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
}

#images {
    text-align: center;
}

.container {
  display: flex;
}

a:link {
  color: var(--darker-color);
}

a:visited {
  color: var(--darker-color);
}

nav {
  width: var(--sidebar-width);
  top: 0;
  height: 100%;
  position: fixed;
  padding: 10px;
  border-radius: 3px;
  background-color: #000;
  border-right: 5px solid #ff46a2;
  background-image: url('/images/fire.jpg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  background-size: 300px;
}

nav a::before {
  content: "\2764";
}

nav a {
  color: #ff46a2!important;
  text-decoration: none;
}

nav a:hover {
  padding-left: 10px;
  cursor: crosshair;
}

nav h2 {
  color: #ff46a2;
  font-size: 25px;
  line-height: 0px;
}

main h2, h3 {
  color: #ff46a2;
  padding-left: 25px;
}

.divider {
  height: 5px;
  width: 100%;
  background-color: var(--accent-color);
}

.footer {
    background: url('/images/fire.jpg'); 
    background-position: left bottom;
      background-repeat: no-repeat;
  background-size: 100%;
    height: 200px;
    width:100%;
}

main {
  background-color: black;
  border: 2px solid #ff46a2;
  margin-left: calc( var(--sidebar-width) + 108px);
  margin-right: calc( var(--sidebar-width) /2);
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  main {
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
  max-width: 100%;
  overflow: scroll;
  }
}

main a {
  color: #ff46a2!important;
  text-decoration: none;
}

main a:hover {
  text-shadow: 0 0 5px #ff46a2;
  cursor: crosshair;
}

.intro {
  color: #ff46a2;
  font-size:30px;
  text-align: center;
  padding: 10px;
  line-height: 2em;
}

@media only screen and (max-width: 768px) {
    nav {
    height: 100%;
}
}

@media only screen and (max-width: 768px) {
  img{
      max-width: 100%;
}

   .mobileShow {display: block!important;}}

.mobileShow {display: none;} 

@media only screen and (max-width: 768px) {
  body {
    sidebar {
      display: none;
  }
    
    --sidebar-width:0px;
}
  nav {
    display: none;
  }
}

table {
  table-layout: fixed;
  height: 100%;
  width: 100%;

}

td {
  border: 1px solid #ff46a2;
  overflow: hidden;
  white-space: break-spaces;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 10px;
}

.column {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .column {
    width: 100%;
  }
  h1 {
    font-size: 50px;
    }
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}