body {
 background: rgb(10,79,102);
background: linear-gradient(270deg, rgba(10,79,102,1) 0%, rgba(230,230,180,1) 20%, rgba(250,248,234,1) 20%, rgba(250,248,234,1) 80%, rgba(230,230,180,1) 80%, rgba(10,79,102,1) 100%); 
}

@media screen and (max-width: 1350px) {
  body {
    background: #faf8ea;
  }
}


/* unvisited link */
a:link {
  color: #22a2ac;
}

/* visited link */
a:visited {
  color: #156264;
}

/* mouse over link */
a:hover {
  color: #39d19a;
}

/* selected link */
a:active {
  color: #c1c56c;
}


p {
  font-family: 'Forum', cursive;
  font-size: 20px;
}

div {
  font-family: 'IM Fell Double Pica', serif;
  font-size: 20px;
}

h1, h2 {
  font-family: 'Metamorphous', cursive;
}

h3, h4 {
  font-family: 'Macondo', cursive;
}

h5, h6 {
  font-family: 'IM Fell Double Pica', serif;
}


/* Gradient transparent - color - transparent */
hr.style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.wrapper {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 400px);
  grid-template-rows: repeat(9, minmax(0px, auto));
  column-gap: 0px;
  row-gap: 0px;
  grid-auto-columns: minmax(300px, 1fr);
  grid-auto-rows: minmax(0px, 1fr);
            }

.desc1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  border: none;
  color: #000;
  padding: 0px 0px 0;
            }

.liferaft {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.breach {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.shoes {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }


.glover1 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.desc2 {
  grid-column: 1 / 3;
  grid-row: 4 / 5;
  border: none;
  color: #000;
  padding: 0px 0px 0;
            }

.calista {
  grid-column: 1 / 3;
  grid-row: 5 / 6;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.desc3 {
  grid-column: 1 / 3;
  grid-row: 6 / 7;
  border: none;
  color: #000;
  padding: 0px 0px 0;
            }

.tree {
  grid-column: 1 / 3;
  grid-row: 7 / 8;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.desc4 {
  grid-column: 1 / 3;
  grid-row: 8 / 9;
  border: none;
  color: #000;
  padding: 0px 0px 0;
            }

.king {
  grid-column: 1 / 3;
  grid-row: 9 / 10;
  border: none;
  color: #de480f;
  padding: 0px 0px 0;
            }

.desc5 {
  grid-column: 1 / 3;
  grid-row: 10 / 11;
  border: none;
  color: #000;
  padding: 0px 0px 0;
            }


/*Eliminates padding, centers the thumbnail */

body, html {
padding: 0;
margin: 0;
text-align: center;
}

/* Styles the thumbnail */

a.lightbox img {
height: 300px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
left: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}
