* {
    /*box-sizing: border-box; */
    font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
    line-height: 1.6;
  }

@font-face {
  font-family: "Microsoft Sans Serif";
  src: url("/fonts/mssans.woff") format("woff"),
       url("/fonts/mssans.woff2") format("woff2"),
       url("/fonts/mssans.ttf") format("truetype");
       font-weight: normal;
       font-style: normal;
       font-display: swap;
}

  body {
    margin: 0;
    font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
  }
  
  h1 {
    text-align: center;
    color: #f5a9b8;
  }
  
 /* I definitely didn't steal this from w3schools. Anyway if you are reading this, Hi :) */
  /* Style the top navigation bar */
  .topnav {
    overflow: hidden;
    background-color: #262626;
    /* Firefox is stupid and has weird inset and outset border colours, so i have to do this instead :/ */
    border-width: 3px;
    border-style: solid;
    border-top-color: #5c5c5c;
    border-left-color: #5c5c5c;
    border-right-color: black;
    border-bottom-color: black;
    width: 100%;
    position: sticky;
    top: 0;
  }

  
  /* wouldnt be necessary if firefox wasnt stupid and rendered borders wrong, could just style the individial element to be inset / outset but no now i need a whole new class*/
  .navButton {
    background-color: #414141;
    /* Firefox is stupid and has weird inset and outset border colours, so i have to do this instead :/ */
    border-width: 3px;
    border-left-style: solid;
    border-right-style: solid;
    border-right-color: #5c5c5c;
    border-left-color: #5c5c5c;
    width: 200px;
    height: 44px;
    overflow: hidden;
  }

  .navButton a{
    float: left;
    display: block;
    padding-left: 4px;
    padding-right:4px;
    padding-top: 8px;
  }

  
  .navButton img {
    display: block;
    float: right;
    padding-right: 5px;
    margin-top:7px;
  }
    .navButton p {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 5px;
    color: white;
    font-size: 20px;
  }
    .navButton_clicked {
    background-color: #f5a9b85d;
    /* Firefox is stupid and has weird inset and outset border colours, so i have to do this instead :/ */
    border-width: 3px;
    border-left-style: solid;
    border-right-style: solid;
    border-right-color: #f5a9b85d;
    border-left-color: #f5a9b85d;
    width: 200px;
    height: 44px;
    overflow: hidden;
  }

  .navButton_clicked a{
    float: left;
    display: block;
    padding-left: 4px;
    padding-right:4px;
    padding-top: 8px;
  }

  
  .navButton_clicked img {
    display: block;
    float: right;
    padding-right: 5px;
    margin-top:7px;
  }
    .navButton_clicked p {
    display: block;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    margin-left: 5px;
    color: white;
    font-size: 20px;
  }

  
  /* Style the topnav links */
  .topnav a {
    float: left;
    display: block;
    padding-left: 4px;
    padding-right:4px;
    padding-top: 8px;
  }
  .topnavPages a{
    padding-bottom: 8px;
  }
  .topnav .icon {
    display: none;
  }


a:link {
  color:#5bcefa
}
a:visited {
  color:#f5a9b8
}
  
body{
  background-attachment: fixed;
  background-color: #000000;
}

  /* Style the content */
  .content  {
    background-color: #3636369c;
    padding: 12px;
    margin: 40px;
    margin-bottom: 100px;
    border: 5px outset #535353;
    color: #ffffff;
    max-width: 1000px;
    margin-inline: auto;
  }


  .profileLinksContainer{
    border-width: 5px;
    border-style: solid;
    border-top-color: #5c5c5c;
    border-left-color: #5c5c5c;
    border-right-color: #000000;
    border-bottom-color: #000000;
    max-width: 650px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #202020;
    color: #ffffff;
  }
  
  .social_links{
    overflow: hidden;
    margin: auto;
    display: block;
    border-style: none;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .social_links a{
    float: left;
    display: block;
    padding-left: 8px;
    padding-right:4px;
    padding-top: 6px;
    margin: auto;
  }
  
  .profileBox {
    overflow: hidden;
    margin: auto;
    border-style: none;
  }
    .profileBox img {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top:20px;
    margin-bottom: 10px;
    margin-left: 20px;
    }

    .profileBox h2{
      color: #f5a9b8;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .profileBox p{
      margin-top: -10px;
    }
  
  .blogcontainer li  {
    line-height: 300%;
  }


  .container {
    margin: 10px
  }

  .footer p {
    margin: 15px;
    color: #FFFFFF;
    display: block;
  }
  .footer img {
    margin: 15px;
  }


  /* Gallery stuff (again ripped from w3schools */
  div.gallery {
    border-width: 3px;
    border-style: solid;
    border-top-color: #5c5c5c;
    border-left-color: #5c5c5c;
    border-right-color: #000000;
    border-bottom-color: #000000;
    background-color: #414141;
    color: white;
  }
  
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 10px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .responsive {
    padding: 5px;
    float: left;
    width: 24.99999%;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }

  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
 @media screen and (max-width: 1050px) {
  .topnavPages  {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1050px) {
  .topnavPages.responsive {position: relative;}
  .topnavPages.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavPages.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 
