/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

/* buttons */
button {
  padding: 0;
  border: none;
  background: none;
  font-size: 20px;
}
button:hover {
  background-color: red;
}

/* Entire "Page"/workspace size. */
body {
  display: table-cell;
  vertical-align: middle;
  background-image: url(" ");
  background-color: grey;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: stretch; /* Resize the background image to cover the entire container */
  font-family: Arial, Helvetica, sans-serif, Tahoma;
  color: #000000;
  font-size: 12px;
  line-height: 1.5;
  width: 1600px;
  height: 900px;
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */  
}

.bgimg {
  position: absolute;
  pointer-events: none;
  top: 15px; 
  left: 125px; 
  z-index: 999;
}

* {
  box-sizing: border-box;
}

/* Style the header */
header {
  background-color: #FFF7E7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #232323;
  width: 100%;
  height: 10%;
}

/* Container for flexboxes "wrapper" */
section {
  display: flex;
  width: 100%;
  height: 85%;
}

sectionshop {
  display: flex;
  width: 100%;
  height: 85%;
}

/* Style the navigation menu "div"*/
nav {
  width: 15%;
  height: 100%;
  padding-top: 15px;
  padding-left: 5px;
  background: #FFF7E7;
  text-align: center;
  position: relative;
}

/* Style the content area "div"*/
article {
  display: inline-block;
  flex-direction: column;
  background-color: #FFF7E7;
  width: 85%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 30px;
  overflow: auto;
  line-height: 1.2;
  font-family: Tahoma;
  text-align: justify;
  font-size: 15px;
}


/* Style the footer */
.footer {
  background-color: #FFF7E7;
  text-align: justify;
  position: absolute;
  bottom: 0;
  color: #232323;
  width: 90%;
}

.grid-container2 {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 50% 15% 5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.special {
  display: flex;
  width: 100%;
  height: 190px;
  justify-content: flex-end;
  text-align: justify;
  gap: 5px;
}

.spmid {
  display: flex;
  width: 300px;
}

.bubble
{
   position: relative;
   width: 250px;
   height: 190px;
   padding-top: 2px;
   padding-bottom: 5px;
   padding-right: 10px;
   padding-left: 10px;
   background: #ffe5b8;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   border: #ffd48a solid 4px;
}

.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent #ffe5b8;
    display: block;
    width: 0;
    z-index: 1;
    right: -20px;
    top: 59px;
}

.bubble:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 23px 0 23px 23px;
    border-color: transparent #ffd48a;
    display: block;
    width: 0;
    z-index: 0;
    right: -27px;
    top: 56px;
}

.spright {
  display: inline-block;
  width: 270px;
  text-align: right;
}

.spimg {
    position: fixed;
    top: 80px;
    right: 200px;
    z-index: 1000;
}

.evimg {
  float: left;
  max-width: 600px;
  min-height: 735px;
}
.evart {
  display: flex;
  
}

.stock {
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-top: 20px;
  width: 100%;
  height: 220px;
}
.desc {
  display: flex;
  width: 100%;
  height: 300px;
}
.grid-container3 {
  display: flex;
  column-gap: 10px;
  width: 100%;
}
.descmid {
  display: inline-block;
  width: 500px;
  justify-content: center;
  text-align: justify;
  align-items: center;
}
.descright {
  display: inline-block;
  width: 450px;
  text-align: right;
  align-items: flex-start;
}
.descrsec {
  display: inline-block;
  width: 100%;
  height: 100px;
  text-align: justify;
}

/* Events pages*/
.evdivbase {
  display: flex;
  width: 100%;
}
.evdivleft {
  display: inline-block;
  width: 40%;
  background-color: red;
}
.evdivright {
  display: inline-block;
  text-align: justify;
  width: 60%;
  background-color: blue;
}
.evdivrec {
  width: 50%;
  height: 120px;
  padding: 2px
}
.evdivrec2 {
  width: 50%;
  height: 120px;
  padding: 2px;
}
.evimg {
  width: 100%;
  object-fit: cover;
}


/* dividers */
.whr {
  color: #FFD48A;
  position: relative;
  top:-10px;
  left:0px;
}

/* headers */
h1 {
  font-family: Tahoma;
  text-align: left;
  font-size: 30px;
}
h2 {
  font-size: 20px;
}
h3 {
  background: #FFD48A;
  text-align: center;
}
h4 {
  background: #FFE5B8;
  text-align: center;
}
h5 {
	background-color: #FFEFD1;
	color: #232323;
  margin: 5px;
  font-size: 20px;
  font-style: italic;
}

/* images*/
.item {
	width: 100px;
  height: 100px;
}

.cura {
	width: 128px;
  height: 128px;
}


/* Wiki */
.wiki {
    background: #FFEFD1;
    border: 1px solid #FFE0A5;
	  width: 300px;
    float: right;
    padding-left: 2px;
    margin-left: 10px;
}

.wimg {
  	width: 50%;
    height: 50%;
    display: block;
  	margin: auto;
}

.wiinvent{
  display: flex;
  background: red;
  width: 100%;
}

.wibox {
    overflow: auto;
    float: left;
    border: 1px solid #FFE0A5;
    background: #FFEFD1;
    margin: 2px;
    padding: 5px;
    width: 24%;
    height: 300px;
  	text-align: center;
}

table, th, td {
  border:1px;
  font-size: 12px;
  width: 100%;
}
th {
  text-align: left;
  vertical-align: top;
  width: 40%;
}
td {
  text-align: left;
  width: 60%;
}

/* quotes */
blockquote {
	font-weight: 100;
	font-size: 18px;
	font-style: italic;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	text-align: center;
	padding: .5rem;
	margin:0 auto;
  width:auto;
  display:table
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #FFD48A;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '"';
	left: -5rem;
	top: -3rem;
}

blockquote:after {
	content: '”';
	right: -3rem;
	bottom: 1rem;
}

cite {
	line-height: 1;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: flex;
}

