/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

::-webkit-scrollbar{display:none}

.copyright {
  height: 35px;
  border:3px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/media/foreground.jpg');
  background-size: 200px 400px;
}

.container {
   width: 1700px;
   height: 1000px;
   margin:auto;
}

.guestbook {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Status box */

.status {
  width: 200px;
  /* height: 250px; */
  border: 3px solid white;
  margin-top: 15px;
}

/* Newsfeed */

.newsfeed-box {
  width: 200px;
  height: 350px;
  border: 3px solid white;
  overflow-y: scroll;
  margin-top: 15px;
}

.newsfeed {
  text-align: left;
}

.news-date {
  
}

/* Blog */

.post {
  width: 600px;
  border: 3px solid white;
  background-color: black;
  margin: auto;
}

.post-title {
  
}

.post-date {
  
}


.neoblinkies {
  width: 100%;
  height:31px;
  border:3px solid white;
  background-image: url('/media/foreground.jpg');
  background-size: 200px 400px;
  margin-bottom: 0;
}

.neoblinkies ul {
  display: flex;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.neoblinkies marquee {
  box-sizing: border-box;
}

.about-me {
  text-align: center;
}

a {
  color: white; 
}

a:visited {
  color: white; 
}

table {
    border-collapse: separate;
    border-spacing: 15px 0;    
    margin: auto;
}

td {
			border: 2px solid white;
			padding: 8px;
			color: white;
}

.video-embed {
  border: 2px solid white; 
}

.col-2 {
    display: flex;
    flex-wrap: wrap;
}

.bottom-boxes-container {
  display: flex;
  justify-content: center; 
  gap: 20px;               
  width: 100%;
  max-width: 800px;    
  margin: auto;      
  flex-wrap: wrap;    
}

.footer-box {
  border: 2px solid white;
  width: 350px;          
  max-width: 100%;
  padding: 15px;
  color: white;
  box-sizing: border-box;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-box audio {
  width: 100%;           
  margin-top: 10px;       
}

.cool-websites {
  /* border: 2px solid white; */
  /* width: 200px; */
	color: white;
	margin: auto;
	text-align: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	display: flex;
}

.cool-websites iframe {
  display: block;
  width: 100%;         
  height: 150px;         
  margin: 0 auto;          
  border: none;
}

.intro {
  background-image: url('/media/foreground.jpg');
  background-size: 200px 400px;
  
  margin: auto;
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
  
}

.left {
    background-image: url('/media/foreground.jpg');
    background-size: 200px 400px;
    flex: 0 0 150px;
    background-color: black;
    border: 1px solid white;
    padding: 1em;
}

.middle {
  background-image: url('/media/foreground.jpg');
  background-size: 200px 400px;
  flex: 2;
  background-color: black;
  border: 1px solid white;
  padding: 1em;
}

.right {
    background-image: url('/media/foreground.jpg');
    background-size: 200px 400px;
    flex: 0 0 200px;
    background-color: black;
    border: 1px solid white;
    padding: 1em;
}

.bigBorder {
  border:20px solid white;
  border-image: url("/media/skullframe.png") 20% round;
  border-width: 100px;
}

main {
    background-image: url('/media/foreground.jpg');
    background-size: 200px 400px;
}

body {
  background-image: url('/media/true-stars.gif');
  background-repeat: repeat;
  background-position: top;
  font:18px 'Farro';
  text-align:justify;
  text-shadow: 2px 2px black;
  color:white;
}
