@font-face {
 font-family: 'Alex Brush';
 src: url('/formatting/fonts/AlexBrush-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
} html {
/* background-color: #817140;
 background-image: url('graphics/statuewide.jpg');
 background-size: cover;
 background-position: center;
 background-attachment: fixed; */
} body {
    background-color: #FADAE6;
    background-image: url('/formatting/graphics/rose.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #080040;
} #body {
    margin: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #060606;
    background-color: rgba(250,252,255,0.75);
    border-radius: 20px;
    border: 5px solid #FFFFFF;
    width: 80%;
    max-width: 400px;
    max-width: 1500px;
    min-height: 550px;
    padding: 10px;
} h1 {
    font-family: 'Alex Brush', cursive;
    text-align: center;
    font-size: 50px;
    margin: 0;
} h1 a:hover {
    text-decoration: none;
} h2 {
    font-family: 'Alex Brush', cursive;
    text-align: center;
    font-size: 38px;
} #tabular {
    display: table;
    width: 100%;
} #tabular div {
    height: 500px;
    width: 100%;
    text-align: center;
    font-family: 'Alex Brush', cursive;
    font-size: 36px;
    display: table-cell;
    vertical-align: middle;
    align-content: center;
} #gallery {
    text-align: center;
} #jewel {
    display: inline-block;
    background-color: #FADAE6;
    background-image: url('placeholder.jpg');
    background-size: cover;
    background-position: center;
    height: 230px;
    width: 170px;
    padding: 0;
    margin: 10px;
} #jewel:hover {
    text-decoration: none;
} #jewel h3 {
    margin: 0;
    width: 166px;
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    text-align: center;
    padding: 2px;
    height: 25px;
} #jewel:hover h3 {
    background-color: rgba(255,255,255,0.8);
    color: #000000;
} #jewel #description {
    display: block;
    opacity: 0;
    user-select: none;
    margin: 0;
    height: 191px;
    width: 160px;
    padding: 5px;
    background-color: rgba(255,255,255,0.8);
} #jewel:hover #description {
    opacity: 1;
} nav {
    text-align: center;
    font-family: 'Alex Brush', cursive;
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
} /* #nav {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 300px;
 float:left;
} #nav li {
 display: inline;
 margin: 0;
 padding: 0;
 vertical-align: middle;
} #nav a {
 display: table;
 color: #FFFFFF;
 font-family: 'Alex Brush';
 text-decoration: none;
 text-align: center;
 width: 400px;
 min-height: 70px;
 font-size: 22px;
 line-height: 100px;
 vertical-align: middle;
} #nav a:hover {
 background-color: #060606;
 background-color: rgba(126,126,126,0.3);
 color: #FFFFFF;
} #nav span {
 width: 100%;
 height: 100%;
 display: table-cell;
 line-height: normal;
 vertical-align: middle;
} #nav img {
 width: 95%;
} */ #social {
 list-style: none;
 margin: 0;
 padding: 0;
 float:right;
 text-align: right;
} #social li {
 display: inline;
 margin: 0;
 padding: 0;
} #social a {
 display: inline-block;
 margin: 0;
 width: 30px;
 height: 30px;
} #social a:hover {
 background-color: #060606;
 background-color: rgba(126,126,126,0.3);
 color: #FFFFFF;
} #social img {
 margin: 0;
 height: 100%;
} /* #body {
 padding: 20px;
 margin-left: 400px;
 font-size: 20px;
 line-height: 1;
}  #body.frontpage {
  padding-top: 130px;
} */ a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    color: #080040;
} a:hover {
    text-decoration: underline;
} a:link, a:hover, a:active, a:visited {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
} h2 {
 font-size: 28px;
} h3 {
 font-size: 24px;
} /* #body a:link, #body a:visited, #body a:active {
 color: #FFFFFF;
} #body a:hover {
 color: #AAAAAA;
} */ #body #gallery {
 margin:none;
} #body #gallery a {
 margin-right:25px;
 margin-left:0px;
 margin-top:25px;
 display:inline-block;
} #body #gallery a img {
 width:125px;
 border-radius:5px;
 margin:none;
 border:2px solid #661E05;
 opacity: 0.8;
 filter: alpha(opacity=80); /* For IE8 and earlier */
} #body #gallery a img:hover {
 opacity: 1.0;
 filter: alpha(opacity=100); /* For IE8 and earlier */
}

@media only screen and (max-device-width: 600px) {
    body {
     background-image: url('/formatting/graphics/lily.jpg');
    } #body {
     margin: 0;
     border-radius: 0;
     border: none;
     width: 100%;
     min-height: 100%;
     padding: 0;
     padding-top: 10px;
     background-color: rgba(255,255,255,0.5);
    } #tabular {
     width: 100%;
     height: 60%
    } #tabular div {
     font-family: inherit;
     height: 60%;
     font-size: 50px;
    } h1 {
     margin-left: 10px;
     margin-right: 10px;
     font-size: 144px;
    }
}

@media print {
    nav {
     display: none;
    } body {
     background: none;
    } #body {
     background: none;
     border: none;
     width: auto;
     height: auto;
    } #jewel {
     text-decoration: none;
    } #jewel h3 {
     background-color: rgba(255,255,255,0.8);
     color: #000000;
    } #jewel #description {
     opacity: 1;
    }
}
