@media only screen and (min-width:  320px) and (max-width: 499px){

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        }

    html{
        overflow-x: clip;
        height: auto;
    }

    body{
        background-color: #001E30;
        width: 100vw;
        height: auto;
        background-image: url(/Images/Adobe_Corkboard3.jpg);
        background-size: 600px;
        overflow-x: clip;
    }
    
    img{
        filter: drop-shadow(0px 5px 5px #000000), 
    }

    .Navigation_Container{
        position: sticky;
        top: 0;
        z-index: 100;
        filter: drop-shadow(0px 30px 20px #000000);
    }
    
    .NavBar{
        transform: translateX(100%);
    }
    
    .NavBar[data-visible="true"]{
        transform: translateX(0%);
    }
    
    .menu-toggle{
        position: absolute;
        top: 30px;
        right: 25px;
        width: 25px;
        height: 25px;
        border: 0;
        background-image: url(/Images/Hamburger_Menu.png);
        background-color: #001E30;
        background-repeat: no-repeat;
    }
        
    .Logo_Container {
        height: 80px;
        width: 100vw;
        background-color: #001E30;
    }

    .Logo > img {
        height: 80px;
        width: auto;
        padding-left: 10px;
    }
        
    li{
        background-color: black;
        list-style: none;
    }
        
    li a{
        display: block;
        width: 100%;
        height: 50px;
        text-decoration: none;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        
    li a H1{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center; 
        align-items: center;
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
        font-size: 16px;
        font-weight: bold;
        color: white;
    }

    .SectionTitle_Container{
        width: 100vw;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        grid-row-start: 3;
        margin: 30px 0 0 0;
        margin-bottom: 20px;
    }
    
    .SectionTitle_Mattboard{
        width: min(90%, 300px);
        height: 70%;
        background-image: url(Images/Matt_Texture.jpg);
        background-color: #76A5CC;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(0px 5px 5px #000000);
    }
    
    .SectionTitle_Text{
        width: min(90%, 275px);
        padding: 5px;
        height: 40px;
        background-color: #D9D9D9;
        font-family: 'Permanent Marker', cursive;
        font-size: 21px;
        background-image: url(/Images/PaperTexture.jpg);
        background-size: 400px;
        filter: drop-shadow(0px 2px 3px #000000);
        background-size: 200px;
        background-position: 50% 50%;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

    .Element_Container{
        position: relative;
        top: -200px;
        height: 100%;
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: -175px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        row-gap: 20px;
    }

    .TextArea{
        background-image: url(/Images/PaperTexture.jpg);
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
        font-size: 12px;
    }

    .TextArea {
       padding: 10px;
    }

    .Tile{
        width: 100%;
        height: auto;
    }

    #FBIMemo47{
        max-width: 100%;
        max-height: 100%;
    }

    #FBISketch{
        max-width: 100%;
        max-height: 100%;
    }

    #FBISketch{
        max-width: 100%;
        max-height: 100%;
    }

    #WeatherBalloon{
        max-width: 100%;
        max-height: 100%;
    }

    #NavyGimbal{
        max-width: 100%;
        max-height: 100%;
    }

    #AllegedUFO{
        max-width: 100%;
        max-height: 100%;
    }

    #UFOFormation{
        max-width: 100%;
        max-height: 100%;
    }

    #RingAd{
        max-width: 100%;
        max-height: 100%;
    }

    #NASAStudy{
        max-width: 100%;
        max-height: 100%;
    }

    #UFOSighting{
        max-width: 100%;
        max-height: 100%;
    }

    #FBIMemo2{
        max-width: 100%;
        max-height: 100%;
    }

    #CongressHearing{
        max-width: 100%;
        max-height: 100%;
    }
    
    .Long_Container{
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

    .Citations{
        width: 100%;
    }

    .Citations > H2 {
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
        text-align: center;
        font-size: 9px;
    }

    .Citations > p{
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
        font-size: 9px;
        text-align: center;
        text-justify: inter-word;
    }

    footer{
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
        font-size: 9px;
        height: 50px;
        width: 100vw;
        color: white;
        background-color: #001E30;
        display: flex;
        justify-content: center; 
        align-items: center;
    }

}