/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/*My CODE



*/

.main-wrapper{
	margin: 0 auto;
	width: 390px;
}
a {
	text-decoration: none;
}

body{
	background-color: #ccc;
	margin: 0 auto;
	background-image: url("/img/IMG_4791.jpg");
	background-position-y: bottom 32px;
	background-position-x: center;
	background-repeat: no-repeat
	background-size: 200px 100px;
}
	
header nav{
	margin: 0 auto;
	max-width: 390px;
	height: 60px;
	padding: 0px 10px;
	height: 60px;
	background-color: #ffffff;
}
header nav ul li {
	float: left;
	list-style: none;
	padding-right: 4px;
	border-right: 1px;
}
header nav ul li a {
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 63px;
}
.main-wrapper{
	display:flex;
	flex-wrap: wrap;
}
.link-nav{
	width: 390px;
	display: flex;
}
.nav-login{
	max-width: 390px;
	display: flex;
	flex-wrap: wrap;
}
header .nav-login form{
	padding-top: 15px;
	display: flex;
}
header .nav-login form input {
	width: 140px;
	height: 30px;
	padding: 0px 10px;
	margin-right: 10px;
	border: none;
	background-color: white;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 30px;
}

header .nav-login form button {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	border: none;
	background-color: #111;
	font-family: arial;
	font-size: 8px;
	color: #ffffff;
	cursor: pointer;
}
header .nav-login form button:hover {
	background-color: #ccc;

}
header .nav-login a{
	margin: 10px auto;
	width: 60px;
	height: 10px;
	border: none;
	padding: 10px;
	font-family: arial;
	font-size: 12px;
	color: blue;
	line-height: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-container{
	margin: 40px auto;
	padding-top: 40px;
	max-width: 390px;
}

.main-container h2{
	margin: 20px auto;
	font-family: arial;
	font-size: 20px;
	color: #111;
	line-height: 20px;
	text-align: center;
}
.main-container p{
	margin: 0 auto;
	font-family: arial;
	font-size: 12px;
	color: yellow;
	line-height: 12px;
	text-align: center;
}

/* signup.php*/

.signup-form {
	width: 390px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-color: #7C7F89;
}
}
.signup-form h3{
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	color: blue;
}

.signup-form input{
	width: 90%;
	height: 20px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 14px;
	color: #111;
	line-height: 20px;
}

.signup-form button {
	float: left;
	width: 100%;
	height: 20px;
	margin-right: 10px;
	border: none;
	background-color: #f3f3f3;
	font-family: arial;
	font-size: 14px;
	color: #111;
	cursor: pointer;
}

.signup-form button:hover {
	background-color: #ccc;
}

.signup-form a{
	margin: 0 auto;
	text-align: center;
	width: 90%;
	height: 20px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	font-family: arial;
	font-size: 13px;
	color: blue;
	line-height: 20px;
}

.login-status {
	font-family: arial;
	font-size: 30px;
	color: #111;
	line-height: 50px;
	text-align: center;
}

.login-sucess {
	margin: 0 auto;
	font-family: arial;
	font-size: 20px;
	color: #111;
	line-height: 50px;
	text-align: center;
}

.login-sucess {
	margin: 0 auto;
	font-family: arial;
	font-size: 20px;
	color: #111;
	line-height: 50px;
	text-align: center;
}


.signuperror {
	margin: 0;
	width: 360px;
	height: 40px;
	padding: 0px 5%;
	border: none;
	background-color: #7C7F89;
	font-family: arial;
	font-size: 16px;
	color: #FFFF33;
	text-align: Center;
}

.forgot-pwd {
	width: 390px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	background-color: #7C7F89;
}
.forgot-pwd form{
	width: 390px;
}

.forgot-pwd input{
	width: 90%;
	height: 20px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	color: #111;
	line-height: 40px;
}

.forgot-pwd button {
	float: left;
	width: 100%;
	height: 20px;
	margin-right: 10px;
	border: none;
	background-color: #f3f3f3;
	font-family: arial;
	font-size: 16px;
	color: #111;
	cursor: pointer;
}

