
    body {
            margin: 0px;
            font-size: 13px;
            background-image: url("images/undertheseathree.jpg");
            font-family: "adobe-aldine", sans-serif;
            font-weight: 400;
            font-style: normal;
        }
        main {
            width: 75%;
            min-width: 360px;
            /* margin: top right bottom left*/
            margin: 20px auto 25px auto;
        }
        header {
            font-family: "sirenia", sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 35px;
            background-image: url("images/headerforsea.jpg");
            background-size: cover;
            margin-top: -50px;
            margin-bottom: 10px;
            overflow: hidden;
            Color: #fff;
            padding: 77px;
            text-shadow: 2px 2px 8px #05384c;
        }
        h1 {
            text-align: center;
            font-size: 1.7em;
        }
        h2 {
            text-align: center;
            font-size: 1.5em;
            font-weight: normal;
            background-color: rgba(255,255,255,.2);
            padding: 10px 24px;
        }
        /* - - - - NAV - - - - */
        nav {
            text-align: center;
        }
        nav>* {
            padding: 10px 20px;
        }
        nav a {
            text-decoration: none;
            color: #fff;
            margin: 10px;
        }
        nav a:hover{
            background-color: rgba(0,0,0,.3);
            color: rgb(0, 213, 206);
        }
        
        /* - - MAIN and CONTENT SECTIONS - - */
        
        main {
            width: 75%;
            min-width: 360px;
            /* margin: top right bottom left*/
            margin: 20px auto 25px auto;
        }
        section{
            width: 75%;
            margin: auto;
            min-width: 400x;
        }
        section img {
            border: 5px solid #fff;
            width: 100%;
            min-width: 360px;
            margin-bottom: 20px;
        }
        h3 {
            font-size: 1.2em;
            font-weight: bold;
            margin-top: 0px;
        }
        p {
            font-size: 20px;
            font-family: "adobe-aldine", sans-serif;
            line-height: 1.6;
            text-indent: 2em;
            min-width: 360px;
            /* margin: top right bottom left*/
            margin: 20px auto 25px auto;
            text-align: justify;
        }
        p{
            color: #fff;
        }
        ol {
            color: #fff;
            font-size: 20px;
            font-family: "adobe-aldine", sans-serif;
        }
        h2 {
            font-family: "sirenia", sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #fff;
        }
        img {
            width: 400px;
        }
