/*
Adapted from CSE 190 M, Homework 5 (kevin Bacon) 2012
bacon.css.
*/

body {
 background-image: url("images/IMG_2567.mov");
 background-color: #cccccc;
}


#image1 {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  float: none;
}

#banner_image {
	text-align: center;
	padding:0px;
}

#ignorant {
	font-size: 12pt;
	font-weight: bold;padding: 0.2em;
}

#card, #newjob, #checkjob, #line, #newagent {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        text-align: center;
        border-style: none;
        font-size: 24pt;
        color: white;
}

#job1, #job2 {
    
    margin-top: 10px;
  margin-bottom: 10px;
}

.button {
  background-color: #1858cd; /* Green */
  border-radius:28px;
  border:1px solid #18ab29;
  color: white;
  padding:16px 31px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 30%;
}

.button:hover {
	background-color:#039dfc;
}
.button:active {
	position:relative;
	top:1px;
}

body {
	background-color: black;
	color: white;
}

fieldset {
	background-color: black;
	margin: 2em;
	border: none;
	padding: 1em;
}

header {
	background-color: black;
	font-size: 18pt;
	font-weight: bold;
	padding: 1em;
}

legend {
	font-size: 12pt;
	font-weight: bold;
	padding: 0.2em;
}

h3 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	padding: none;
}