.forgot-pwd button:hover {
	background-color: #ccc;
}

.quiz-table {
	padding: 2px;
	width: 500px;
	margin: 0 auto;
	border: 1px solid;
	background-color: #ccc;
	font-family: arial;
	font-size: 12px;
	color: #111;
}

.quiz-table th{
	padding: 2px;
	width: 500px;
	height: 25px;
	margin: 0 auto;
	border: 2px solid;
	font-family: arial;
	font-size: 14px;
	color: #111;
}

.quiz-table td{
	padding: 2px;
	width: 500px;
	height: 15px;
	margin: 0 auto;
	border: 2px solid;
	font-family: arial;
	font-size: 12px;
	color: #111;
	text-align: center;
}

footer {
	max-width: 600px;
	margin: 0 auto;
	color: #111;
	text-align: center;
}

@media (min-width: 900px){
	body {
		background-image: url("/img/IMG_4791.jpg");
		background-position-y: bottom 32px;
		background-position-x: center;
		background-repeat: no-repeat
	}
	.main-wrapper{
		margin: 0 auto;
		width: 1000px;
		display: flex;
		/* aligns items vertically with other elements*/
		align-items: strech;
		justify-content: space-between;
	}
	header nav{
		margin: 0 auto;
		max-width: 1000px;
		height: 60px;
		padding: 0px 10px;
		height: 60px;
		background-color: #ffffff;
	}
	header .nav-login a{
		font-size: 20px;
		font-family: arial;
	}
	
	header .nav-login form button {
		width: 60px;
		height: 30px;
		margin-right: 10px;
		border: none;
		background-color: #111;
		font-family: arial;
		font-size: 16px;
		color: #ffffff;
		cursor: pointer;
	}
	
	header .nav-login form input {
		background-color: #ccc;	
	}
	.nav-login{
	max-width: 1000px;
	display: flex;
	}
	
	header .nav-login a{
		margin: 15px 0;
		width: 60px;
		height: 10px;
		border: none;
		text-align: center;
		background-color: #ccc;
		font-family: arial;
		font-size: 10px;
		color: #111;
		cursor: pointer;
	}
	.main-container{
		margin: 0 auto;
		padding-top: 40px;
		max-width: 1000px;
	}
	
	.main-container h2{
	margin: 20px auto;
	font-family: arial;
	font-size: 40px;
	color: #111;
	line-height: 50px;
	text-align: center;
	}
	
	.main-container p{
	margin: 20px auto;
	font-family: arial;
	font-size: 20px;
	color: #111;
	line-height: 20px;
	text-align: center;
	}
	
	.signup-form {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	background-color: #7C7F89;
}

	.signup-form h3{
		font-size: 18px;
		text-align: center;
		padding-bottom: 10px;
		color: blue;
	}

	.signup-form input{
		width: 90%;
		height: 40px;
		padding: 0px 5%;
		margin-bottom: 4px;
		border: none;
		background-color: #fff;
		font-family: arial;
		font-size: 16px;
		color: #111;
		line-height: 40px;
	}

	.signup-form button {
		float: left;
		width: 100%;
		height: 40px;
		margin-right: 10px;
		border: none;
		background-color: #f3f3f3;
		font-family: arial;
		font-size: 16px;
		color: #111;
		cursor: pointer;
	}

	.signup-form button:hover {
		background-color: #ccc;
	}

	.signup-form a{
		margin: 0 auto;
		text-align: center;
		width: 90%;
		height: 40px;
		padding: 0px 5%;
		margin-bottom: 4px;
		border: none;
		font-family: arial;
		font-size: 16px;
		color: blue;
		line-height: 40px;
	}
	.forgot-pwd input{
	width: 90%;
	height: 40px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	text-align: center;
	color: #111;
	line-height: 40px;
}

.forgot-pwd button {
	float: left;
	width: 100%;
	height: 40px;
	margin-right: 10px;
	border: none;
	background-color: #f3f3f3;
	font-family: arial;
	font-size: 16px;
	color: #111;
	cursor: pointer;
}

}
