


.ghost-button {
  display: inline-block;
  position: absolute;
  float: left;
  width: 150px;
  height: 40px;
  padding: 8px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff; /* fallback */
  transition: background-color 0.3s ease-out,
              border-color 0.3s ease-out;
}

.ghost-button:hover {
  border-color: #66d8ed;
  transition: border-color 0.4s ease-in,
              color 0.4s ease-in;
}

.space {
	width: 175px;
	height: auto;
	display: inline-block;
}

.large {
	size: 200%;
}

.container {
	margin-top:-19px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}

.jumbotron {
	background: url('../images/motorcycle.jpg') repeat center center;
	background-color:black;
	background-position: center;
	height:600px;
	-webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom:0;

}


.jumbotron h1 {
	margin-top: 100px;
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 68px;
	font-weight: bold;
}

.jumbotron p {
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}

.jumbotron a:visited {
	color: #FFF;
}

.jumbotron a:hover {
	  color: #66d8ed;
}

.highlight {
	height:200px;
}

.navbar-brand {
	font-family: 'Norican', cursive;
	font-size: 23px;
	margin: 0;
}

#mybrand {
	color: #47C6BA;
}

#topContainer {
	background:url("../images/turquoiseback.png") repeat center center;
	/* Background pattern from subtlepatterns.com */
	height:500px;
	width:100%;
	background-size:cover;
	text-align: center;
}

#topContainer p {
	font-size: 0.7em;
}

.row {
	padding-right: 20px;
	padding-left: 20px;
}

h1 {
	margin-bottom: 20px;
}

#secondContainer {
	background-color: #704e73;
	background-image: url("../images/swirl.png");
	/* Background pattern from subtlepatterns.com & Transparent Textures */
	color: #FFFFCC;
	height:400px;
	width:100%;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.centered {
	text-align: center;
	margin-top: 25%;
}

