@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Text:wght@200..700&display=swap');

* {
	margin: 0;
	box-sizing: border-box;
} 

/* header */

header{
	display: flex;
	flex-direction: row;
	padding: 10px;
	width: 100%;
	height: 100px;
	background-color: #0b9e2e;
	justify-content: center;
	align-items: center;
}

#logo {
	float: left;
}

#logo img {
	height: 75px;
}

nav {
	display: flex;
	float: left;
	margin: 10px;
}
nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	padding: 20px;
}

nav ul li a{
	font-family: sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
} 

p.currentpage{
	font-family: sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

/* homepage */

.intro{
	font-family: sans-serif;
	margin-top: 25px;
	text-align: center;
}

.cta{
	justify-content: center;
	font-family: sans-serif;
	margin: auto;
	padding: 10px;
	max-height: 50px;
	max-width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #0b9e2e;
	border-radius: 5px;
	text-align: center;
}

.cta a{
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.cta:hover{
	background-color: #000000;
}

.scrollmenu {
	margin: auto;
	margin-top: 30px;
	max-width: 1200px;
  	overflow: auto;
  	white-space: nowrap;
  	border-style: solid;
  	border-color: #000000;
  	border-width: 10px;
  	background-color: #000000;
}

.locationimg {
  	display: inline-block;
  	max-width: 1200px;
	max-height: 562.5px;
}

/*navigation*/

.navigation{
	font-family: sans-serif;
	margin-top: 25px;
	text-align: center;
}

.dropdownmenu{
	margin-top: 30px;
	font-family: sans-serif;
	justify-items: center;
	font-weight: bold;
}

.dropdownmenu select{
	margin-left: 12.25%;
	border-style: solid;
	border-width: 3.75px;
	border-color: #000000;
}

.locationinfo{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 30px;
	margin-left: 162.5px;
}

.locationmap{
	display: inline-block;
  max-width: 1200px;
	max-height: 625px;
	overflow: auto;
	border-style: solid;
	border-width: 10px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

.locationmap img{
	max-width: 1500px;
}

.locationdirections{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-style: solid;
	border-width: 10px;
	border-color: #000000;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	background-color: #0b9e2e;
	color: #ffffff;
  max-width: 1200px;
	padding: 20px;
	font-family: sans-serif;
}

.directiontext{
}

.locationimage{
	margin-left: 10px;
	margin-top: 10px;
}

.locationimage img{
	margin-left: 125px;
	border-style: solid;
	border-width: 7.5px;
	border-color: #000000;
	height: 375px;
}

/*map*/

.search{
	font-family: sans-serif;
	margin-top: 25px;
	text-align: center;
}

.searchbar input[type="text"]
{
	margin-left: 12.25%;
	margin-top: 25px;
	border-style: solid;
	border-width: 3.75px;
	border-color: #000000;
}

.suggestedlocations{
	margin-top: 7.5px;
	margin-left:12.25%;
	font-family: sans-serif;
}

.suggestedlocations a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
	padding: 7.5px;
	border-radius: 20px;
	border-style: solid;
	border-width: 3.75px;
	border-color: #000000;
}

.suggestedlocations a:hover{
	background-color: #0b9e2e;
	color: #ffffff;
	transition-duration: 0.25s;
}

.map{
	margin-top: 25px;
	max-width: 100%;
	max-height: 62%;
	overflow: auto;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000000;
}

.map img{
	max-width: 100%;
}

.maplocationinfo{
	margin-top: 25px;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 50px;
	background-color: #0b9e2e;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color:#000000 ;
}

.maplocationtext{
	font-family: sans-serif;
	color: #ffffff;
	width: 500px;
}

.maplocationimage{
	margin-left: 50px;
}

.maplocationimage img{
	width: 375px;
	border-style: solid;
	border-width: thick;
	border-color: #ffffff;
}

.mapwithlocation{
	max-width: 100%;
	max-height: 50%;
	overflow: auto;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000000;
}

.mapwithlocation img{
	max-width: 100%;
}

.navigatehere{
	margin-top: 90px;
	padding: 10px;
}

.navigatehere a{
	border-radius: 5px;
	max-height: 50px;
	max-width: 200px;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.navigatehere a:hover{
	background-color: #000000;
	color: #ffffff;
	transition-duration: 0.25s;
}

/*account*/

.account{
	margin: auto;
	margin-top: 50px;
	padding: 10px;
	max-width: 500px;
	height: 500px;
	background-color: #0b9e2e;
	font-family: sans-serif;
	color: #ffffff;
	text-align: center;
}

.accountdetails{
	margin-top: 50px;
}

.forgotpassword{
	margin-top: 50px;
}

.forgotpassword a{
	color: #ffffff;
}

.accountlogin{
	justify-content: center;
	font-family: sans-serif;
	margin: auto;
	margin-top: 50px;
	max-height: 50px;
	max-width: 200px;
	padding: 10px;
	border-radius: 5px;
}

.accountlogin a{
	padding: 10px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 700;
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.accountlogin a:hover{
	background-color: #000000;
	color: #ffffff;
	transition-duration: 0.25s;
}

.forgotpasswordhelp{
	margin-top: 125px;
	margin-bottom: 130px;
	margin-left: 25%;
	font-family: sans-serif;
	max-width: 750px;
	padding: 30px;
	background-color: #0b9e2e;
	color: #ffffff;
}

.okaybutton{
	font-family: sans-serif;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	max-height: 50px;
	max-width: 200px;
	padding: 10px;
}

.okaybutton a{
	padding: 10px;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 700;
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

.okaybutton a:hover{
	background-color: #000000;
	color: #ffffff;
	transition-duration: 0.25s;
}

.studentaccount{
	font-family: sans-serif;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 37.5px;
	background-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #000000;
}

.studentidpicture{
	margin-right: 100px;
}

.studentscheduletitle{
	font-family: sans-serif;
	text-align: center;
	margin-top: 25px;
}

.studentschedule{
	font-family: sans-serif;
}

.studentschedule table {
	margin-top: 10px;
	margin-left: 12.5%;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 75%;
}

.studentschedule table td, th {
  border: 3.75px solid #000000;
  text-align: center;
  padding: 8px;
}

.studentschedule table th{
	background-color: #0b9e2e;
	color: #ffffff;
}

.studentschedule table td{
	background-color: #dddddd;
}

.navigationfromaccount{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
}

.navigatetoroom{
	padding: 7.5px;
}

.navigatetoroom a{
	padding: 6.25px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #0b9e2e;
	color: #ffffff;
	border-radius: 10px;
	border-style: solid;
	border-width: 2.5px;
	border-color: #000000;
	font-weight: bold;
}

.navigatetoroom a:hover{
	background-color: #000000;
	transition-duration: 0.25s;
}

.feedback{
	text-align: center;
	font-family: sans-serif;
	padding: 37.5px;
	background-color: #dddddd;
	margin-top: 50px;
	margin-left: 25.75%;
	max-width: 50%;
	border-width: 7.5px;
	border-color: #000000;
	border-style: solid;
}

.feedbackcta{
	justify-content: center;
	font-family: sans-serif;
	margin: auto;
	padding: 10px;
	max-height: 50px;
	max-width: 250px;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #0b9e2e;
	border-radius: 5px;
	text-align: center;
}

.feedbackcta a{
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.feedbackcta:hover{
	background-color: #000000;
	transition-duration: 0.25s;
}

/* feedback */

.feedbackheader{
	margin-top: 25px;
	font-family: sans-serif;
	text-align: center;
}

.feedbackinfo{
	color: #ffffff;
	font-family: sans-serif;
	background-color: #0b9e2e;
	padding: 25px;
	max-width: 1000px;
	margin: auto;
	margin-top: 25px;
}

.studentinfo{
	max-width: 500px;
}

.comments{
	margin-top: 50px;
}

/* input forms */

label {
	display: block;
}

input[type=text], select {
  width: 75%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* footer */

footer {
	display: flex;
	padding: 10px;
	margin-top: 50px;
	width: 100%;
	height: 100px;
	background-color: #0b9e2e;
	font-family: sans-serif;
	color: ffffff;
	justify-content: space-evenly;
	align-items: center;
}