body
{
    background-color: black;
    background-size: 100%;
    background-repeat: no-repeat;
    color: antiquewhite;
}
nav ul
{
    display: flex;
    list-style-type: none;
    justify-content: space-evenly;
    width: 600px;
    margin-left: 55%;
    margin-top: -70px;
    font-size: 1.75em;
}
a
{
    color: antiquewhite;
    text-decoration: none;
}
a :visited
{
    color: antiquewhite;
    text-decoration: none;
}
#Home
{
    border-bottom: 3px antiquewhite solid;
}
#Websites :hover
{
    border-bottom: 3px rgba(255, 255, 255, 0.5) solid;
}
#CAD :hover
{
    border-bottom: 3px rgba(255, 255, 255, 0.5) solid;
}
#Escapade :hover
{
    border-bottom: 3px rgba(255, 255, 255, 0.5) solid;
}
h1
{
    margin-left: 10%;
    font-size: 3em;
}
header
{
    border-bottom: 5px black solid;
}
#Hi
{
    position: absolute;
    top: 45%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
h2
{
    text-align: center;
    font-size: 3em;
}
h3
{
    text-align: center;
    margin-top: -30px;
    font-size: 1.5em;
}
section ul
{
    display: flex;
    flex-direction: row;
    width: 200px;
    justify-content: space-around;
    list-style-type: none;
    position: absolute;
    top: 20px;
    left: 45%;
    border: 1px transparent solid;
}
#logoli
{
    width: 65px;
    height: 65px;

}
#logoli img
{
    width: 100%;
}
#logo
{
    width: 65px;
    height: 65px;
}
#logo img
{
    width: 100%;
}
footer
{
    width: 200px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 105px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
h4
{
    margin-top: 5%;
}
#important
{
    z-index: 1;
}
@media screen and (max-width:1400px)
{
    nav ul
    {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        width: 600px;
        margin-left: 50%;
        margin-top: -70px;
        font-size: 1.75em;
    } 
    section ul
    {
        display: flex;
        flex-direction: row;
        width: 200px;
        justify-content: space-around;
        list-style-type: none;
        position: absolute;
        top: 20px;
        left: 40%;
        border: 1px transparent solid;
    }
}
@media screen and (max-width:1200px)
{
    nav ul
    {
        display: flex;
        list-style-type: none;
        justify-content: space-evenly;
        width: 400px;
        margin-left: 57.5%;
        margin-top: -70px;
        font-size: 1.5em;
    } 
}
@media screen and (max-width:1000px)
{
    nav ul
    {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        align-items: center;
        justify-content: space-evenly;
        width: 125px;
        margin-left: 70%;
        margin-top: -110px;
        font-size: 1.5em;
    }
    section ul
    {
        display: flex;
        flex-direction: row;
        width: 150px;
        justify-content: space-around;
        list-style-type: none;
        position: absolute;
        top: 20px;
        left: 50%;
        border: 1px transparent solid;
    } 
    #logoli
    {
        width: 50px;
        height: 50px;
    
    }
    #logo
    {
        width: 50px;
        height: 50px;
    
    }
}
@media screen and (max-width:800px)
{
    h1
    {
        margin-left: 5%;
        font-size: 3em;
    }
}
.cb-slideshow,
.cb-slideshow:after { 
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
}
.cb-slideshow li {
    list-style-type: none;
    z-index: -1;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: -1;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url("aircraftfly.jpg") 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url("aircraft1.jpg");
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url("betterbackground.png");
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url("aircraft3.jpg");
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url("Aircraft4.jpg");
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url("Cessna.jpg");
    animation-delay: 30s; 
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@font-face {
    font-family: 'lobster_1.3regular';
    src: url('font/lobster_1.3-webfont.woff2') format('woff2'),
         url('font/lobster_1.3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
nav ul
{
    font-family: "lobster_1.3regular";
}