
* { padding: 0; margin: 0; }

#content {
min-height: 100%;
max-width:100%;
position: relative;
height: auto !important;
}
  /* note; the following weird arrangement of css for toppie is to ensure its height is relative to its width, no matter what the width is */
#toppie {
    /* display: inline-block; */
    position: relative;
    width: 100%;
}

#toppie:after {
    content: '';
    display: inline-block;
    margin-top: 23%;
    width:100%;
    height:0px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#bottomy {
    /* display: inline-block; */
    position: relative;
    width: 100%;
}

#bottomy:after {
    content: '';
    display: inline-block;
    margin-top: 19%;
    width:100%;
    height:0px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#middly
{
    padding-left: 7%;
    padding-right: 11.5%;
}

#modebar {
    width: 70%;
    /* background: blue; */
    height: 100%;
    position: absolute;
    /* padding-left: 50px; */
    left: 15%;
}

.modebar_mobilecompatible {
    top: 60%;
   position: absolute;
    left: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: larger;

   display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.basicfloatleft {
 float: left;
 padding-right: 15px;
 height:50px;
 margin-top: 7px;
}


.bottomscrollstyle {
    width: 100%;
    max-width: 944px;
    background-image: url('../websiteImages/scroll_colour_bottomnew.png');
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.controllcontainer {
   margin-right: 0px;
    text-indent: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.topscrollstyle
{
    height: 230px;
    max-width: 944px;
    background-image: url('../websiteImages/scroll_colour_top.png');
    background-size:100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.middlebit {
    height: auto;
    max-width: 944px;
    background-image: url('../websiteImages/scroll_colour_middle.png');
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    background-size: 100%;
}

.gwt-TextBox {


background-color: rgba(255, 255, 255, 0.553);
border-color: rgba(194, 131, 90, 0.44);
border-width: 1px;
text-indent: 5px;
color: rgb(19, 0, 39);
padding-left: 10px;
font-family: 'Sorts Mill Goudy', serif;

}

.faded {
  opacity: 0.5;
}

.shadowedtitletext{
color: black;
font-size: 150%;


text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.39);
}

.footertext{
color: #4D6873;
	font-size: smaller;
}

.advertpagebottom{
	position: absolute;
	top: 0px;
	right: 10px;
}

.lostagainlogo{
	position: absolute;
	top: 0px;
	left: 10px;
}

.presetpopup
{
min-width: 50%;
max-width: 100%;
width: 100px;
}

.titlestyle
{
font-size: xx-large;
font-weight: bold;
width: 100%;
text-align: center;
}


.warning
{
color: red;
font-weight: bold;
text-decoration: underline;
text-align: center;
padding-bottom: 30px;
}

.darkmode_button {
    color: #53EC83;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.78);
}

.darkmode_body{
    background-blend-mode: soft-light;
    background-color:black;
}

.darkmode {
   color: #53EC83 !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.78);
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, 0.56);
}

.darkmode_toppie
{
background-blend-mode: multiply;
    background-color: rgba(6, 0, 0, 0.93);
}

.darkmode_middly
{
background-blend-mode: multiply;
    background-color: rgba(6, 0, 0, 0.93);

}

.darkmode_bottomy
{
background-blend-mode: multiply;
    background-color: rgba(6, 0, 0, 0.93);

}

.darkmode_candleholder {
 background-blend-mode: soft-light;
  background-color: #040404;
}

.showwhendark {
    visibility: hidden;
}