/*
 * Author: Casey Rosengren
 *
 * Project Name: Gopher Gala
*/

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

#top {
	padding-top: 10px;
}

#fancy-gopher {
	width: 100%;
	max-width: 350px;
}

@media (min-width: 992px) {
	#fancy-gopher {
		position: absolute;
		top: 0;
		left: -275px;
		z-index: -1;
	}
}

#navbar {
	font-size: 20px;
	max-width: 400px;
	margin: 0 auto;
}

@media (min-width: 992px) {
	#navbar {
		max-width: 100%;
	}
}

#navbar a {
	color: #696E74;
	padding-right: 10px;
	padding-left: 10px;
}

#navbar a:hover {
	color: #ccc;
}

#navbar {
	color: #696E74;
}

#nav-links {
	padding-top: 25px;
}

#is-nav {
	top: 0;
	width: 100%;
	min-height: 90px;
	position: relative;
	z-index: 1;
	color: #fff;
	background: white;
	padding-top: 25px;

	background-attachment: relative;
	background-position: center center;

	-webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin-bottom: 20px;
}

#gopher-nav-img {
	height: 80px;
}


#sponsors-top img {
	max-width: 100%;
}

.sponsors-feature {
	display: inline-block;
	width: 150px;
	height: 150px;
	border: 1px solid lightGray;
	margin: 15px;
	padding: 15px;
}

.vip-sponsors-feature {
	width: 300px;
	height: 300px;
}

.sponsors-feature a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.judges img {
	width: 90%;
	height: auto;
}

.judges h3 {
	text-align: center;
}

.judges p {
	text-align: left;
}

.prizes {
	padding: 10px;
}

.prizes h3 {
	text-align: center;
}

.prizes p {
	font-size: 12px;
}

.prizes ul {
	font-size: 15px;
}

#hq-list ul {
	font-size: 16px;
}

#hq-list li {
	padding: 3px;
}

#hq-list h3 {
	text-align: center;
}

#about {
	/* background-color: #f2f2f2; */
	background-color: #f2f2f2;
	padding-bottom: 40px;
}

#about h2 {
	padding-bottom: 20px;
}

#divider1 {
	height: 130px;
	background: url(../img/dividers/divider1.jpg) no-repeat center top;
}

#divider2 {
	height: 130px;
	background: url(../img/dividers/divider2.jpg) no-repeat center top;
}

#divider3 {
	height: 130px;
	background: url(../img/dividers/divider3.png) no-repeat center top;
}

#gopher-divider-img {
	padding-top: 20px;
}

.page-title {
	padding-bottom: 10px;
}

#disclaimer {
	padding-top: 20px;
}

.request {
	padding-top: 30px;
	padding-bottom: 20px;
}

#more-info h4 {
	text-align: center;
}

#more-info h2 {
	padding-bottom: 20px;
}

#more-info {
	text-align: center;
}

.apply {
	padding-top: 35px;
	padding-bottom: 25px;
}

.job {
	border-style: solid;
	border-width: 3px;
}

.job-content {
	padding: 15px;
}

.job hr {
	width: 25%;
}

#jobs-list ul {
    font-size: 18px;
}

.indented {
	padding-left: 25px;
}

#f a {
	text-decoration: underline;
}

#voting-rules ol {
	padding: 15px;
	font-size: 16px;
}

#finalists {
	padding: 15px;
	font-size: 16px;
}

ul, ol {
	padding-left: 40px;
}
