

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 @import url('https://fonts.googleapis.com/css2?family=Courgette&family=Playfair+Display:wght@500&display=swap');
                body { font-family: 'Playfair Display', serif;
                       text-align: center;
                       color:#041b2d;
                       background-color: orchid;
                       background-image: url(images/cloudymountain.jpg); }
                h1 { background-color: #feef99; 
                     color: #041b2d;
                     border-radius: 5px;
                     letter-spacing: 0.1em;
                     line-height: 200%; }
                h2,h3 { color: #ff0; 
                     word-spacing: 0.5em; }
                p,dl {line-height: 200%;
                   font-size: 1.5em;
                   font-family: 'Courgette', cursive;}
                nav a { text-decoration: none;
                        font-size: 1.5em;
                        color: #feef99; }
                nav {border-style: double;
                     border-width: 3px; 
                     border-color: #041b2d;
                     border-radius: 5px;
                     padding: 10px}
                dt { color: #feef99;}
                ul {text-align: left}
                img {border-radius: 5px;
                     margin-top: 20px}
                #wrapper { width: 80%;
                           margin-right: auto;
                           margin-left: auto; }

                .fotorama { text-align: center;
                            border-style: double;
                            border-width: 3px; 
                            border-color: #041b2d;
                            border-radius: 5px;
                            padding: 10px;
                           width: 60%;
                           margin-right: auto;
                           margin-left: auto; margin-top: 20px;  }
                 















