/* ----------- Mobile Phone ----------- */
@media only screen and (min-width: 350px) {
  #main {
    width: 95%;
  }
  #background {
    height: 49px;
  }
  #banner_shield {
    height: 70px;
  }
  #banner_container {
    height: 50px;
    padding-left: 5px;
  }
  #banner_cumb {
    font-size: 1rem;
  }
  #banner_cleverest {
    font-size: 0.75rem;
  }
  #loginbox {
	  font-size: 0.5em;
  	border-bottom-left-radius: 25px;
  	border-bottom-right-radius: 25px;
  	padding: 0px 10px 0px 10px;
  }
}


/* ----------- Other devices ----------- */
@media only screen and (min-width: 768px) {
  #main {
    width: 750px;
  }
  #background {
    height: 99px;
  }
  #banner_shield {
    height: 140px;
  }
  #banner_container {
    height: 100px;
    padding-left: 20px;
  }
  #banner_cumb {
    font-size: 1.5rem;
  }
  #banner_cleverest {
    font-size: 1rem;
  }
  #loginbox {
	  font-size: 0.8em;
  	border-bottom-left-radius: 25px;
  	border-bottom-right-radius: 25px;
  	padding: 0px 20px 0px 20px;
  }
}

body {
  background-color: white;
  margin: 0;
}

a, a:link, a:visited {
    text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 20px;
}

.gold {
  color: yellow;
}

:root {
  --toastBackground: #99ccff;
  --toastColor: #ffff67;
  --toastContainerTop: 1rem;
  --toastContainerRight: auto;
  --toastContainerLeft: calc(50vw - 8rem);
}

#container {
  display: flex;
  justify-content: center;
}

#main {
  color: black;
  font-family: "Trebuchet MS", arial, helvetica, sans-serif;
  text-align: left;
}

#banner {
  display: flex;
  align-items: flex-start;
}

#background {
  position: absolute;
  min-width: 100%;
  background-color: #679aff;
  border-bottom: 1px solid black;
  z-index: -1;
  background-size: cover;
}

#banner_shield {
  margin-top: 3px;
}

#banner_title
{
	flex-grow: 1;
	
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#banner_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#banner_cumb {
  display: flex;
  justify-content: flex-end;
  filter: drop-shadow(-2px 2px #3366ff);
  font-family: verdana;
  font-style: italic;
  font-weight: bold;
  color: white;
}

#banner_cleverest_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#banner_cleverest {
  font-family: 'Courier New';
  color: white;
  padding-right: 20px;
}

#loginbox_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#loginbox
{
	float: right;
	background-color: #99CCFF;
	border: 1px solid black;
	border-top: 0;
	color: #666666;
	height: 30px;
	white-space: nowrap;
	text-align: center;
}

.input
{
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 50px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 6px;
}

#slogan
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 7px;
}

#randpic {
  float: right;
  padding-top: 15px;
  padding-left: 10px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: center;
}

#schedule {
	width: 180px;
	height: 150px;
  padding: 10px;
	border-style: dashed;
	border-color: #0099FF;
	border-width: thin;	
}

#schedule h4 {
  font-weight: bold;
  padding: 2px;
  text-align: center;	
  white-space: nowrap;
  margin: 0;
}

#schedule p {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 140%;
  padding: 2px;
  text-align: left;
  margin: 0;
}

#footer
{
	clear: both;
	text-align: center;
}

#mainlinks {
  text-align: top;
}

a.smurf:visited {
  color: blue;
}