body, html {
  height: 100%;
  margin: 10;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  text-indent: 20px;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("school.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

div.absolute {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  height: 100px;
  border: 0px solid #73AD21;
}



.fullscreen {
  width: 100%;
  height: 100vh;
  padding: 40vh;
}

.qtext{
             background-color: none;
             color: black;
             font-size: 20px;
        }

.oeans{
             background-color: none;
             color: blue;
             font-size: 14px;
        }
		
.avgtext{
             background-color: none;
             color: black;
             font-size: 14px;
        }
		
.staffAvg{
             background-color: none;
             color: red;
             font-size: 26px;
			 font: bold / Ariel;
        }		

.heading{
             background-color: none;
             color: blue;
             font-size: 30px;
			 font: Ariel;
			 line-height: 50%;
        }		
		
		
p {
    font-family: Arial (sans-serif);
    color: rgb(0,0,0);
    font-size: 14px; 
    text-indent: 14px;
}

p.normal {
	font-family: Ariel;
	color: black;
	font-size: 12;
}

h1 {
    font-family: Helvetica;
    color: rgb(0,0,192);
    font-size: 24px; 
    padding-left: 10px;
}

h2 {
    font-family: Helvetica;
    color: rgb(0,0,192);
    font-size: large; 
    padding-left: 10px;
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {
  border-radius: 4px;
  font-size: 16px;  
  padding: 14px 40px;
}

.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}


div.horizontalgap {
  float: left;
  overflow: hidden;
  height: 1px;
  width: 0px;
}
