/* Screen size changes */

/* Elements and ID/Class */
      @media only screen and (max-width: 1000px) {
			 #intro {
				width: 90%;
				padding: 1em;
               	font-size: 1.4em;
			}	
		}	
		@media only screen and (max-width: 1000px) {
			.warning {
				font-size: 1.7em;
			}	
		}
		@media only screen and (max-width: 1000px) {
			.curseHead {
				font-size: 2.5em;
			}	
		}
		@media only screen and (max-width: 1000px) {
			aside {
				display: none;
			}	
		}
		@media only screen and (max-width: 1000px) {
			#cas {
				display: inline-block;
			}	
		}
		@media only screen and (max-width: 1000px) {
			.adv1 {
				display: inline-block;
				width: 100%;
				text-align: left;
				column-count: 1;
			}	
		}
/* Password */
		@media only screen and (max-width: 1000px) {
			#pWord {
				width: 430px ;
				height: 200px;
			}	
		}
		@media only screen and (max-width: 1000px) {
			#pWord input[type="button"] {
				font-size: 1.4em;
			}	
		}
		@media only screen and (max-width: 1000px) {
			#pWord label {
				font-size: 1.7em;
			}	
		}
		@media only screen and (max-width: 1000px) {
			#pWord label {
				font-size: 1.7em;
			}	
		}
		@media only screen and (max-width: 1000px) {
			#pWord input {
				font-size: 1.2em;
				margin-top: 2em;
			}	
		}
/* Nav and Links */	
		@media only screen and (max-width: 1000px) {
			#links {
				display: none;
			}	
		}
		@media only screen and (max-width: 1000px) {
			.nav {
				display: none;
			}	
		}
		@media only screen and (max-width: 1300px) {
			.nav {
				
			}	
		}
		@media only screen and (max-width: 1000px) {
			div #navMob {
				display: inline-block;
			}	
		}