﻿        body {
            background: unset;
            background-color: hsl(0, 0%, 0%);
        }

        header {
            height: 50px;
        }

        div.background-container {
            width: 100%;

            min-height: 100vh;


            
            background-repeat: no-repeat;

            background-image: url(/images/backgrounds/cities/ryo-yoshitake-rD28m9BmXVs-unsplash-main.jpg);
            
            background-size: 100% auto;



        }

        header a {
            
        }

        div.ceilingNav {
            padding-top: 16px;
        }

        div.navIcon {
            right: 10px;
            top: 16px;
            color: hsl(0, 0%, 95%);
        }

        div.navIcon div {
            margin-bottom: 3px;
            height: 5px;
            background-color: hsl(0, 0%, 95%);
        }


        
        div.main-page-content {
            display: none;
        }

        a.previous-link, a.next-link {
            line-height: 1.8;
            font-size: 14pt;
            text-transform: uppercase;
        }

