@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacquard+24&display=swap');

   .box {
                padding:0px;
            }
.gallery{
display: inline-block;
border: 2px hidden #fdfffa;
margin: 5px;
}
gallery .description {
padding: 10px;
text-align: center;
padding-left: 10px;
}
.gallery:hover{
border: 1px solid #03c4e2;
}
.gallery img{
    width: 300px;
    height: 100px;
    background:contain;
}

.header, subheader{
background-color: #fff;
color: #000;
padding-left: 5px;
font-size: 50px;
font-family: "Jacquard 24", monospace;
}
.subheader {
font-size: 30px;
color: #fff;
font-family: "Jacquard 24", monospace;
}
.flex-container {
  display: flex;
  flex-direction: row;
  padding: 0px;
}

body {
  background-color: black;
  font-size: 17px;
  color: black;
  font-family: "Jersey 10", monospace;
  background: url("https://sadhost.neocities.org/images/tiles/aquagalaxy_small.gif") repeat;
  }
  
/*The header bar that stays at the top of the screen*/
.top-bar {
  text-transform: uppercase; /*Make the text in the header display as all caps*/
  font-style: italic;
  letter-spacing: 5px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  background: black;
  color: #77513b;
  padding: 10px;
  padding-left: 15px;
  line-height: 25px;
  overflow: auto;
  z-index: 1;
  border-bottom: solid 1px #fff;
  }
  
.main, .main-first {
  margin-top: 30px;
  margin-left: 50px;
  width: 700px;
  border: 1px inset white;
  background: black;
  color: white;
  padding: 15px 25px 15px 25px;
  background: url("https://freezy.neocities.org/Graphics/background.jpeg") repeat;
  }
/*Make sure the first main box has an extra top margin so it's not hidden by the header*/
.main-first {
  margin-top: 60px;
  }

.sidebar {
  position: fixed;
  width: 300px;
  min-height: 100px;
  border: 1px solid white;
  background: black;
  margin-top:0px;
  margin-left:900px;
  }
  
/*Prevent image overflow*/  
.main img, .main-first img, .sidebar img {
  max-width: 100%;
  height: auto;
  }
  

.sidebar-pic { /*not in use, currently looks like SHIT*/
  text-align: center;
  width: 100px;
  min-height: 150px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  background: black;
  padding: 2px;
  border: 0;
  background-image: url("https://freezy.neocities.org/Images/back.gif");
  }

.sidebar-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  }
  
/*Text section in sidebar.*/  
.sidebar-description {
  padding: 15px;
  color: #fff;
  }
  
.sidebar-links {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #77513b;
  width: 100%;
  height: auto;
  }
  
.button {
  padding: 5px;
  padding-left: 10px;
  display: inline;
  }
  
.sidebar-links a {
  color: #1b5485;
  background: black;
  border: outset 1px #fff;
  text-decoration: none;
  padding: 5px;
  }
  
.sidebar-links a:hover {
  color: #bbb;
  border: inset 1px #fff;
  }
  
/*Text at bottom below main divs*/
.footer {
  text-align: center; 
  margin-left: 300px;
  width: 500px;
  font-size: 13px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 40px;
background-color: white;
  }
  
/*For narrow screens*/
@media (max-width: 1100px) {
    .sidebar {
      width: 275px;
      margin-left: 10px;
      }
    .main, .main-first {
      width: 420px;
      margin-left: 315px;
      }
  }
  
/*Mobile compatibility.*/
@media (orientation: portrait) {
  .sidebar {
    margin: 0 auto;
    position: static;
    margin-top: 60px;
    margin-bottom: 15px;
    width: 90%;
    }
    
  .main, .main-first {
    margin: 0 auto;
    margin-top: 40px;
    width: 80%;
    }
    
  .footer {
    width: 80%;
    padding: 5%;
    margin: 0 auto;
    }
    
  .top-bar {
    font-size: 13.5px;
    letter-spacing: 4px;
    font-size: 90%; /*To help reduce height if it overflows the first line.*/
}
}