

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
margin-top: 15px;
margin-left: 0;
height: 100%;
width: 100%;
background-image: url('./webshop-assets/sky.jpeg'); 
font-family: courier new;
font-weight: lighter;
color: black;
font-size: 22px;
background-size: cover;

}

u {



}

ul {
text-shadow: none;
color: black;
background-color: aliceblue;
border: 1px dashed;

font-size: 22px;
}



@font-face {
  font-family: Rounded; /* set name */
  src: url('./Arial-Rounded/arial-rounded-mt-regular.ttf'); /* url of the font */
}


.productgrid {

background-size: cover;
background-color: transparent;
display: grid;
width: 95%;
height: 80%;
max-height: 80%;
margin: auto;
border: 1px solid black;
padding: 10px;
grid-gap: 0px;
border-radius: 10px;
grid-template-columns: 50% 50%;
grid-template-rows: 95vh;
text-align: left;
backdrop-filter: blur(5px);
background-image: none;

}

.productgrid div {
padding: 3%;


}

.photos {
grid-area: 1 / 1 / span 1 / span 1;

background-color: transparent;
overflow-x: hidden;
overflow-y: hidden;

}


.description {
padding-left: 33px;
grid-area: 1 / 2 / span 1 / span 1;
overflow-y: scroll;

}


.product-title {
border-radius: 15px;
border: 1.5px dashed black;
font-size: 33px;
color: black;
transform: rotate(0deg);
display: inline-block;
background-color: white;
text-shadow: none;
box-shadow: 0px 0px 0px black;
}



/*

images

*/

.hero {
position: relative;
left: 0%;
top: 3%;
box-shadow: 2px 2px 4px black;
}

.mobilehero {
position: relative;
left: 25%;
top: -80%;
box-shadow: 2px 2px 4px black;
}

.icvphoto {
position: relative;
right: 0%;
top: -80%;
box-shadow: 2px 2px 4px black;
}

.buylink {
text-shadow: none;
padding: 1%;
border: 3px aliceblue outset;
outline: 0.4px solid black;
background-color: aliceblue;
font-family: courier;
font-weight: normal;
color: black;
text-decoration: none;
}

.buylink:hover {
border: 3px white inset;

}

.paylink {
text-shadow: none;
padding: 1%;
border: 3px silver outset;
outline: 0.5px solid black;
background-color: silver;
font-family: courier;
font-weight: normal;
color: black;
}


/*



background-image: url('./sitestudio_bg_blank.png');

-webkit-text-stroke: 0.5px#2d5b35;
text-shadow: 0px 0px 8px;

background greens: 

#e9fce0
#e0fce5
background-image: url('./cloud1.GIF');
*/
