body {margin:0}
nav {width:100%;
    max-width:1750px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:#093051 ;
    height:50px;
    margin-top:0;}

nav ul {color:#FFFFFF;
        list-style: none;
        }

nav li{display: inline-block;
        padding-right:20px;
        padding-left:20px}

nav a {text-decoration: none;
        color:white;
        font-size:12px;
        font-family: sans-serif}
nav a:hover{color: lightblue}

header {background-image: url(background.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        width:100%;
        height:100vh;
        max-width: 1750px;
        font-size:12px;
        font-family:}

.logo img {margin-left:auto;
            margin-right: auto;
            display: block;
            padding-top: 15px
            }

h1 {font-size:50px;
    text-align: center;
    color:white;
    margin-bottom:0;
    margin-top:8px;
    }

h2 {font-size:20px;
text-align: center;
    color:white;
    margin-top:0;
    font-style: italic}

.flex {display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        margin-top:20px}

.flex img {border: 3px solid #FFFFFF;
            padding: 15px 10px;
            margin-right:10px;}

.flex img:hover {transition-duration:2s;
                transition-property: background-color;
                background-color: rgba(255,255,255, 0.6)}

main {height: 600px;
        margin-bottom:0;
        padding-bottom:0}

#about {background-color: #093051;
        height:auto;
        width:100%;
        padding-top:30px;
        position:fixed;
        bottom:10px
       }

#about p{text-align: center;
        color:#FFFFFF;
        font-size: 16px;
        font-style: italic;
        margin-top:0;
        margin-left: auto;
        margin-right: auto;
        max-width:800px;
        margin-bottom:0;
        padding-bottom:40px;
        padding-top: 1px;
        line-height: 1.5
        }

footer {background-color: black;
margin-top:0;
margin-bottom: 0;
    padding-bottom:0;
    padding-top:0;
    height:40px;
    position:fixed;
    bottom:0px;
    width:100%
}

footer p{font-size: 12px;
        text-align: center;
        color:#FFFFFF;
        margin-top:0;
        padding-top:10px;
        margin-bottom:0;
        font-family: sans-serif}

footer a {color:blue}