/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "PT Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
  margin: 0px;
  padding: 0px;
}

/*
h1, h2, h3
{
    text-transform: uppercase;
}
h2
{
    font-size: 1.3em;
}
*/
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.backImage {
  background-image: url(https://outsidergaming.com/wp-content/uploads/2020/03/Clear-Skies-Beach-Animal-Crossing-New-Horizons.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
}

h1,
h2 {
  font-family: "Satisfy", cursive;
  color: #006994;
}

h3 {
  color: #006994;
}

h5 {
  padding-bottom: 10px;
}

header,
.mainContent,
footer {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0px 20px;
}

header,
footer {
  padding: 0px;
  margin: 0px;
}

.mainContent {
  width: 75%;
  margin: auto;
}

.flex,
.flexVertical {
  display: flex;
  gap: 10px;
}

.flexVertical {
  flex-direction: column;
  gap: 20px;
}

.flex :not(footer),
.flexVertical :not(footer) {
  justify-content: space-between;
}

.flex :not(header),
.flexVertical :not(header) {
  gap: 30px;
}

.flex .flexChild,
.flexVertical .flexChild {
  flex: 1;
}

.align {
  align-items: center;
}

ul {
  list-style-type: none;
}

ul a {
  text-decoration: none;
  color: #006994;
}

.maintenance {
  font-size: 200%;
  color: red;
  font-weight: bold;
  text-align: center;
  margin: 20px 0px;
}

.center {
  text-align: center;
}

@media (min-width: 426px) {
  .mainContent {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .mainContent {
    width: 30%;
  }
}

/* menu */
.menu {
  background-color: transparent;
  border: none;
}

.dropmenu {
  width: 2em;
  height: 0.3em;
  background-color: #006994;
  margin: 7px 0;
}

/* Dropdown Button */
.dropbtn {
  padding: 16px;
  font-size: 1em;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: inline-block;
  position: static;
  width: 100%;
  text-align: center;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #69a7fd;
  min-width: 160px;
  z-index: 1;
  top: 80px;
  right: 0;
  width: 50%;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #006994;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #006994;
}

@media (min-width: 769px) {
  .dropdown-content {
    max-width: 30%;
    right: 1.5%;
    top: 65px;
  }
}

#header {
  max-height: 80px;
}

.logo {
  text-align: center;
}

.imgLogo {
  max-height: 80px;
}

.dateTime {
  text-align: center;
  color: #006994;
}

ul {
  padding: 0px;
}

.mainContent {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.intro h1 {
  margin-top: 20px;
}

.btn {
  font: bold 11px Arial;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #cccccc;
  width: 45%;
  padding: 15px 0px;
  background-color: lightblue;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  color: green;
}

.currentEvents {
  justify-content: flex-start;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current tablink class */
  /* Style the tab content */
}

.currentEvents h2 {
  text-align: center;
}

.currentEvents .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.currentEvents .tabs {
  margin-bottom: 20px;
}

.currentEvents .tabs .noGap {
  gap: 5px;
}

.currentEvents .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 10px;
  transition: 0.3s;
}

.currentEvents .tab button:hover {
  background-color: #ddd;
}

.currentEvents .tab button.active {
  background-color: #ccc;
}

.currentEvents .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  height: 99%;
}

.currentEvents .tabcontent h3 {
  margin: 10px 0px;
}

.currentEvents .tabcontent h4 {
  width: 100%;
}

article {
  width: 33%;
  text-align: center;
}

.events {
  border: 3px lightgreen dashed;
  border-top: none;
  border-bottom: none;
  padding: 0px 5px;
}

.form {
  gap: 20px;
}

.form input,
.form select,
.form button {
  width: 100%;
}

.form .addBtn {
  background-color: #80ff80;
  color: #1e7bfc;
}

.removeBtn {
  background-color: #ff8080;
  color: #1e7bfc;
}

#fruitDropdown {
  flex-grow: 2;
}

.hotItem {
  margin-top: 20px;
  width: 100%;
  height: 30px;
}

.calc {
  width: 100%;
}

.width {
  width: 80%;
  margin: 0px auto;
}

.width h4 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
  margin: 10px 0px;
  font-size: 1.1em;
}

.border {
  padding: 10px;
  border: 3px dashed lightgreen;
  border-left: none;
  border-right: none;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  background-color: #69a7fd;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  background-color: #9bc5fe;
  border-bottom: 1px solid #006994;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #69a7fd;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #69a7fd;
  color: #ffffff;
}

.cell {
  vertical-align: top;
  padding-left: 5px;
  padding-top: 5px;
  width: 14%;
  height: 20%;
}

#tableContainer {
  min-height: 500px;
}

#Shortcuts {
  margin-left: 25px;
}

#Shortcuts .shortcutBtn {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
}

.homeLink {
  color: #006994;
  font-weight: bold;
  text-decoration: none;
}

.homeLink :visited {
  color: #006994;
  text-decoration: none;
}

#tableContainer {
  width: 100%;
}

footer {
  padding: 20px 0px;
  justify-content: space-around;
}

.bottomLinks p {
  text-align: center;
  padding: 0px 10px;
}

/*# sourceMappingURL=Style.css.map */