@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Josefin+Slab:ital,wght@0,100;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,600;1,700&family=Kristi&display=swap');
body{
    background-image:url(bg-construct-sml.jpg);
    background-repeat: repeat-x;
    background-color: #d0d6ce;
    padding:0;
    margin:0 auto;
}
h1{
    font-family:'Cormorant Garamond';
    font-size:2.25em;
    color:#2b4452;
    font-weight: 700;
    font-style: italic;
    background-image:url(h1bg.png);
    background-repeat: no-repeat;
}
h2{
    font-family:'Cormorant Garamond';
    font-size:1.75em;
    color:#2b4452;
    font-weight: 700;
    font-style: italic;
    background-image:url(h1bg.png);
    background-repeat: no-repeat;
}
h3{
    font-family:'Cormorant Garamond';
    font-size:1.25em;
    color:#2b4452;
    font-weight: 900;
    font-style: italic;
}
p{
    font-family: 'Cormorant Garamond';
    font-weight:400;
        font-size:1.125em ;
    line-height: 24px;
    color:#2b4452;
       /* text-shadow: 1px 1px #d9cbef;*/

}
#container{

    margin:0 auto;
}
#header{
    position:relative;
    width:800px;
    padding:0;
    margin:0 auto;
    background-image: url(rydia_transparent2.png);
    height: 609px;
}
#nav{
    width:800px;
    z-index: 1;
    margin:0 auto;
    top:165px;
    left:10px;
    position: relative;
}
#nav ul{
display:block;
}
#nav li
{
display: inline;

list-style-type: none;
padding-right: 10px;
    padding-left:10px;
    margin: 0;
    font-size: 2.75em;
}

#nav a {
  position: relative;
     text-decoration: none;
    color:#2a4351;
    font-family: 'Kristi';
}


/*a {
    text-decoration: none;
    color:#2a4351;
  background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 0),
      rgba(255, 0, 200, 0)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a:hover {
  background-size: 0 3px, 100% 3px;
}*/

a {
     text-decoration: underline;
    color:#895a12;
}
a img{
    border: 3px white solid;
    margin: 2px;
}
#nav a{
    color:#2a4351;
}

#nav a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: #977522;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

#nav a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

#content
{
    position:relative;
    width:720px;
    padding:10px;
    border-radius: 5px;
    margin:0 auto;
    background-color:#e8e3df;}
#footer-container
{background-image: url(background_span_bottom.png);
height:250px;
    padding:0;
    margin:0 auto;
}
#footer
{
    position:relative;
    width:720px;
    padding:10px;
    border-radius: 5px;
    margin:0 auto;
   /* background-image: url(bgfoot.png);
    background-repeat: no-repeat;
    background-position: right;*/
    height:150px;

}
