@media screen and (min-width: 0px) and (max-width: 800px) {
.opendiv { 
	color: white;
	display: block;
	position: relative;
	top: 35px;
	float: right;
	z-index: 1;
  
  } 
  
  .selfimage {
	position: relative;
	float:right;
	width: 35%;
	height: auto;
	z-index: 1;
	padding: 5px;
	

}




.logo {
	position: relative;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 60%;
	
  }
  
  
 .logodiv {
	width: 100%;
	background-color: rgb(160, 185, 185);
	
  }	  

.frame {
	
	
	width: 100%;
	height: 1000px;
	z-index:0;
	top: 3px;
	position: relative;
	border-style: none;
	background-color: white;
	border-radius: 5px;
	
	
	
}





}

@media screen and (min-width: 800px) {

.selfimage {
	position: relative;
	float:right;
	
	z-index: 1;
	padding: 5px;
	

}	


.logindiv {
	
	width: 40%;
	position: relative; 
	left: 30%;
	right: 30%;
	text-align: center;
}

.logintext {
	display: block;
	border-style: none;
	border-radius: 5px;
	text-decoration: none;
	font-family: verdana;
	margin:auto;
	text-align: center;
	padding: 15px;
	position: relative;
	width: 33%;


}


.opendiv { 
	color: white;
	display: block;
	position: relative;
	top: -40px;
	float: right;
	z-index: 4;
  
  } 

.frame {
	
	
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	height: 1000px;
	top: 10px;
	z-index:0;
	position: relative;
	border-style: none;
	background-color: white;
	border-radius: 5px;
	
	
	
}




.logo {
	position: relative;
	
	width: 60%;
  }
  
  
 .logodiv {
	width: 100%;
	background-color: rgb(160, 185, 185);
	
  }	  



}


@media screen and (max-width: 800px) {



.sidenav {
	position: relative; 
	width: 100%;
	display: none;
	
	  
  }
  
  .sidenav a {
	font-size: 2vw;
  
  }
  
  .logindiv {
	
	width: 100%;
	
}

.logintext {
	display: block;
	border-style: none;
	border-radius: 5px;
	text-decoration: none;
	font-family: verdana;
	font-size: 3vw; 
	text-align: center;
	padding: 15px;
	position: relative;
	color: white;
	


}


.bottomdiv {
	text-align: center; 
	background-color: none; 
	width: 100%;
	color: white;
}

.dropdown-div {
	display: none;
  }
  .dropbutton {
	display: none;
  }


}


.nav {
	display: inline-block;
	position: relative;
	width: 90%;
	left: 5%;
	right: 5%;
    color: white;
	padding: 10px;
	text-align: center;
	z-index: 5;
	
	
}

	.titlediv {
		
	
	
	}





.link {
	
	text-decoration: none;
	font-size: 1vw;
	font-family: verdana;
	text-align: center;
	padding:5px;
	color: white;
	
}

.link:hover{
	
	background-color: grey;
	color:white;
    border-radius: 5px;

}


	


.header {
	font-family: verdana;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 4vw;
	
}

.text {
	
	display: block;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	font-family: verdana;
	font-size: 3vw;
	
}

.thumb {
  border: 1px solid #ddd;
  border-style: solid;
  border-radius: 4px;
  padding: 5px;
  width:150px;
  height: 150px;
  z-index: 0;
  position: relative;
}

.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.field {
	
	border-radius: 5px;
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	font-family: verdana;
	font-size: 2vw;
	
	
}




.body {
	
	z-index: -1;
	background-image: url("../Blue shadows2.jpg");
	
	height: 100%;

  
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	 
 }


.loginbackg {
	z-index: -1;
	background-image: url("../Blue shadows2.jpg");
	
	height: 100%;

  
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	 
	
}




.inputbtn {
	
	border-radius: 5px;
	font-family:verdana;
	font-size: 2vw;
	padding: 5px;
	border-style: none;
	color: grey;
	
	
}

.inputbtn:hover {
	background-color: grey;
	color: white;
	
}

.coursebtn {
	border-radius: 5px;
	font-family:verdana;
	font-size: 2vw;
	padding: 10px;
	border-style: none;
	color: black;
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	
}

.coursebtn:hover {
	background-color: grey;
	color: white;
	
}


.uploadform {
	
	display: block;
	font-family: verdana;
	
	
	
}



.formfield {
	border-style: none;
	font-family: verdana;
	font-size: 2vw;
		


}

.input {
	font-family: verdana;
	font-size: 2vw;
	border-radius: 5px;
	border-width: 1px;
}


.label {
	font-family: verdana;
	font-size: 2vw;
	
}



