/*
adaptive layout for mobile: https://www.thesitewizard.com/css/mobile-friendly-responsive-design.shtml
lightbox coding: https://lokeshdhakar.com/projects/lightbox2/
webring: https://garlic.garden/onionring/
*/


<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="/lightbox.css">
<link rel="icon" href="/images/fav.png" type="image/gif">
<style type="text/css">


/* MAIN LOOK OF PAGE */
.image {
  display: block;
  height: auto;
}

body {
  font-size: 100%;
  text-align: center;
  margin-top: 20px;
  font-family: optima, sans-serif;
  background: #fbdf68 url(///) repeat;
  cursor: url(/images/cursor.png), auto;
}

.main {
  padding: 10px;
	background-color: #FFFFFF;
	width: 900px;
	float: none;
}
  
.nav {
  padding: 10px;
	background-color: #FFFFFF;
	width: 200px;
  border-radius: 15px;
	margin: 0px;
	float: none;
}




/* LOOK OF SECTIONS */

#header {
}

#minicontent {
  margin: auto;
  background: #FFFFFF url(///) repeat;
  border-radius: 15px;
  padding: 7px;
  float: none;
}

#maxicontent {
  margin: auto;
  width: 800px;
  background: #FFFFFF url(///) repeat;
  border-radius: 15px;
  padding: 7px;
  float: none;
}

#content {
  background: #FFFFFF;
  border-radius: 15px;
  margin: auto;
  width: 650px;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
}

#content img {
  max-width: 650px;
}

#contenttext {
  margin: 10px;
}

#menu {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

aside {
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  background: #F9E5E5;
  background-size:100% 100%;
  float: right;
}

#columns {
  margin: auto;
  width: 630px;
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  column-count: 2;
  column-gap: 30px;
}

#footer {
  width: 400px
  font: 0.8em;
  padding: 15px;
  text-align: center;
}


/* Style box for tab */
.tabcontainer {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 610px;
  background: none;
}

.hourlycontainer {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 550px;
  background: none;
}

/* Style the tab */
.tab {
  overflow: hidden;
  background-color: none;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #F5D345;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  border-radius: 15px;
  transition: 0.3s;
  font: .8em arial, sans-serif;
  width: 100px;
  height: 75px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F54569;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #FFFFFF;
  justify-content: center;
}

/* Style the tab */
.map {
  overflow: hidden;
  background-color: none;
}

/* Style the buttons inside the tab */
.map button {
  background-color: #FFFFFF;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  border-radius: 15px;
  transition: 0.3s;
  font: 1em arial, sans-serif, bold;
  width: 500px;
  text-align: center;
}

/* Change background color of buttons on hover */
.map button:hover {
  background-color: #F54569;
}

/* Create an active/current tablink class */
.map button.active {
  background-color: #FFFFFF;
}

/* Style the tab */
.hourly {
  overflow: hidden;
  background-color: none;
}

/* Style the buttons inside the tab */
.hourly button {
  background-color: #F5D345;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 5px;
  border-radius: 5px;
  transition: 0.3s;
  font: 1em arial, sans-serif, bold;
  width: 75px;
  text-align: center;
}

/* Change background color of buttons on hover */
.hourly button:hover {
  background-color: #F54569;
}

/* Create an active/current tablink class */
.hourly button.active {
  background-color: #FFFFFF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin: auto;
  width: 600px;
  background: #FFFFFF url(///) repeat;
  border-radius: 15px;
  padding: 7px;
  float: center;
}

.hourlycontent {
  display: none;
  margin: auto;
  width: 600px;
  background: #FFFFFF url(///) repeat;
  border-radius: 15px;
  padding: 7px;
  float: center;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}


.active, .langheader {
  background-color: #D3D3D3;
  font-weight: bold;
  color: black;
  padding: 15px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.langlack {
  background-color: #EC5B5B;
  color: white;
  padding: 15px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.langcontent {
  padding: 5px 15px;
  background-color: #f1f1f1;
  text-align: left;
}




/* LOOK OF TEXT */

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

h3 {
  text-align: left !important;
  border-bottom: solid;
  padding: 10px;
  margin: 10px;
}

h4 {
  text-align: center;
}

h5 {
  text-align: center;
}

h6 {
  text-align: center;
}

a {
  color: #F54569;
  text-decoration: none;
}

a:hover {
  color: #F5D345;
  cursor: url(/images/cursorA.png), auto;
}

ul {
  list-style-position: outside;
  margin-left: 20px;
  padding: 0px;
}

.button {
}

.button:hover {
}

.backbutton {
  background-color: #F54569;
  border: none;
  color: white;
  padding: 15px 15px;
  text-align: center !important;
  font: 1em arial, sans-serif;
  display: inline-block;
  border-radius: 15px;
  float: none;
}

.backbutton:hover {
  background-color: #F5D345;
  color: black;
}

.dictbutton {
  background-color: #EC5B5B;
  border: none;
  color: white;
  padding: 10px 10px;
  width: 500px;
  text-align: center;
  font: 1em arial, sans-serif;
  display: inline-block;
  border-radius: 15px;
}

.dictbutton:hover {
  background-color: #F5D345;
  color: black;
}

#title {
  text-align: left;
  border-bottom: solid;
  padding: 10px;
  margin: 10px;
  font: 1em arial, sans-serif;
  font-weight: bold;
}




/* LOOK OF IMAGES */

#bans a {
  opacity: 1;
}

#bans a:hover {
  opacity: 0.7;
}

.menubutton {
    position: relative;
    display: inline-block;
    text-align: center;
}
.menubutton .menubuttoncolour {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
}
.menubutton:hover .menubuttoncolour {
    display: inline;
    text-align: center;
}

.roundimage {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background-color: #;
}

.round {
  position: relative;
  z-index: 2;
  border-radius: 15px;
  background-color: #;
  box-shadow: 0 9px #FFFFFF;
}

.round:hover {
  outline: 2px solid white;
  outline-offset: -2px;
}

.round:active {
  outline: 2px solid white;
  outline-offset: -2px;
  box-shadow: 0 5px #F54569;
  transform: translateY(4px);
}

.socials {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  height: 40px;
  width: 40px;
}

.socials:hover {
  outline: 2px #F54569 solid;
  outline-offset: -2px;
}

.minititles {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.minititles .minititlestext {
  visibility: hidden;
  background-color: white;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  border: 5px solid #F9E5E5;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
}

.minititles:hover .minititlestext {
  visibility: visible;
}

.rowimage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
}

.rowimage img {
  width: 150px;
  border-radius: 15px;
}

.rowimageitem {
  
}

.sketchbookthumb {
  object-fit: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}

.sketchbook {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.sketchbook img {
  width: 150px;
  height: 150px;
}

.story {
  width: 580px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}

.story img {
  width: 130px;
  border-radius: 15px;
}

.storyitem {
  width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

.storyitem p {
  margin-top: 0px;
  padding-top: 0px;
}