/* ROOT VARIABLES */

:root {
    /*COLOURS*/
   --jaune: #ceb30c;
   --bleu-fonce: #060e11;
   --bleu: #2596be;
   --rouge: #b12734;
   --blanc: #fefefe;

}

/*BASIC FORMATTING*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #060e11;
}

body {
    /*Text*/
    color: var(--blanc);
    font-family: "Comic Sans MS", sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--blanc);

    /*Visuals*/
    background-color: #2596be;

}

body a {
    /*Text*/
    color: var(--blanc);
    font-weight: bold;
    text-decoration: none;
}

body p {
    /*Text*/
    margin: 5px;
}

body h1 {
    line-height: normal;
}

body ul,
body ol {
    margin-left: 25px;
}

/*BOX DIVS */

.container{
    /*Layout*/
    width: 1125px;
    height: auto;
    margin: 15px auto;
    display: flex;
    justify-content: center;

    /* Visuals */
    background-color: none;
}

.menu{
    /*Layout*/
    width: 225px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* Visuals */
    background-color: none;

}

.menu-buttons{
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.header {
    /*Layout*/
    height: 75px;
    box-sizing: border-box;

    /*Visuals*/
    background-color: none;
}

.content-container {
    /*Layout*/
    width: 700px;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
}

.content {
    /*Layout*/
    width: auto;
    height: 615px;
    box-sizing: border-box;
    margin: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

    /*Visuals*/
    background-color: var(--blanc);
    border: 5px solid var(--blanc);
    border-radius: 10px;
}

.content-wrap {
    /*Layout*/
    display: flex;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.content-split {
    /*Layout*/
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.content-box {
    /*Layout*/
    height: auto;
    display: block;
    flex-grow: 1 1;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px;
    max-height: 100%;

    /*Text*/
    color: var(--blanc);
    text-shadow: none;
    -webkit-text-stroke-width: 0px;

    /*Visuals*/
    background-image: url("images/backgrounds/starblink.gif");
    border: 3.5px solid var(--blanc);
    border-radius: 5px;
}

.content-box-scroll {
    /*Layout*/
    height: auto;
    display: block;
    flex-grow: 1 1;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px;
    overflow: hidden auto;
    max-height: 100%;

    /*Text*/
    color: var(--blanc);
    text-shadow: none;
    -webkit-text-stroke-width: 0px;

    /*Visuals*/
    background-image: url("images/backgrounds/starblink.gif");
    border: 3.5px solid var(--blanc);
    border-radius: 5px;
}

.content-box-invisible {
    /*Layout*/
    height: auto;
    display: block;
    flex-grow: 1 1;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px;
    max-height: 100%;
}

.content-wrap-inner {
    /*Layout*/
    display: flex;
    justify-content: center;
}

.footer {
    /*Layout*/
    height: 75px;
    box-sizing: border-box;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

    /*Visuals*/
    background-color: none;
}

.footer-box {
    /*Layout*/
    height: 45px;
    display: flex;
    padding: 10px;

    /*Visuals*/
    background-color: var(--blanc);
    border: 3.5px solid var(--blanc);
    border-radius: 5px;
}

.sidebar {
    /*Layout*/
    width: 175px;
    height: 575px;
    padding: 5px;
    box-sizing: border-box;
    margin: 5px;
    margin-top: 100px;
    overflow: hidden;
    display: flex;
    flex-direction: column;

    /*Visuals*/
    background-color: none;
    border-radius: 10px;
}

/*ELEMENT DIVS*/

.about {
    display: block;
    background-image: url(images/mine/ABOUT.PNG);
    background-size: contain;
    width: 175px;
    height: 90px;
}

.about:hover {
    width: 200px;
    height: 104px;
}

.projects {
    display: block;
    background-image: url(images/mine/ORIGINALPROJECTS.PNG);
    background-size: contain;
    width: 175px;
    height: 90px;
}

.projects:hover {
    width: 200px;
    height: 104px;
}

.fanstuff {
    display: block;
    background-image: url(images/mine/FANSTUFF.PNG);
    background-size: contain;
    width: 175px;
    height: 90px;
}

.fanstuff:hover {
    width: 200px;
    height: 104px;
}

.other {
    display: block;
    background-image: url(images/mine/OTHER.PNG);
    background-size: contain;
    width: 175px;
    height: 90px;
}

.other:hover {
    width: 200px;
    height: 104px;
}

.logo {
    display: block;
    background-image: url(images/mine/logo.PNG);
    background-size: contain;
    width: 200px;
    height: 132px;
}

.logo:hover {
    width: 225px;
    height: 148px;
}

.header-image {
    height: 75px;
}

.footer-image {
    margin: auto;
}

.sona-art {
    max-width: 100%;
    max-height: 100%;
    margin: 0px;
}

.polaroid {
    box-sizing: border-box;
    border: 5px solid #afc8ff;
    border-bottom: 25px solid #afc8ff;
    border-radius: 1px;
}

.content-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.content-column {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.spaced-column {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
}

.content-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.spaced-row {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.cbox {
    border: 2.5px solid var(--blanc);
    border-radius: 10px;
}






/*RESPONSIVE / MOBILE*/

@media only screen and (max-width: 600px) {

    .container {
        width: auto;
        flex-direction: column;
        margin: 0;
        flex-wrap: wrap;
    }

    .sidebar {
        order: 3;
        margin: auto;
        width: 92%;
        margin-bottom: 15px;
    }

    .menu {
        order: 1;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;

    }

    .menu-buttons {
        display: flex;
        width: 100%;
        max-width: 500px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-container {
        order: 2;
        width: 100%;
        height: auto;
        padding: 10px;
        margin-top: auto;
        height: auto;
    }

    .content {
        flex-direction: column;
        height: auto;
    }

    .content-wrap {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: auto;
    }

    .content-split {
        height: auto;
    }

    .content-box-scoll {
        height: 100%;
    }

    .footer {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .footer-box {
        width: auto;
        max-width: 300px;
        height: auto;
        flex-wrap: wrap;
        padding-top: 10px;
    }

    .header {
        width: auto;
        height: auto;
    }

    .header-image {
        width: 100%;
        height: auto;
    }
}