/* Mary Bishop Styles for CCSC 2017/2018
*/

.jumbotron {
	background: url('../images/BK_IcyBlue.jpg') top center;
	color: #ffd700;
	padding-bottom: 0;
}

.navbar {
	background-color: #000ABD;
	color:  #ffd700;
}
#headStr {
	color:  #ffd700;
	
}
body {
	background-color: #C7E2F5; 
	font-family: verdana, sans-serif;
}
h1 {
	font-size: 90px;
	margin-bottom: 0;
	margin-top: 60px;
	font-family: trendy, serif;
	font-weight: bold;
	text-align: center;
}
#botBar {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.desc {
	font-size: 1.1em;
}
footer {
	background-color:#000ABD;
	color: #ffd700;
	padding-top: 15px;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: center;
	position: absolute fixed;
	bottom: 0;
	height: 45px;
}
td {
	border: none;
	padding: 0px 40px;
}
table {
	margin: 0 auto;
}

a {
	border-radius: 5px;
	border: 1px inset #ffd700;
	padding: 2px 4px;
	color: #ffd700;
	text-decoration: none;
}
a:hover {
	background-color: #ffd700;
	color: #000ABD;
}

/* Styles for form */
fieldset {
	border-color: #000ABD;
	border-style: groove;
	border-width: .3em;
	margin: 2em;
	padding: 1em;
}

/* Space out the input boxes w/ margins */
input {		
	width: 300px;          /* short input field, overridden by longText for some */
	margin-bottom: 5px;
	margin-right: 20px;
	}
	
/* Override right margin for radio & checkboxes */
.rightMrgn0 {
	margin-right: 0px;
	width: 20px;
	}

textarea {
	width: 800px;
	height: 200px;

	}		 
.buttonPane {
	text-align: center;
	}
.button {
	width: 100px;
	font-size:16px;
	padding: 5px;
	border: 2px black outset;
	border-radius: 10px;
	box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.75);
}

#contactMe{
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}

#contact {
	margin-top: 0px;
}
#lanyard {
	width: 20%;
	float: left;
	margin: 25px 0px;
}

#yrNote {
	font-size: .7em;
	color: #FFF;
}