body {

    background-image: url(/assets/bg-grid-small.png);
    background-size: 50px;
    ba/ckground-color:  #f8f5ed;
    color: blue;
    font-size: 17px;
    font-family: 'baskerville', serif;

}

header {

    max-width: 55rem;
    text-align: left;

}

header p {
    
    margin: 0px;
    max-width: 45rem;
    padding: 20px;
}

nav { 
    
    padding-left: 25px;
    max-width: 55rem;   
    display: flex;        
    align-items: center;        
    gap: 10px;
    margin-top: 30px;
}

nav a {
    
    text-decoration: none;
}

nav h1::after {
    
    content: ' ✦'
}
@media only screen and (max-width: 768px) {

 
    nav  {
        
    padding-left: 0px;
    width:50%;
    display:block;
    margin-bottom: 15px;
}
    
    nav button {
        
        margin-bottom: 10px;
    }   
}

a:hover {
    
    font-style: italic;
}

a button:hover {

    cursor: pointer;
    font-style: italic;
    transition: 0.2s; 
    
    background-color: blue;
    color: white;

}

p {
    
    line-height: 1.2;
}

h1 {
    
    font-family: 'baskerville', serif;
    font-style: italic;
    font-weight: 100;

}

h2 {
    
    font-family: monospace;
    font-weight: 100;
}

h3::before {
  
    content: '⟣ ';  
}

h3 {
    
    font-size: 18px;
    font-family: monospace;
    font-weight: 100;
}

h4 {
    
    font-weight: 100;
    font-family: monospace;
    font-size: 15px;
    font-style: italic;
}

button {
    
    transition: 0.2s;
    background-color: white;
    color: blue;
    border: 1px solid blue;
    font-family: "times new roman";
    font-size: 17px;
}

article {

    max-width: 55rem;
    margin: 30px;
}

footer {
            
    display: flex;
    justify-content: center;
    margin: 10px 0px 30px 0px;
        
}

.galleryimg {

    max-width: 45rem;
    width: 99%;
}

.small {

    max-width: 25rem;
    width: 99%;
}

/* 
.double {

    display: flex;
    justify-content: center;
    gap: 10px;
}

@media only screen and (max-width: 1031px) {

    .double  {

    display:block;
}

*/

.id {
    
    text-align: center;
    max-width: 35rem;
    margin-bottom: 20px;
}

.desc {
    
    text-align: left;
    max-width: 43rem;
}

.sparkle {
    
    position: absolute;
}
.txtb {
    
    margin-top: 10px;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    border: none;
}

.thumb {
    
    object-fit: cover;
    height: 200px;        
    width: 200px;        
    margin: 7px;

}
        
.thumb:hover {            

    transform: scale(1.1);
}

.gallery a {
    
    text-decoration: none;
}