﻿body {
    margin: 0;
    padding: 0;
    background-color: #f2f0f0;
    /*background-color: #FFC7E1;*/
    font-family: monospace;
}

h1 {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    border: double;
    border-width: 15px;
    margin-top: 0;
    color: white;
    font-size: 350%;
    text-shadow: 1px 1px 2px black, 0 0 1em darkblue, 0 0 0.2em yellow;
}

.introduction p {
    font-family: monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    border-bottom: double;
    border-color: white;
    padding: 2%;
}

.introduction {
    border-bottom: double;
    text-align: center;
    background-color: black;
    list-style-position: inside;
    color: white;
}

    .introduction h2 {
        text-decoration: underline;
        color: white;
        text-shadow: 1px 1px 2px black, 0 0 1em darkblue, 0 0 0.2em yellow;
    }

    a{
        color: yellow;
    }

.introduction {
    margin-left: auto;
    margin-bottom: auto;
}

.theory {
    margin-left: auto;
    margin-bottom: auto;
    border-bottom: double;
    border-color: white;
    margin-bottom: 5%;
}

.section {
    margin-left: auto;
    margin-bottom: auto;
    border-bottom: dotted;
    border-color: white;
}

.section p{
    border: none;
    text-align: left;
    padding: .5%;
}

.setup {
    margin-left: auto;
    margin-bottom: auto;
    padding-bottom: 3%;
    border-bottom: double;
    border-color: white;
    margin-bottom: 5%;
}

.title{
    text-align: center;
    text-decoration: underline;
}

.video-content {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

#content {
    opacity: .8;
    margin: 5% 10%;
    background-color: black;
    padding: 3%;
    box-shadow: 5px 5px 5px 10px white;
    color: white;
}

#content img { width: 80%; }

#content #smallImg { width: 50%; }

#resources {
    background-color: black;
    color: ghostwhite;
    padding: 1%;
}

#resources li{
    list-style: none;
    padding: .5%;
}

#resources a { 
    color: ghostwhite; 
    text-decoration: none;
}

/* Change the style for mobile (when screen is small) */
@media screen and (max-width: 600px) {
    #content {
        margin-left: 3%;
        margin-right: 3%;
    }

    #content img, #content #smallImg { width: 100%; }
}