a:hover{
	background: white;
	color: black;
}

a {
	color: white;
}

a img {
	border: none;
	margin-left: 5.5em;
	margin-top: -12em;
	margin-bottom: -.05em;
}

body {
	margin: auto;
	font-family: Bahiana, cursive, arial, sans-serif;
	width: 100%;
	min-width: 1500px;
}

footer {
	top: 20px;
	font-size: 20px;
	margin: auto;
	width: 10em;
}

footer a {
	color: black;
}

footer a:hover{
	color: black;
}

h1 {
	color: white;
	font-family: Bahiana, cursive, arial, sans-serif;
	font-size: 6em;
	margin-bottom: -.6em;
}

img {
	margin: .5em;
	border: 1px solid black;
}


section {
	float: left;
}

#myCarousel{
	margin: -.2em 3em -.2em 5.5em;
	width: 45em;
	background: black;
	padding: .5em .5em 0em .5em;
	width: 36em;
	border-radius: 0 0 10px 10px;
}

#myCarousel .container{
	width: 200px;
}

#myPhotoCarousel{
	width: 93em;
	margin: 4em 0 2em 5.5em;
	background: black;
	padding: .5em 1em 0 1em;
	border-radius: 10px 10px 10px 10px;
}

#myCarousel .carousel-inner {
	margin: auto;
}

#myPhotoCarousel .carousel-inner {
	margin-left: 15px;
}

#navbar{
	width: 100%;
}

#talkBubble {
   background: black;
   color: white;
   height: 5em;
   margin-left: 5.5em;
   padding: .2em 1em;
   position: relative;
   text-align: center;
   width: 15em;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

#talkBubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 2em;
   width: 0;
   height: 0;
   border-top: 20px solid transparent;
   border-right: 43px solid black;
   border-bottom: 20px solid transparent;
}

#title{
	margin-left: .3em;
}

.backPack {
	border: 10px solid black;
	border-radius: 10px;
	margin-top: 6.5em;
	margin-left: 6.5em;
	width: 48em;
	height: 18em;
	padding: 1em;
	-webkit-column-count: 2;
	column-count: 2;
}

.backPack h1 {
	color: black;
	font-size: 40px;
	margin-top: -.2em;
}

.backPack ul {
	font-family: arial;
	font-size: 20px;
	margin-top: 1.5em;
	float: left;
	clear: right;
	width: 30em;
	height: 8em;
}

.bounce {
	animation: bounce 2s 3;
}

.carousel-caption {
	visibility: hidden;
}

.carousel-control{
	background: none;
	border-radius: 10px 10px 10px 10px;
	width: 5px;
}

.carousel-control:hover{
	background: none;
}

.carousel-indicators {
	visibility: hidden;
}

.carousel-inner .container {
	height: 3.5em;
}

.container {

	background: black;
}

.container a {
	color: lightgrey;
	font-size: 30px;
}

.container a:hover {
	color: black;
	text-decoration: none;
}

.glyphicon {
	color: black;
}

.glyphicon-chevron-right{
	left: 15px;
}

.glyphicon-chevron-left{
	left: -30px !important;
}

.guy {
	margin-top: 5em;
	margin-left: -7em;
}

.hiker {
	padding-bottom: 1em;
}

.man {
	position: absolute;
	top: 20px;
	left: 268px;
	animation: swing 4s infinite ease-in-out;
}

.mountain {
	position: absolute;
	top: 160px;
	left: -10px;
	color: white;
}

.navbar-brand{
	font-size: 14px;
	position: absolute;
}
.navbar-header {
	height: 20em;
	background: black;
	width: 100%;
	min-width: 900px;
}

.nav>li>a{
	font-size: 30px;
}

.nav>li>a:hover {
	color:black;
	background: white;
}

.nav>li>a:visited {
	color:white;
	background: black;
}

.navbar-nav{
	background: black;
	position: relative;
	left: 590px;
	top: 230px;
	width: 20em;
}

.navbar-nav li{
	float: left !important
}

.navbar-wrapper{
	width: 100%;
}

.on {
	position: absolute;
	left:200px;
	top: 80px;
}

.pictureLink {
	background: black;
	margin: 20px auto 0 auto;
	width: 200px;
}

.pulse {
	animation: pulse 1s 3;
}

.quotes {
	padding-right: 0;
	display: block;
	height: 5em;
	font-size: 30px;
	width: 20em;
	margin-left: 4.7em;
	margin-top: 2em;
}

.quoteAndBackPack {
	margin-top: 20px;
}

.toTop{
	font-size: 27px;
}
.top{
	margin-right: -3.5em;
}

.videoAndQuote {
	display: inline-block;
}

@keyframes swing {
  0%, 100% { transform: rotate(-30deg); }
  20% {transform:scale(.95);}
  50% { transform: rotate(30deg); }
  80% {transform:scale(.95);}
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% { transform: translateY(-30px);}
	60% { transform: translateY(-15px); }
}

@keyframes pulse {
	50% {box-shadow: -10px -10px 10px black;}
}