
body{
    font-size:1.6em;
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
   
}
h1{
    width:110%;
    margin-left:0;
	box-shadow: 2px 15px 15px #2b2b2b;
    top:0;
	margin:0px;
	position:fixed;
	color:whitesmoke;
	background-color: rgba(0, 0, 0, 0.95);
	padding-bottom:5px;
	height:110px;
    font-size:4em;
    text-align:left;
    padding-left:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transition: all 1s;
}

h1:hover{
    text-decoration:underline;
}

h2{
    font-size:2.4em;
}

#inHeader{
    margin:none;
    padding:none;
}

#content{
    margin-top:110px;
    padding:10px;
    padding-left: 30px;
}

.invis{
    display:none;
}

input{
    border-radius:2px;
    width:100px;
    height:1.2em;
}

select{
    border-radius:5px;
    width:120px;
    height: 1.65em;
}
button{
    border-radius:3px;
    width:160px;
    height: 1.65em;
}
#nQBtn{
    width:150px;
}


