.wrapper {
  max-width: 600px;
  margin: 2rem auto;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  grid-auto-flow: dense;
}

.gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  background-color: hsl(0 0% 90%);
}

.gallery-landscape {
  aspect-ratio: 9 / 6;
  grid-column-end: span 2;
}

.gallery-portrait {
  aspect-ratio: 6 / 9;
}


body {
    background-color: black;
}

footer {
  
  font-size: 16px;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  padding: 5px;
}

.link{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

a.link:link{
    color: red;
    text-decoration: none;
}


a.link:hover{
    color: red;
    text-decoration: none;
    -webkit-transform: scale(2);
    transform: scale(1.2);
}


a.link:active{
    color: red;
    text-decoration: none;
}

a.link:visited{
    color: red;
    text-decoration: none;
    
    
    
    
    
    





 /* 
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif; 
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body {
 /* font-family: "Cormorant Garamond", system-ui; */
  background-color: #000000;
  text-shadow: 0 0 0px, 0 0 3px grey; 
}
  
/* for index */
#mainleft{
  /*  font-family: "Jacquard 24", system-ui; */
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 10px 0;
}

/* for about & archive */
#mainright{
    font-size: 18px;
    text-align: right;
    width: 600px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


#cv{
    font-size: 12px;
    text-align: left;
    width: 700px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


#gallery{
    font-size: 12px
}

/* for scroll galleries*/
#header{
  
    font-family: "Jacquard 24", system-ui;
    font-size: 25px;
    text-align: left;
    margin: 0 auto;
    width: 600px;
    height: 500px;
    position: absolute;
}





h1 {
      font-family: "Jacquard 24", system-ui;

  font-size: 30px;
  padding: 1px 0;
  color: #8B0000;
}

h2 {
  font-size: 25px;
  padding: 1px 0;
  color: #8B0000;
}

/* for scroll galleries*/
h3 {
  font-size: 25px;
  padding: 1px 0;
}
/*



img{
  display: block;
  margin: 0 auto;
}



body {
  margin: auto;
  width: 100%; 
  text-align: center;
      }


.center {
    text-align: center;
}


.flowers {
  background-image: url("background.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
*/

.scroll-container {
 /* background-color: #333; */
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  
  margin: 0 auto;
    width: 1100px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.scroll-container img {
  padding: 10px;
  height: 450px;
}




/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}

.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




