
:root {
    --box-width: 45%;
    --box-min-height: 1000px;
    --padding-top-article: 2%;
}

@media (max-width: 1000px) {
    :root {
        --box-width: 90%;
    }   
}



html{
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("small_curve.png");
    background-size: 85%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: black;
}

header {
    margin: auto;
    margin-top: 2.5%;
    border: 1px solid white;
    width: var(--box-width);
    background-image: url("../W_Boson.jpg");
    background-position: 40%;
    background-size: 135%;
    border-bottom: 0px;
}

.navbar {
    border: 1px solid white;
    border-bottom: 0px;
    width:var(--box-width);
    margin:auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar > a{
    border-right: 1px solid white;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    color: white;
}

.navbar > a.active {
    text-decoration: underline;
}

.navbar > a:hover {
    text-decoration: underline;
}

.sidebar {
    border: 1px solid white;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    color: white;
    width: 17%;
    display:block;
    float: left;
    background-color: rgb(22, 22, 22);
    min-height: var(--box-min-height);
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar > p {
    font-family: 'Courier New', Courier, monospace;
    font-size: small;
}

.sidebar a {
    text-decoration: underline;
    color: white;
}

.sidebar img {
    display: block;
    border-radius: 4px;
    border:  1px solid #ddd;
    padding: 5px;
    padding-top: 3px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#content {
    border: 1px solid white;
    margin: auto;
    width: var(--box-width);
    min-height: var(--box-min-height);
}

article {
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: var(--padding-top-article);
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#blog {
    color: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#imgHeader {
    width: 30%;
    padding-top: 60px;
    padding-left: 10px;

}

#imgStandard {
    display: block;
    border-radius: 4px;
    border:  1px solid #ddd;
    padding: 5px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pic {
    display: block;
}

.pic p {
    margin: auto;
    display: block;
    font-size: small;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1%;
}

#buttons {
    color: white;
    display: block;
    width:var(--box-width);
    margin:auto;
    margin-top: 5px;
    font-size: small;
    font-family: 'Courier New', Courier, monospace;
}

table {
    border: 1px solid white;
    width: 45%;
    min-height: 220px;
    background-image: url("stars.jpg");
    background-position: 50% 60%;
    background-size: 120%;
    background-repeat: no-repeat;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

#table-head {
    text-align: center;
    border: 1px solid white;
    padding: 0%;
    background-image: url("fog1.png");
    background-position: 50% 60%;
    background-size: 120%;
    background-repeat: no-repeat;
}

th {
    border: 1px solid;
    width: 25%;
}

#side {
    text-decoration: dashed;
}

td {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
}

#intro {
    border: 1px solid white;
    color: white;
    width: 45%;
    display: block;
    float: right;
    background-color: rgb(22, 22, 22);
    padding-left: 15px;
    padding-right: 15px;
    min-height: 220px;
}

#intro p {
    display: block;
}

#toggle-buttons {
    margin: auto;
    display: block;
    font-size: small;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 1%;
    padding: 1%;
}

.buttons-list {
    display: none;
}

#button-section {
    padding-bottom: 10px;
}


#footnote {
    color: white;
    display: block;
    width:var(--box-width);
    margin:auto;
    font-size: small;
    font-family: 'Courier New', Courier, monospace;
}



@media screen and (max-width: 800px) {
    :root {
        --box-width: 90%;
        --padding-top-article: 5%;
    }   
    
    .sidebar {
        border-bottom: 1px solid white;
        margin: auto;
        color: white;
        width: var(--box-width);
        display:block;
        background-color: rgb(22, 22, 22);
        padding-left: 15px;
        padding-right: 13px;
        min-height: fit-content;
    }

    .sidebar > p {
        font-family: 'Courier New', Courier, monospace;
        font-size: small;
    }

    .sidebar a {
        text-decoration: underline;
        color: white;
    }

    .navbar {
        border: 1px solid white;
        border-bottom: 0px;
        width:var(--box-width);
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar > a{
        border: 1px solid white;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20%;
        font-size: large;
        font-family: 'Courier New', Courier, monospace;
        text-decoration: none;
        color: white;
    }

    .navbar > a.active {
        text-decoration: none;
    }

    article {
        
        display: block;
        margin: auto;
        color: white;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 350px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    #content {
        border: 1px solid white;
        width: var(--box-width);
        min-height: fit-content;
        
    }

    
}