header
{
    border-bottom: 10px black solid;
}
body
{
    background: url('sky.jpg');
    background-attachment: fixed;
    
}
#logo
{
    width: 200px;
    height: 200px;
}
#logo img
{
    width: 100%;
}
h1
{
    margin-top: -50px;
    margin-left: 200px;
    font-family: 'pettingill_cfbold';
    font-size: 3em;
}
h2
{
    margin-left: 250px;
    font-family:'chomskyregular';
}
#Navigation
{
    margin-left: 50%;  
    margin-top: -70px;  
}
header ul
{
    display: flex;
    flex-direction: row;
    width: 860px;
    justify-content: flex-start;
    list-style-type: none;
    font-family: 'chomskyregular';
    font-size: 2em;
    overflow-x: scroll;
    height: auto;
}
@media screen and (max-width:1850px)
{
    header ul
    {
        width: 620px; 
        font-size: 2em; 
    }
}
@media screen and (max-width:1335px)
{
    header ul
    {
        width: 300px; 
        font-size: 2em; 
    }
}
#Raptor
{
    white-space: nowrap;
    margin-bottom: 10px;
    box-shadow: 5px 5px black;
}
#Mirage
{
    margin-left: 125px;
    white-space: nowrap;
}
#Blackbird
{
    margin-left: 125px;
    white-space: nowrap;
}
#Mig
{
    margin-left: 125px;
    white-space: nowrap;
}
#EmptyNav
{
    margin-left: 25px;
    border: 1px transparent solid;
}
#Banner
{
    background: url("F-22.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1000px;
    height: 562.111801242px;
    display: flex;
    margin: auto;
    margin-top: 25px;
    position: relative;
}
#BannerText
{
    position: absolute;
    font-size: 1.5em;
    color: seashell;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
#RedBox
{
    position: absolute;
    bottom: 0;
    right: 0;
    border: 5px red solid;
    border-radius: 10px;
    font-size: 1.5em;
    background-color: orangered;
}
#Specs
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: url('USFlag.png') no-repeat;
    height: 500px;
    background-size: 100%;
    position: relative;
    margin-top: 25px;
    align-items: center;
}
#Specs1
{
    border: 5px black solid;
    background-color:rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    width: 30%;
}
#Specs2
{
    border: 5px black solid;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    width: 30%;
}
#Specs3
{
    border: 5px black solid;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    width: 30%;
}
h3
{
    text-align: center;
}
a:visited/*How to change color of links when visited*/
{
    color:black;
}
a
{
    color: black;
}
footer
{
    text-align: center;
    border: 5px black solid;
    width: 33%;
    margin: auto;
    border-radius: 20px;
    background-color: yellow;
}
#endbox
{
    width: 200px;
    height: 200px;
    margin: auto;
}
#endbox img
{
    width: 100%;
}
footer
{
    font-size: 2em;
}
#Raptor
{
    background-color: rgba(255, 255, 255, 0.8);
    border: 5px black solid;
    border-radius: 10px;
}
#Mirage :hover
{
    background-color: rgba(255, 255, 255, 0.4);
    border: 2.5px black none;
    border-radius: 10px;
}
#Blackbird :hover
{
    background-color: rgba(255, 255, 255, 0.4);
    border: 2.5px black none;
    border-radius: 10px;
}
#Mig :hover
{
    background-color: rgba(255, 255, 255, 0.4);
    border: 2.5px black none;
    border-radius: 10px;
}

@font-face {
    font-family: 'pettingill_cfbold';
    src: url('pettingillcf-bold-webfont.woff2') format('woff2'),
         url('pettingillcf-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'chomskyregular';
    src: url('chomsky-webfont.woff2') format('woff2'),
         url('chomsky-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}