
            /* these are variables that are being used in the code
    these tended to confuse some people, so I only kept 
    the images as variables */

            :root {
                --header-image: url('Pictures/Header3.jpg');
                --body-bg-image: url('https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExcmppejloMTA5cW00NjJkczFtemY5cWhkN3JwMXdhcHFyM294MnIzeiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/FZAr9wQAa22Y7XbfZp/giphy.gif');
                /* colors */
                --content: #43256E;
            }


            /*New Font for me */
  
            
             @font-face {
                font-family: Orbitron;
                src: url('Fonts/Orbitron-Medium.ttf.ttf');
            }
            
            @font-face {
                font-family: Amarante;
                src: url('Fonts/Amarante-Regular.ttf');
            }
            
              /* Crazy one for Title */
              @font-face {
                font-family: Bombaya;
                src: url('Fonts/Bombaya-Regular.ttf');
            }
            
             @font-face {
                font-family: Pcap;
                src: url('Fonts/PCap Terminal.otf');

            }
            
              @font-face {
                font-family: Sailingships;
                src: url('Fonts/Sailing Ships.otf');
            }
            
             @font-face {
                font-family: Ships;
                src: url('Fonts/Ships.ttf');
            }
            
        

            body {
                background-color: #08031A;
                /* you can delete the line below if you'd prefer to not use an image */
                background-size: 2500px;
                color: #fceaff;
                background-image: var(--body-bg-image);
            }
            
            /* Universal Selector*/  
            * {
                box-sizing: border-box;
                cursor: url('https://cdn.cursors-4u.net/previews/shark-8070be89-32.webp') 10 10, auto !important;

            /* below this line is CSS for the layout */

            /* the "container" is what wraps your entire website */
            /* if you want something (like the header) to be Wider than
    the other elements, you will need to move that div outside
    of the container */
            #container {
                max-width: 1100px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                /* this centers the entire page */
            }

            /* the area below is for all links on your page
    EXCEPT for the navigation */
            #container a {
                color: #ED64F5;
                font-weight: bold;
                /* if you want to remove the underline
      you can add a line below here that says:
      text-decoration:none; */
            }
            #header {
                width: 100%;
                background-color: #5e4e8c;
                /* header color here! */
                height: 150px;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image: var(--header-image);
                background-size: cover;
            }

            /* navigation section!! */
            #navbar {
                height: 30px;
                /* navbar color */
                text-align:center;
                font-family: "Orbitron";
                width: 80%; /* CHANGE BACK TO 100 if wanted*/
            }

            #navbar ul {
                display: flex;
                padding:0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding-top: 10px;
            }
            
            /* navigation links*/
            #navbar li a {
                color: #8cb8c4;
                /* navbar text color */
                font-weight: 800;
                text-decoration: none;
                /* this removes the underline */
            }

            /* navigation link when a link is hovered over */
            #navbar li a:hover {
                color: #3e8496;
                text-decoration: underline;
            }

            #flex {
                display: flex;
            }

            /* this colors BOTH sidebars
    if you want to style them separately,
    create styles for #leftSidebar and #rightSidebar */
            aside {
                width: 200px;
                padding: 10px;
                font-size: smaller;
                /* this makes the sidebar text slightly smaller */
            }
            
            /* this is the color of the main content area,
    between the sidebars! */
            main {
                flex: 1;
                padding: 10px;
                order: 2;
            }

            /* what's this "order" stuff about??
    allow me to explain!
    if you're using both sidebars, the "order" value
    tells the CSS the order in which to display them.
    left sidebar is 1, content is 2, and right sidebar is 3! */

            #leftSidebar {
                order: 1;
            }

            #rightSidebar {
                order: 3;
            }

            footer {
                width: 100%;
                height: 40px;
                padding: 8px;
                text-align: center;

                /* this centers the footer text */
      
            }
            h1,
            h2,
            h3 {
                color: #ED64F5;
            }

            h1 {
                font-size: 25px;
            }

            strong {
                /* this styles bold text */
                color: #ED64F5;
            }
            
            .orbitron-font {
              font-family: "Orbitron", sans-serif;
              font-optical-sizing: auto;
              font-weight: 500;
              font-style: normal;
            }

            /* this is gray box */
            .box1 {
            justify-content: flex-start; align-items: flex-start;background:#D4D0C8;padding:5px;
            border-left:2px solid #666;border-right:2px solid #aaa;border-bottom:2px solid #928F88;border-top:2px solid #666;
            padding-left:5px;margin-bottom:4px;font-family:"Orbitron";color:black;font-size:12px;
            }
            
            
            /*Cute Blue Title, Change Font Family must be LAST Value */
              .Tilebox {
              align-items: flex-start;font-family:'Pcap', sans-serif;color:white;background: linear-gradient(to right, #D4D0C8, #464e84);
              letter-spacing:3px;padding-left:4px;border-bottom:1px solid #fff;padding-top:3px;
            }
            
            /*Cute Border for main section home page from here https://ribo.zone/free/snippets/borders*/
            .solidsilver {
              padding: 35px 20px 20px 20px;
              border-image-slice: 40 69 26 39 fill;
              border-image-width: 40px 69px 26px 39px;
              border-image-repeat: stretch;
              border-style: solid;
              border-color: transparent;
              image-rendering: pixelated;
              border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABDCAMAAABKt8AhAAAAGFBMVEUAAAAAAAC9vb2MjIze3t5CQkL///9jY2MUMkSdAAAAAXRSTlMAQObYZgAAAyJJREFUeNrdmNGaoyAMhSfnnOD7v/EWgpZm0NW2Xuz+H94wH/4mhNTxZ8AqP9exyvU1eEC7DiqXjG2NHsCJi3gsBE4LrblKRQ5dwkulC0/awtV9AQ7xjdIJ3wWbRuCHtqJX6nIQsFO6JsMIX3TVP+JCQkUAYWdtAEdSNkm+6MAEIIGEndIpr/cHcCcybTp0yXdKZ+56kJ+fHoMpmX1ayLDp3O3YViR3oMo0AI/BlMw+XZQAW+SS7FCndS+gMiCP4Z7qv/8lIwAuATzWIcqi2mY6yZ/JdOlIB3eSdmLvmm6WzCpek1klu8kEmPZuihFxRKVZqYxttEoOSiWO0t907l0HDiweo4rZk1kl6zR/sReddYbKrCpMdSSdazJBHummlWm9ichSZe7otmQe6wBOK9Nirwh7qUziwSyZvnDoo3s6gJpVpvmGDZVZfSOLx3BfluEZvE8Lv+Csq5iex0S2tUwhCekxlrCtvmWvMkkpKnPa/0mOugrAJ+6CCfaLNu2FCSl0OKnL1LSYzV5r2tnRDIC0V3xg0CEhue0fVQkzNGHYO9mqm661HSScRlsyiaTLaAfgyzp+jSoUuDwgdnT072Dm81JJNn4BZw2mt/cIbnvLzDp8TOjSuZuFFzp9AoCX6Nijm4UXOvATQpdbdMUiknuSmX+AwteMdyRzriPuSGboGHvH0HXfyneTWbFt52Y+fV0HqQaX/1m+S6dSfv8OVmPlTl0yVu7VZf59Xed+XXqLvlWXu8p/p6v4ht2oI51QY33zk+3qPsedCBTZJHZ134DndfwGOK2zz8GT9WVlT2c/H2NCh7ulaWYpug91AYOsMwH28oWY9g3d9GZmXiQrVQcF8LciNDP/i87UvgrZ46KrBHKAdhkBoWMrTM10pcx0TanrX8O9rF+YC8BkO9apXKPpYjkBActMp3XvOOxdva7rpKcOXDjRCS4gDgI69HotvIYL6MkkMC9yAx2kgVw2weL1uqxDKMG3dMQ1mg6xfGqLZE50bx+EVx3Dlo45gNARAd8+5oOO5PQmJskFDJX5WROje3PZ7lNZk2z8vM3Je1yQXOcPcjFAlPGQO+AAAAAASUVORK5CYII=");
            }
            
            /* Backdrop for main box on how page, as the custom border is the background-if this gets too messy, you can go alter the sprite*/
            
            .mainbox {
              background:#006a6a;
              Padding:9px;margin-bottom:4px;
            }
            
             /*Cute Border for asides and nav bar on home page from here https://ribo.zone/free/snippets/borders*/
            .tourian {
              color: white;
              background: #008080;
              padding:15px;
              padding-bottom: 25px;
              background-clip: padding-box;
              border-image-slice: 14;
              border-image-width: 14px;
              border-image-repeat: round;
              border-style: solid;
              border-color: transparent;
              image-rendering: pixelated;
              border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAA9QTFRFAAAAdHR0vLy8AAAA/Pz8oRsWEgAAAAV0Uk5TAP////8c0CZSAAAA4ElEQVR4nO2TTQ6CMBBGv+kFoMatCo1rE8MNvD9BL4BcQEviGnDoH7S6dGkXTOcx+dKGB8Esym2detsCikveu7cTP1qmShTA09MSGK6ahGIYUQwNicvYARufewfEriGl2jRX1XTcdykVD0ezzlKRmeORMqX0s08ZqEbhZ0e+D1NO4AstFDJQjbCkdAlfaDVv64WanranOMH0/9mfzaZfyM5aupgaKA63wvswvgJVaydHT0Wxoq3zAbGpM+V0JE4yldWHvxpE+bmLTZ36iexJF1NNOrGDvFZOzhH8v8mUarwBuDLBzmKXl+gAAAAASUVORK5CYII=");
            }
            
            /*Border for header*/
            .yosemite {
              color: black;
              background: #ddd;
              padding: 15px 20px 15px 15px;
              background-clip: padding-box;
              border-image-outset: 3px;
              border-image-slice: 25 32 25 25;
              border-image-width: 25px 32px 25px 25px;
              border-image-repeat: round;
              border-style: solid;
              border-color: transparent;
              image-rendering: pixelated;
              border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA0CAMAAAADrbBUAAAANlBMVEUAAAAAAADd3d27u7vu7u7v7+////8zmf8zmcxERERCQkKZzP9mmcx3d3dmZmbe3t4zMzMzZsy5ynpyAAAAAXRSTlMAQObYZgAAAddJREFUeNql1ge64yAMBGAkYqXH2ftfdmHwGAhKYXdeDfp+dwvCfCRlGMn5wWmK9GMR+ciL0x6L6oGa3JELGHGlh4NBk8sgbVkGTJp+oI/HI2p9Euyx9LSIY4ky2+V5xfJKlZzZ4IhFZaDkAgfoYJEIO1JVy2X8cbHk6xmC+BR5hzMt5+vT95g0252aaczRyNQPuUgsJ1hg0vPZ8mcLTfjRLhdiOZ1AYUFpSXtcrVYLrBsGjcHHG9VEW3vFIJCF0UYrfzTnli1ptaCeDebbiiOoY1mo1LEW3ljgagulzTjavhdjBf/yQmT6arnj/ezudyO9P3j1DDbRwV7VomvvtCFT35rSDsfMgr2z12r7VJvoYIF/saD/add/scC0c+ertPPXWY12+v5GU3Wtqlq1D+e5Cro/HOvU88xnUmln3qNUa+w68/7yHST+vW9g/IsF/thz2OvWX/tktLZPLtJYWTb6vLj9GSP2fLa9Pe62YLvAEvu9nXNKwfs6YuV8ZHGckNRsbeYy2oXYnfzMmUOJBZ897FPO3ZLt6uP8sr6jCYuukuyA4WoGimQ7YhnTUUZChwH/eIs66Sgt8FoqWNcR/rQm5J6LJHX0QImrnFsDB6GcXntzdHLN/xdCzBp0nA697gAAAABJRU5ErkJggg==");
            }
                        
            /* CSS for extras */

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #13092D;
            }


            /* BELOW THIS POINT IS MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media only screen and (max-width: 1000px) {
                #flex {
                    flex-wrap: wrap;
                }

                aside {
                    width: 100%;
                }

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
       main {
                    order: 1;
                }

                #leftSidebar {
                    order: 2;
                }

                #rightSidebar {
                    order: 3;
                }

                #navbar ul {
                    flex-wrap: wrap;
                }
            }
            
      