/* font Additions */
@font-face {
   font-family: GotHeroin;
   src: url(./Got_Heroin.ttf);
}
@font-face {
   font-family: GoodTimes;
   src: url("/Good_Times.ttf");
}

/* full body description */
body {font-family: sans-serif;
    background-color: #260202;
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    margin: 0;
}

/* The navigation bar */
.topnav {
  overflow: hidden;
  background-color: #000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 18px;
}
.topnav a:hover {
  background-color: #260202;
  color: white;
}
.topnav .icon {
  display: none;
}

/* remove existing a links when smallers size */
@media screen and (max-width: 600px) {
  .topnav a {display: none;}
  .topnav a.icon {
    background-color: #000000;
    text-align: left;
    display: block;
    width: 100%;
  }
}

/* new view setup with smaller width */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: fixed;}
  .topnav.responsive .icon {
    background-color: #000000;  
    display: block;
    text-align: left;
    left: 0;
    top: 0;
  }
  .topnav.responsive a:not(.icon) {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive a:first-child {
  	margin-top: 50px;
  }
  .topnav.responspove a:hover {
  background-color: #260202;
  color: white;
  }
}

/* RSG in top right */
.rightname {
    position: fixed;
    right: 0;
    top: 0;
    padding-right: 7px;
    font-family: 'Got heroin?';
    color: white;
    font-size: 36px;
    height: 100%;
    max-height: 53px;
}
.rightname a {
    text-decoration: none;
    color:white;
}

/* Main content */
.main {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    width: 75%; 
    margin-left: auto; 
    margin-right: auto; 
    height: 100%;
    min-height: 95vh;
    background-color: rgba(30,0,0,.85);
    border-style: solid;
    border-width: 3px;
    border-color: rgba(120,0,0,.65);
    border-top: none;
    border-bottom: none;
    color:white;
    text-align: center;
}
.main a{
    text-decoration: none;
    color: lightblue;
}
.main p{
    text-align: left;
}

/* Buffer for bottom of main */
.pbot {
    height: 20vh;
    max-height: 200px;
}

/* Post Breaks */
.postbreak {
    height: 25px;
}

/* Main Post */
.post {
    width: 90%;
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    border-style: none;
    height:auto;
    background-color: rgba(100,0,0,.25);  
}
.post img {
    width:90%;
    height:auto;
    border: none;
}
/* header in post for Title */
.post h1 {
    font-family: "Good Times";
    font-size: 36px;
    text-align: center;
    text-shadow:
		-5px -5px 0 #000,
		5px -5px 0 #000,
		-5px 5px 0 #000,
		5px 5px 0 #000;
}
/* header in post for date/time of post */
.post h4 {
    font-size: 10px;
    font-style: italic;
    text-align: right;
}

/* Game Page Post */
.gamepost {
    width: 90%;
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 2px;
    border-style: none;
    height:auto;
    background-color: rgba(100,0,0,.25);  
}
.gamepost img {
    width:90%;
    height:auto;
    border: none;
}

/* Page Footer */
.page-footer {
    background-image: repeating-linear-gradient(to bottom, rgba(0,0,0,0), black 80%);
    position: fixed;
    height: 10vh;
    max-height: 200px;
    width: 100%;
    top: auto;
    bottom: 0px;
    right: 0px;
}
.page-footer img {
    max-width: 25vw;
    height:auto;    
}
.logo {
    display:inline;
}
.logo img {
    max-width: 10vw;
    height:auto;  
}
.bottom-image-bar {
    position: fixed;
    bottom: 0px;
    vertical-align: bottom;
    
}
.bottom-image-bar img {
    
}
.pf-bottom-bar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 40px;
    background-color: rgba(0,0,0,1);
    background-position: right bottom;
    background-repeat: repeat; 
}
.pf-bottom-bar img {
    text-decoration: none;
    border: 0px;
}
.pf-bottom-bar a{
    text-decoration: none;
}