@charset "utf-8";
/* CSS Document */

.btn{
	text-align: center;
}

.btn-primary{
	font-family: orbitron;
	color:black;
	background-color: #fbcd08;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;
}
.btn-primary:hover {
	background-color: #74cee7;
	color:black;
	border:none;
}
body {
    margin: 0;
    font-family: "arimo";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "arimo";
    font-weight: 700;
    line-height: 1.2;
}
header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../Masthead Image 4.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
	background-size: cover;
}

header.masthead .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "orbitron";
	text-align: left;
}
header.masthead .masthead-subheading {
  font-size: 50pt;
  line-height: 4rem;
  margin-bottom: 25px;
font-style: normal;
  font-family: "orbitron";
	text-align: left;
	margin-left: 30px;
}
.cycling_graphic{
	margin-top: 70px;
}

img .mastheadimage{
	margin-right:100px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "arimo";
    font-size: 1rem;
    color: black;
    letter-spacing: 0.0625em;
font-weight:bold;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: white;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-family: "arimo";
  font-size: 0.75rem;
  color: black;
  text-transform: uppercase;
  background-color: #fbcd08;
  border: 0;
}
#mainNav{
	padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    background-color: #74cee7;
	
}
#mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #74cee7;
}
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading {
  font-size: 1.5rem;
  font-weight: 400;
font-style: normal;
  font-family: "arimo";
  margin-bottom: 4rem;
}
.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "arimo";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: normal;
  font-family: "arimo";
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
section#contact form#contactForm ::-webkit-input-placeholder {
  font-family: "arimo";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-moz-placeholder {
  font-family: "arimo";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm ::-moz-placeholder {
  font-family: "arimo";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm :-ms-input-placeholder {
  font-family: "arimo";
  font-weight: 700;
  color: #ced4da;
}
section#contact form#contactForm .form-group {
    margin-bottom: 1.5rem;
	margin-right: 30px;
}
.img-fluid4 {
    max-width: 100%;;
}

.timeline > li .timeline-image {
  background-color: #74cee7;
}

section#contact {
background-color: white;
	 background-image: url("../Signup Image.png");
    background-repeat: no-repeat;
    background-position: center;
}
a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}
.footer {
  text-align: center;
  font-size: 0.9rem;
  font-family: "arimo";
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
	}
	header{
		
	}
}