@use 'sass:math' {}#page {
  padding: 7px;
  align: center;
  text-align: left;
  font-family: "Helvetica","Verdana","Arial","sans-serif"; }

#header {
  background-color: snow;
  border-radius: 33px 33px 0 0;
  border-top: 1px solid #333366;
  border-left: 1px solid #333366;
  border-right: 1px solid #333366;
  border-bottom: 2px solid forestgreen;
  color: #333366;
  font-size: 150%;
  padding: 8px 25px; }

#main {
  background-color: snow;
  border-radius: 0 0 33px 33px;
  border-left: 1px solid #333366;
  border-right: 1px solid #333366;
  border-bottom: 4px solid #333366; }

#content {
  background-image: url(/assets/clouds.jpg);
  background-size: cover;
  padding: 8px 25px;
  margin-bottom: 7px;
  border-bottom: 2px solid forestgreen; }

.footer {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 10px; }

a.footer {
  color: #666; }
  a.footer:visited {
    color: #666; }

a {
  color: royalblue; }
  a:visited {
    color: royalblue; }

a:hover, a:visited:hover {
  color: forestgreen;
  text-decoration: none; }

img {
  border: 0;
  max-width: 98%; }
  img.small_square {
    height: 160px;
    width: 160px;
    border: 2px solid royalblue;
    border-radius: 18px;
    margin: 2px 4px; }

h1 {
  color: #333366;
  font-size: 200%;
  font-weight: 600; }

h2 {
  color: forestgreen;
  font-size: 170%;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .5em; }

h3 {
  color: forestgreen;
  font-size: 140%;
  font-weight: normal;
  margin-top: .5em;
  margin-bottom: .2em; }

h4 {
  color: midnightblue;
  font-size: 120%;
  font-weight: normal;
  margin-top: .4em;
  margin-bottom: .2em;
  text-align: center; }

ul {
  color: midnightblue;
  line-height: 24px; }

.hidden {
  display: none; }

.clear {
  clear: both; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
