/* CSS for Savvy School
*/
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: .5em;
	padding-left: .4em;
	margin: 0;
}

body {
	background-color: #F0FFFF;
	line-height: 125%;
	padding: 0;
	margin: 0;
	font-family: calibri,sans-serif;
	font-size: large; 
}

form {
	font-size: small;
}


h5 {
	color: #48D1CC;
}

#qq {
	color:#9932CC;
}

span {
color: #B22222;
}	

@media only screen and (min-width: 600px){
	div.mobile-only{
		display: none;
	}
}


/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}