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

    :root {
        --ImageSize: 300px;
      }

    * {
        padding: 0;
        margin: 0;
        }
    
    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;
    }
           
    .SectionTitleContainer{
        width: 100vw;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        grid-row-start: 1;
        margin: 40px 0 0 0;
    }

    .Section_Mattboard{
        width: min(70%, 250px);
        height: 100%;
        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{
        width: min(80%, 200px);
        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;
    }

    .NoteSmall{
        width: 100px;
        height: 100px;
        background-image: url(Images/BackgroundTexture_NoteSmall.jpg);
        background-size: 600px;
        box-shadow: 0 5px 10px black;
        background-color: #BEC12C;
        border: none;
        z-index: 99;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    
    .NoteSmall H2{
        color: black;
        text-align: center;
        font-family: 'Permanent Marker', cursive;
        font-size: 21px;
        padding: 5px;
    }
    
    .NoteSmall a {
        text-decoration: none;
    }

    .NoteLarge{
        width: 150px;
        height: 100px;
        background-image: url(Images/BackgroundTexture_NoteLarge.jpg);
        background-size: 600px;
        box-shadow: 0 5px 10px black;
        background-color: #9F65CC;
        border: none;    
        z-index: 99;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    
    .NoteLarge H2{
        color: black;
        text-align: center;
        font-family: 'Permanent Marker', cursive;
        font-size: 21px;
    }
    
    .NoteLarge a {
        text-decoration: none;
    }

    section{
        scroll-margin-top: 200px;
    }

    #Basics{ 
        position: relative;
        top: -200px;
        width: 100vw;
        display: grid;
        grid-template-rows: repeat(15, 50px);
        grid-template-columns: repeat(10, 10%);
        gap: 0px;
        justify-items: left;
        scroll-margin-top: 200px;
        }
    
    #BreakingNews{ 
        position: relative;
        top: -200px;
        width: 100vw;
        display: grid;
        grid-template-rows: repeat(16, 50px);
        grid-template-columns: repeat(10, 10%);
        gap: 0px;
        justify-items: left;
        scroll-margin-top: 300px;
        }
    
    #GovAction{ 
        position: relative;
        top: -200px;
        width: 100vw;
        display: grid;
        grid-template-rows: repeat(15, 50px);
        grid-template-columns: repeat(10, 10%);
        gap: 0px;
        justify-items: left;
        scroll-margin-top: 300px;
        margin-bottom: -150px;
        }

    article > img{
        width: 100%;
        height: auto;
    }

    #AllegedUFO{
        justify-self: right;
        grid-column-end: 7;
        grid-row-start: 4;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.22 / 1;
    }
    
    #AllegedUFO > img{
        transform: rotate(10deg);

    }

    #FBIMemo1{
        justify-self: left;
        grid-column-start: 6;
        grid-row-start: 4;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 0.82 / 1;
    }
    
    #FBIMemo1 > img{
        transform: rotate(0deg);
    }

    #SaucersOverDC{
        justify-self: right;
        grid-column-end: 6;
        grid-row-start: 8;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.19 / 1;
    }
    
    #SaucersOverDC > img{
        transform: rotate(-14deg);
    }

    #NavyGimbal{
        justify-self: left;
        grid-column-start: 5;
        grid-row-start: 9;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.05 / 1;
    }
    
    #NavyGimbal > img{
        transform: rotate(0deg);
    }

    #WhatAreUFOs{
        justify-self: left;
        grid-column-start: 4;
        grid-row-start: 5;
        transform: rotate(-15deg);
    }

    #UFOsVsUAPs{
        justify-self: right;
        grid-column-end: 10;
        grid-row-start: 8;
        transform: rotate(15deg);
    }
    
    #HistoryOfUFOs{
        justify-self: left;
        grid-column-start: 1;
        grid-row-start: 11;
        transform: rotate(10deg);
    }
    
    #VideosOfUFOs{
        justify-self: right;
        grid-column-end: 11;
        grid-row-start: 13;
        transform: rotate(-10deg);
    }

    #UFOFormation{
        justify-self: right;
        grid-column-end: 7;
        grid-row-start: 4;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.23 / 1;
    }
    
    #UFOFormation > img{
        transform: rotate(10deg);

    }

    #FBISketch{
        justify-self: left;
        grid-column-end: 8;
        grid-row-start: 4;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.23 / 1;
    }
    
    #FBISketch > img{
        transform: rotate(-5deg);

    }

    #WeatherBalloon{
        justify-self: left;
        grid-column-start: 5;
        grid-row-start: 8;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 0.69 / 1;
        z-index: 98;
    }
    
    #WeatherBalloon > img{
        transform: rotate(-10deg);
    }

    #NavyGoFast{
        justify-self: right;
        grid-column-end: 6;
        grid-row-start: 8;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 1.06 / 1;
        z-index: 99;
    }
    
    #NavyGoFast > img{
        transform: rotate(15deg);
    }

    #AlienCorpses{
        grid-column-start: 7;
        grid-row-start: 7;
        transform: rotate(-15deg);
    }
    
    #RingVideos{
        grid-column-start: 1;
        grid-row-start: 6;
        transform: rotate(8deg);
    }
    
    #UFOsOverNuclearSites{
        grid-column-start: 2;
        grid-row-start: 11;
        transform: rotate(-8deg);
    }

    #BalloonsAndSatellites{
        grid-column-start: 5;
        grid-row-start: 14;
        transform: rotate(7deg);
    }

    #NASAStudy{
        justify-self: right;
        grid-column-end: 8;
        grid-row-start: 4;
        width: 400px;
        height: auto;
        aspect-ratio: 1.89 / 1;
        z-index: 99;
    }
    
    #NASAStudy > img{
        transform: rotate(10deg);
    }

    #UFOSighting{
        justify-self: left;
        grid-column-start: 5;
        grid-row-start: 4;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 0.82 / 1;
    }
    
    #UFOSighting > img{
        transform: rotate(-5deg);
    }

    #FBIMemo2 {
        justify-self: right;
        grid-column-end: 7;
        grid-row-start: 8;
        width: var(--ImageSize);
        height: auto;
        aspect-ratio: 0.85 / 1;
    }
    
    #FBIMemo2 > img{
        transform: rotate(0deg);
    }

    #CongressHearing{
        justify-self: left;
        grid-column-start: 4;
        grid-row-start: 12;
        width: 400px;
        height: auto;
        aspect-ratio: 1.77 / 1;
    }
    
    #CongressHearing > img{
        transform: rotate(10deg);
    }

    #NewOffice{
        grid-column-start: 7;
        grid-row-start: 9;
        transform: rotate(5deg);
    }  

    #NASAReport{
        grid-column-start: 4;
        grid-row-start: 6;
        transform: rotate(-5deg);
    }        
            
    #DisclosureAct{
        grid-column-start: 1;
        grid-row-start: 11;
        transform: rotate(15deg);
    }       

    #UFOHearing{
        grid-column-start: 5;
        grid-row-start: 14;
        transform: rotate(-5deg);
    }    
    
         
    #Comments{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0px 2px 3px #000000);
        scroll-margin-top: 300px;
    }
    
    .FormSection{
        margin-top: -50px;
        margin-left: 20px;
        margin-right: 20px;
        width: 80%;
        height: auto;
        aspect-ratio: 1.17 / 1;
        background-image: url(Images/Envelope.webp);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .FormContainer{
        height: 100%;
        width: 100%;
        display: grid;
        grid-template-rows: 29fr 65fr 6fr;
        grid-template-columns: 14fr 80fr 6fr;
    }
    
    form{
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 9px;
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
    }
    
    input{
        width: 40%;
        height: auto;
        align-self: center;
        margin-top: 2px;
        font-size: 9px;
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
    }
    
    .textbox{
        width: 80%;
    }
    
    label{
        margin-left: 20%;
        margin-top: 2px;
    }
    
    textarea{
        width: 80%;
        max-width: 400px;
        height: 20px;
        font-size: 9px;
        font-family: 'Courier Prime', 'Courier New', Courier, monospace;
    }

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

 
}
