
body {
  background: url("https://practicalgothicism.neocities.org/pics/layout%20assets/greek%20ruins.jpg") #000000;
  background-size: 50%;
background-repeat: no-repeat;
  color: white;
  font-family: FrizQuad;
  font-size:15px;
  }
  
  @font-face {
                font-family: FrizQuad;
                src: url('https://files.catbox.moe/8z9lld.ttf');
            }

            @font-face {
                font-family: FrizQuad;
                src: url('https://files.catbox.moe/rt9ku1.ttff');
                font-style: italic;
                font-weight: bold;
            }
  
center {
  text-align: center;
  }
  

a{
  color:;
}

a::visted{
  color:;
}
.wrapper {
  width: 900px;
  background: black;
  margin: 0 auto;
  top: 0;
  margin-top: -10px;
  border-left: 0px solid #12282f;
  border-right: 0px solid #12282f;  
  margin-bottom: -10px;
  }
  
.wrapper-2 {
  position: relative;
}
  
.header {
  height: 240px;/*made it a bit smaller so it fits better -f*/
  overflow: hidden;
  background:url("https://practicalgothicism.neocities.org/pics/layout%20assets/Infinite%20Stairs%20and%20Dissected%20Buildings%20-%20Marcin%20Bialas%E2%80%99%20Visions.jpg"); 
  background-size:cover; /*make it fit -f*/
  background-repeat: no-repeat;
  }
  

.footer {
  height: 335px;
  overflow: hidden;
  background: url("https://practicalgothicism.neocities.org/pics/layout%20assets/agamemnon%20mmurdered.jpg"); 
  background-size:60%;
  background-position: center;
  background-repeat: no-repeat;
  }
  
  
.header img {
  border-top: 0px;
  }
  
  
.title {
  padding: 15px 10px 10px 20px;
  }
  
/*Override default margins/padding for headings.*/
.title h1, .title h2, .title h3 {
  padding:0;
  margin: 0;
  }

/*Container for top row of links.*/
.links {
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  }
  
/*Div style for individual links.*/
.link {
  text-align: center;
  display: inline-block;
  list-style-type: none;
  float: none;
  font-weight: bold;
  font-size: 1.16em;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border: 0px solid red;
  }
  
.link a {
  color: white;
  text-decoration: none;
  }

.main, .sidebar-right {
  display: inline-block;
  }
  
.sidebar-left, .sidebar-right {
  width: 250px;
  position: absolute;
  top: 0;
  }

.sidebar-left {
  margin-left: 10px;
  }
  
.main {
  margin-left: 280px;
  width: 610px;
  }
  
.sidebar-right {
  margin-right: 10px;
  margin-left: 10px;
  }
  
/*Box used for individual sections in the sidebar, center column, etc.*/
.box {  
  padding: 5px 10px 0px 10px;
  background: black;
  color:white;
  border-bottom: 30px;
  border-top: 30px;
  border-style:solid;
  border-image:url("https://practicalgothicism.neocities.org/pics/layout%20assets/greek%20boarder.png") 40% round;
  margin: 10px 0px 15px 0px;
  }
  
/*Prevent overflow of large images in main text areas.*/
.box img {
  max-width: 100%;
  height: auto;
  }
  

.inner {
  
  }
  
.inner1 /*made the mainbox it's own divider so mobile stylizing is easier! -f*/ {
  height:350px;
  }

@media(max-width:1180px) {
  .wrapper {
    width: calc(440px + 50vw);
    }
  .main {
    width: 50vw;
    }
  }
  
@media(max-width:910px) {
  .wrapper {
    width: calc(360px + 52vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    margin-left: 180px;
    width: 52vw;
    }
  }
  
.sideimage { 
  right: -70px;
  bottom:-250px;
  float: right;
  position: fixed;
  max-width: 3500px;
  }
  
.sideimage img {
  max-width: 100%;
  height: auto;  
  }

.sideimageleft { 
  left: 10px;
top:10px;
  float: right;
  position: fixed;
  max-width: 350px;
    text-align: end;/*text align right -f*/
  }


typedtext {
  text-align:end;
  font-family: 'FrizQuad', cursive;
  color:white;
  letter-spacing: 3px; 
  font-weight: bold;
  font-size:10px;
}

/*-----------------------------------*/

/*fit on all screen sizes & mobile compatability -f*/

@media(max-width: 1440px) {
        html{
      zoom:90%;
    }
    .sideimage, .sideimageleft {
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 85px);
      }
  }
  
@media(max-width: 1200px) {
  
    .sideimage, .sideimageleft {
      right: 5px;
      max-width: 0%;
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
  }
  
@media(max-width: 1024px) {
      html{
      zoom:70%;
    }
    .sideimage, .sideimageleft {
      /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
  }

  @media(max-width: 1366px) {
      html{
      zoom:80%;
    }
    .sideimage, .sideimageleft {
     /*if this can be executed, override the previous rule, otherwise hide the side image*/
      max-width: calc(100% - 900px);
      }
  }
  
    @media(max-width: 1280px) {
      html{
      zoom:80%;
    }
    .sideimage, .sideimageleft {
      
      /*don't even bother at this point*/
      display: none;
      }
  }
/*Tentative mobile support.*/
@media(orientation:portrait) {
  .sideimage, .sideimageleft {
    /*don't even bother*/
    display: none;
    }


@media(orientation:portrait) {
  .inner1{
    height:20%;
  }
  /* make your first textbox fit on mobile without problems, use percentage for that -f */
  .wrapper {
    width: 96vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .wrapper-2 {
    width: 94vw;
    margin: 0 auto;
    padding:0;
    position: relative;
    }
  .sidebar-left, .main, .sidebar-right {
    position: relative;
    width: 92vw;
    margin: 0.25rem 1vw;
    }
  .sidebar-left, .sidebar-right {
    font-size: 0.95em;
    }
  }