
#top-bar{
	width: 70%;
	max-width: 600px;
	margin: auto;
	text-align: center;
}

#main {
	height: auto;
	min-height: 500px;
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}
div.text-box{
	width: 500px;
	max-width: 80%;
	margin: auto;
}

img.results{
	max-width: 90%;
	margin: 40px auto;
	background-color: white;
	display: inline-block;
	border: 3px solid lightblue;
}

button.menu{
	margin: 5px auto;
	display: inline-block;
	width: 200px;
	height: 30px;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin: auto;
}

.dropContent {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  z-index: 1;
}

.dropContent > * {
	display: block;
	font-size: 24px;
	text-align: center;
	line-height: 200%;
	vertical-align: middle;
}

.dropdown-content a {
  color: black;
	transition: 5s;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdownContent a:hover {background-color: #ddd;}
.dropdown:hover .dropContent {display: block;}
.dropdown:hover .menu {background-color: #888888;}

div button:hover + img {
  display: block;
}

div.content {
	margin: 10px auto;
	text-align: center;
	display: block;
	width: 90%;
	max-height: 50%;
	height: auto;
}

div.character-profile  {
	text-align: center;
	display: inline-block;
	width: 600px;
	max-width: 45%;
	min-width: 150px;
	height: 525px;
	max-height: 100%;
	vertical-align: bottom;
	padding: 5px;
	margin: 0 auto;
	}
	
div.projects {
	text-align: center;
	display: inline-block;
	width: 30%;
	margin: auto;
	height: 100px;
}
	
div.character-details {
	margin: auto;
	position: relative;
	width: 75%;
	vertical-align: bottom;
}


	
button.form-button-small {
	margin: 10px auto;
	display: block;
	min-width: 100px;
	width: 50%;
	max-width: 200px;
	min-height: 50px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border-color: gray;
}
button.form-button-big {
	margin: 10px auto;
	display: block;
	min-width: 150px;
	width: 25%;
	max-width: 200px;
	min-height: 50px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border-color: gray;
}

button:hover {
	background-color: #e3e3e3;
	}
button:active {
	background-color: #aaaaaa;
	}

#indecisive, #clueless {
	position: relative;
	top: -70px;
	
}


p, h1, h2 {
	text-align: center;
	margin:3px auto;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 50%;
	padding: 5px;*/
}
p.long-para {
	margin:7px auto;
	text-align: left;
	text-indent:35px;
}
h1{
	margin: 15px auto 10px; 
}
h2{
	margin: 5px auto 10px; 
}

@media only screen and (max-width: 770px) {
	h1 {
		font-size: 4vw;
	}
	h2 {
		font-size: 3vw;
	}
	p {
		font-size: 2vw;
	}
	button.form-button{
		font-size:1.75vw;
	}
	div.character-profile  {
		height: 450px;
	}
}
input {
	max-width: 90%;
	max-height: 60%;
	margin: 20px auto;
	background-color: white;
	display: inline-block;
	border: 3px solid lightblue;
}
input:hover, input:active{
	border: 3px solid black
}
body {
	background-color: lightblue;
}