
*{
  box-sizing: border-box;
}

body {
   font-family: 'jost', sans-serif;
  font-size: 100%;
  background-color: white;

}




#nav{
	
position: fixed;
height: 80px;
background-color: rgb(0,20,50,0.9);
width: 100%;
transition:top 0.8s;
top: 2px;
z-index: 1;
margin: -6px;



}

#nav p {
color: white;
text-decoration: none;
padding: 10px;
font-size: 20px;
float: left;
display: block;
cursor:pointer;
clear: left;
}

#nav h3{
	position: absolute;
	float: right;
	top:22px;
	right: 10px;
	font-size: 3px;
	
} 

#nav button {
	padding: 10px;
	color: white;
	background-color: red;
	border: none;
	font-weight: bold;
	border-radius: 5px;
}


#nav p:hover {
color:dodgerblue;

transition: 0.8s;

}

#nav button:hover {
color:white;
font-weight: bold;
background-color: rgb(0,20,50,0.9)!important;
transition: 0.8s;

}

#nav:hover {
color:white;
font-weight: bold;
background-color: lightgreen !important;
transition: 0.8s;

}











/*.examhead{
	background: url(images/logo.png);
	
	background-repeat: no-repeat;
}*/



.scholardatils { 
background-color: green;

box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.scholardatils:hover {
color:white;
font-weight: bold;
background-color: rgb(0,20,50,0.9)!important;
transition: 0.8s;

}


.holdimg {
	background-color: black;
}
.center {
	display: block;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-radius: 50px;
}

.scholardatils p {
	text-align: center;
	color: white;
}


#prev {
	/*background-image: linear-gradient(to bottom right, black, green );
	padding: 10px;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;*/
	padding: 10px;
	 background-color: #0276FF;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";

}

#next {
	/*background-image: linear-gradient(to bottom right, black, green );*/
	/*padding: 10px;
	background-color: black;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;*/
	padding: 10px;
	background-color: red;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

#next:hover {
	background-color: #2ea44f;
	transition: 0.8s;
}

#prev:hover {
	background-color: #2ea44f;
	transition: 0.8s;
}
#submitt {
	cursor: pointer;
}


.footer-copy {
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 30px;
	margin-left:  -25px;

	background-color: black;
	color: rgba(85, 86, 87, 0.9);	
	text-align: center;

}

.row::after {
  content: "";
  clear: both;
  display: table;

}

[class*="col-"] {
  float: left;
  padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  
  
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  /*.login-space {
  width: 70%;
  margin: auto;
}*/
  
}