body {
	position: relative;
	background-color: #b3d9ff;
	font-family: 'Droid Sans', sans-serif;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #f2f2f2;
	text-decoration: underline;
}

h1 {
	font-size: 10vw;
	color: #fff;
}

h2 {
	color: #ffffff !important;
	text-align: center;
	padding-bottom: 25px;
}

h3, h4, h5, h6 {
	color: #ffffff;
	text-align: left;
	padding-bottom: 25px;
}

img {
	display: block;
	padding-bottom: 35px;
}

.thumbnail {
	background-color: transparent;
	border: 1px !important;
	border-color: #fff !important;
	padding-bottom: 50px;
}
.thumbnail .caption {
	color: #bfbfbf;
}

.page-header {
	margin-bottom: 50px;
	border-bottom: 1px solid #1a1a1a;
	padding-bottom: 50px;
}

mark {
	color: #f2f2f2;
	background-color: rgba(255,255,255,0.25);
	padding: 5px;
	line-height: 2.5em;
}

.affix {
	top:0;
	width: 100%;
	z-index: 9999 !important;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color: rgba(0,0,0,0.25);
	border-color: #000000;
}

.affix ~ .container-fluid {
	position: relative;
	top: 50px;
}

.affix a{
	color: #fff !important;
	padding: 15px !important;
	-webkit-transition: all .5s ease-in-out;
	transition: .5s eas-in-out;
}

.affix-top a{
	padding: 25px !important;
}

.affix + .container-fluid {
	padding-top: 95px;
}

/*Navigation Bar*/
.navbar {
	margin-bottom: 0px;
}

.navbar-inverse {
	background-color:#222222 !important;
	color: #ffffff;
	border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color:#b3d9ff !important;
}

.navbar-inverse .navbar-nav > .active > a {
	color: #ffffff !important;
	background-color: #222222 !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a {
	color:#ffffff !important;
	background-color:transparent !important;
}

.navbar-inverse .navbar-brand {
	color: #ffffff !important;
}

.navbar-inverse .navbar-brand, a:hover {
	color: #ffffff !important;
}

.navbar-inverse .navbar-toggle {
	background-color: inherit;
}

.navbar-inverse .icon-bar {
	background-color: inherit;
}


/* Tab Content */
.tab-content .tab-pane {
	background-color: rgba(0,0,0,0.012) !important;
	padding: 50px;
	min-height: 500px;
	border: 1px;
}

.nav-justified > li > a {
	background-color: transparent !important;
	color: #88ffff !important;
}

.nav-justified > li > .open > a,
.nav-justified > li > a:hover,
.nav-justified > li > a:focus,
.nav-justified > li > .active > a:hover,
.nav-justified > li > .active > a:focus,
.nav-justified > li > a > .active {
	color: #ffffff !important;
}

.btn {
	background-color: transparent !important;
	border-color: #555 !important;
	color: #777 !important;
	margin: 15px 10px 5px 10px;
	box-shadow: 2px 2px 8px #000;
}

.fa {
	padding-right: 5px;
}

#resume {
	margin: 15px 10px;
	padding: 5px;
	background-color: rgba(255,255,255,0.15);
	border: solid 1px rgba(255,255,255,0.25);
}

.headshot {
	padding-bottom: 50px;
}

/* Sections of Webpage */
#intro {
	/* background-color: rgba(0,0,0,0.25); */
	min-height: 100vh;
	padding-top: 120px;
	padding-left: 80px;
	text-align: left;
	color: #bfbfbf;
}

.hero-image {
        background-image: url("../../images/gm-background.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
}

.section {
	margin: 25px 0;
	padding: 50px 40px 50px 40px;
	background-color: rgba(0,0,0,1.0);
	color: #bfbfbf;
	text-align: center;
}

.section1 {
	margin: 0;
	padding: 50px;
	background-color: #333333;
	text-align: center;
	font-size: 16px;
	color: #bfbfbf;
}

.section2 {
	margin: 0;
	padding: 50px;
	background-color: #222222;
	text-align: center;
	font-size: 16px;
	color: #bfbfbf;
}

#footer {
	text-align: center;
	font-size: 13px;
	color: rgb(220, 220, 220);
}

#footer a{
	color: #333333;
	text-decoration: none;
}

@media only screen and (max-width: 992px) {   
    #intro {
        padding-top: 120px;
        padding-right : 10px;
    }
    .hero-image {
        background-image: url("../../images/gm-background-alt2.png");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
	} 
}
