@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Cabin&family=Changa+One&family=Comfortaa:wght@500&family=Delicious+Handrawn&family=EB+Garamond&family=Lilita+One&family=Patua+One&family=Secular+One&family=Shadows+Into+Light+Two&family=Unna&display=swap');

body{
	font-size: 120%;
	background-color: rgb(255, 255, 255); /*Floral Colour*/	
	}
.navbar{
	font-family: 'Shadows Into Light Two', cursive;
	display: block;		
	text-align: center;
	margin-top: 1%;
	/*background: url("https://images.creativemarket.com/0.1.0/ps/1570278/2417/1608/m1/fpnw/wm1/preview-01-.jpg?1471583801&s=5d51c2a276fa9b425b13bd7fba07f894") 10px;*/
}
.navbar a{
	background-color: rgb(255,166,43);
	color: rgb(255, 255, 255);
	padding: 5px;
	border: 1px solid black;
	text-decoration: none; 
}

.selection-form{
	
	border: 3px solid black;
	border-radius: 25px;
	height: 42vh;
	float: right;
	margin-top: 4%;
	margin-right: 2%;
	padding: 2% 2% 2% 2%;
}

.selection-form label{
	font-size: 80%;
}

.schedule{
	font-size: 120%;
	font-family: 'Lilita One', cursive;
	border: 3px solid rgb(0, 0, 0);
	border-radius: 5px;
	/* height: 50vh; */
	margin-top: 2%;
	margin-left: 3%;
	margin-right: 3%;
}

table{
	border: 1.5px solid black;
	text-align: center;
	border-radius: 5px;
}

table th{
	border: 1.5px solid black;
	padding: 2px 2px 2px 2px;
}

table td{
	font-size: 70%;
	color: rgb(0, 0, 0);
	border: 1.5px solid black;
	border-radius: 5px;
	padding: 1% 1% 1% 1%;
}

.day{
	color: black;
}

.links{
	/* float: right; */
	margin-right: 5vw;
	margin-top: 2%;
	margin-left: 3%;
	font-size: 90%;
	font-family: 'Lilita One', cursive;
	color: orange;
}

.links a{
	text-decoration: none;
	color: "#1c0770";
	font-family: 'Lilita One', cursive;
}

.links a:hover{
	color: green;
}

.assignments{
	margin-top: 2%;
	margin-left: 3%;
	font-size: 90%;
	font-family: 'Lilita One', cursive;
	color: orange;
}

.assignments a{
	text-decoration: none;
	color: "#1c0770";
	font-family: 'Lilita One', cursive;
}

/* .assignments ul ul li a{
	text-decoration: none;
} */

.assignments a:hover{
	color: green;
}

.assignments li span{
	color: green;
}

#choose_courses{
	color: orange;
	font-family: 'Lilita One', cursive;
	margin-left: 3%;
}

#course_list{
	
	font-family: 'Lilita One', cursive;
	margin-left: 3%;
}