  @font-face {
    font-family: yourfont;
    src: url(/Assets/fa-brands-400.woff2);
}
.html {
  background: linear-gradient(rgba(17, 12, 40, 0.15), rgba(255, 0, 0, 0.15)), url("/Assets/Soap Bubbles.bmp");
  font-size: 0.875em;
  font-family: monospace;
  padding: 0;
  margin: 0;
  }
  
.wrapper {
    top: 0;
    margin: 0 auto;
    margin-top: 29px;
    /* width: 870px; */
    margin-top: 29px;
    background: #ffa3e400;
    padding: 10px;
    border-radius: 5px;
    border: 0px solid #ffabe2;
    padding-left: 250px;
}

a { 
  background-image: url(/Assets/arrowsprite.png);
  background-size: 21px;
  height: 19px;
  display: inline-block;
  width: 21px;
  margin-bottom: -4px;
}
a:hover { 
  background-image: url(/Assets/arrowsprite.png);
  background-position-y:  -19px;
}  
.main {
  width: 682px !important;
  margin-left: 185px;
  }
  
.sidebar-left {
  margin-left: 0px;
  margin-top: 240px;
}
  
.wrapper, .links a {
  color: #4f3d46;
  }
  
.box {
    border: 3px double #333;
    background: #fff;
    padding: 0;
    width: 858px;
    margin-left: -183px;
}
  
.header {
    background: url(https://i0.wp.com/bedfordcollegegroup.ac.uk/hideout-app/app-uploads/sites/2/2021/02/Tresham-College-logo-White-1.png);
    text-align: center;
    margin-top: 0px;
    top: 0px;
    height: 150px;
    z-index: revert-layer;
    position: static;
    width: 500px;
    border-radius: 6px;
    text-align: left;
    padding-left: 10px;
    margin-left: -12px;
    background-size: 350px;
    background-repeat: no-repeat;
    margin-top: -184px;
}
.link a {
    color: white;
    text-decoration: none;
    border: 1px solid #ed3089;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #fe4dc9;
    padding: 10px;
    border-radius: 3px;
    margin-left: -18px;
    background-image: -webkit-linear-gradient(top, #fe4dda, #ed47a4);
    width: 182px;
    display: block;
}
.link a:hover {
  border: 1px solid #b72f7c;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #e835b3;
  background-image: -webkit-linear-gradient(top,#fe4da0,#e83589);
}
.link a:active {
  background-color: #e83581;
  background-image: -webkit-linear-gradient(top,#fe4d8f,#e83591);
}
.links {
  margin-top: 1em;
  }
  
.title { /*suppress title, since we're putting the title as text in the header box*/
  display: none;
  }

.footer {
    height: 430px;
    position: sticky;
    background-color: #09020200;
    bottom: 0;
    background-image: url(https://www.jdrgroup.co.uk/hubfs/Blog_Images/A%20Beginner%E2%80%99s%20Guide%20To%20Social%20Media%20For%20Marketing.png);
    background-repeat: no-repeat;
    background-size: 893px;
    background-position-x: 475px;
    align-items: center;
}
  
.box h1, .box h2, .box h3, .box h4 {
  background: #facbd8;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  border-bottom: 3px double #333;
  }
  
.inner {
    padding: 0.25em 1em 0.3em 1em;
    font-size: 20px;
}
  
  
/* For narrow screens: slightly narrows sidebars, and makes the width
 * of the main/center div flexible (sized relative to viewport width.)
 */
@media(max-width:880px) {
  .wrapper {
    width: calc(340px + 50vw);
    }
  .sidebar-left, .sidebar-right {
    width: 160px;
    }
  .main {
    width: 50vw;
    margin-left: 170px;
    }
  }

/*Mobile compatibility. Just turns it all into a vertical layout.*/  
@media(orientation:portrait) {
  .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;
    }
  }