body {
	font-size: 14px;
}
.Heading {
	font-size: 24px;
}
.Menu {
	font-size: 18px;
}
.calendar {
	font-size: 10px;
}
.sidebar {
	border: 3px dotted #FF0000;
}
.dottedborder {
	border: 3px dotted #0000FF;
}
.smallertext {
	font-size: 12px;
}
div.menubar {margin-top: -22px; text-align:left;}
ul.menubar {display: inline; text-decoration:none; text-align:left;}
li.menubar {
    
    display:inline;
    list-style:none;
    font-size:.9em;
		font-weight: bold;
    padding:0 4px;
    
}
iframe {border-style: none}

/*new stuff that I added for the menu: */

/* UTILITIES */

* {

margin: 0;

padding: 0;

box-sizing: border-box;

}


a {

text-decoration: none;

}

li {

list-style: none;

}


/* NAVBAR STYLING STARTS */

.navbar {

display: flex;

align-items: center;

justify-content: space-between;

padding: 20px;

background-color: #388087;

color: #fff;

}

.nav-links a {

color: white;

}

/* LOGO */
/* I will Isolate this for now, since it is unnecessary
.logo {

font-size: 32px;

}
*/
/* NAVBAR MENU */

.menu {

display: flex;

gap: 1em;

font-size: 20px;

}

.menu li:hover {

background-color: #6Fb3b8;

border-radius: 5px;

transition: 0.3s ease;

}

.menu li {

padding: 5px 14px;

}

/* more stuff for the images */
.container {
	position: relative;
  text-align: center;
  color: black;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-weight: bold;
  font-size: 90px;
}
/* split screen */

/* Split the screen in half */
.split {
  height: 100%;
  width: 50%;
  position: absolute;
  overflow-x: hidden;
}

/* Control the left side */
.left {
  left: 0;
  background-color: #C2EDCE;
  color: black;
}

/* Control the right side */
.right {
  right: 0;
  background-color:  #C2EDCE;
  color: black;
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Now for the champions table */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 2em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 5px solid #388087;
    
}
.styled-table thead tr {
    background-color: #388087;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 15px 50px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #badfe7;
}

/*.styled-table tbody tr:last-of-type {
    border-bottom: 5px solid #388087;
} */
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #388087;
}

/*TIME FOR FONTS*/

@font-face {
    font-family: 'lane_-_narrowregular';
    src:  url('fonts/LANENAR_-webfont.woff') format('woff') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hattori_hanzolight';
    src: url('fonts/Hattori_Hanzo-webfont.woff') format('woff') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksandlight';
    src: url('fonts/Quicksand-Light.otf') format('opentype') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quicksandreg';
    src: url('fonts/Quicksand-Regular.otf') format('opentype') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Latoreg';
    src: url('fonts/Lato-Regular.ttf') format('truetype') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Latolit';
    src: url('fonts/Lato-Light.ttf') format('truetype') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Latohair';
    src: url('fonts/Lato-Hairline.ttf') format('truetype') ;
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Latothin';
    src: url('fonts/Lato-Thin.ttf') format('truetype') ;
    font-weight: normal;
    font-style: normal;

}
