body {
    background-color: #f5efe0;
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
}

a {
	text-decoration: none;
	color: inherit;
  }
  a:visited,
  a:hover,
  a:active {
	text-decoration: none;
	color: inherit;
  }

div#content {
    margin-left: auto;
    margin-right: auto;
    width: 610px;
	padding: 5px;
}

div#title {
    background-color: #ac0d0d;
    color: white;
    padding-top: 12px;
    padding-bottom: 7px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 12px;
	min-height: 44px;
	box-shadow: 3px 3px 2px 0px lightgrey;
	position: relative; 
}

#hat-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -18px; 
    right: -25px; 
    transform: rotate(15deg); 
}

div#subtitle {
    background-color: grey;
    color: white;
    padding-top: 8px;
    padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
	box-shadow: 3px 3px 2px 0px lightgrey;
}

a#aerospace {
    position: relative;
    display: block; 
    text-decoration: none;
}

a#aerospace::after {
    content: 'New for 2025!'; 
    position: absolute; 
    top: 10px; 
    right: 0px; 
    background-color: gold; 
    color: black;
    font-weight: bold;
    padding: 5px 10px; 
    font-size: 10px;
    transform: rotate(40deg) translate(20px, -10px); 
    z-index: 10; 
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

table.level {
	background-color: #ac0d0d;
    padding-top: 8px;
    padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
	box-shadow: 3px 3px 2px 0px lightgrey;
	width: 100%;
}

td.level_name {
    color: white;
    padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
}

td.level_desc {
    color: white;
	padding-left: 5px;
	padding-right: 5px;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
}

td.play {
	background-color: green;
    color: white;
    padding-top: 8px;
    padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
	text-align:center;
	width: 100px;
}

div#explanation {
    background-color: white;
    color: black;
    padding-top: 8px;
    padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 12px;
	min-height: 30px;
	box-shadow: 3px 3px 2px 0px lightgrey;
}

div#footer{
    margin-top: 100px;
	background-color: white;
	width: 100%;
	border-radius: 12px;
	box-shadow: 3px 3px 2px 0px lightgrey;
}

table#logo {
	height: 50px;
}

td#builtby {
	font-weight: bold;
	color: #ac0d0d;
	padding-top: 5px;
}

td#logo {
    width: 120px;
	padding: 0px;
}

td#input {
    text-align: center;
}

input#numberinput{
    width: 100%;
    text-align: center;
}

table#submit {
	box-shadow: 5px 5px 2px 0px lightgrey;
	border-radius: 12px;
	min-width: 600px;
    background-color: #4CAF50;
    margin-top: 10px;
    min-height: 30px;
}

td#submit {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 14;
    width: 100%;
    max-width: 700px;
    border-radius: 12px;
}

input#submit {
    background-color: #4CAF50;
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 14;
    width: 100%;
    max-width: 700px;
    border-radius: 5px;
}

td#datanote{
    font-size: 8px;
    text-align: center;
}

img#logo {
	width: 100%;
}

* {
	box-sizing: border-box;
}

*:focus {
    outline: none;
}

table.result {
	background-color: grey;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin-top: 10px;
	border-radius: 12px;
	padding: 7px;
	box-shadow: 3px 3px 2px 0px lightgrey;
}

td.school_name {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

td.fsm_prop {
	border-left: 1px solid white;
	padding-left: 5px;
}

img#mag {
	width: 45px;
	padding-left: 10px;
}

table#search {
	box-shadow: 5px 5px 2px 0px lightgrey;
	border-radius: 12px;
    border: 3px;
    border-style: solid;
    border-color: #ac0d0d;
	background-color: white;
	min-width: 600px;
    min-height: 30px;
}

input {
	display: block;
	grid-area: search;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	background: none;
	padding: 0px;
	border: none;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}

select#courseselect{
    border: None;
}

@media only screen and (max-width:1000px) {
	div#content {
		width: 510px;
	}
	table#search {
		min-width: 500px;
	}
    table#submit {
		min-width: 500px;
	}
	div#title{
		font-size: 18px;
	}
	input{
		font-size: 18px;
	}
}

@media only screen and (max-width:500px) {
	div#content {
		width: 360px;
	}
	table#search {
		min-width: 350px;
	}
    table#submit {
		min-width: 350px;
	}
	div#title{
		font-size: 16px;
	}
	input{
		font-size: 16px;
	}
}