/* Base Styles */
.center-this {
	display:block; 
	margin: 0 auto;
}

body {
font-family: "DM Sans", sans-serif;
font-weight: 300;
font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* Navbar Styling */
/* Navbar Styling */
.navbar {
  background-color: #fff; /* Set navbar background to white */
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand h4 {
  margin: 0;
  font-weight: 300;
  color: #000;
  font-size: 1.8rem;

}

.navbar-nav .nav-link {
  color: #fff !important;
  font-size: 1.4em;

  padding: 10px;
  transition: color 0.3s ease-in-out;
font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
color: #FF6000 !important; /* Your bright active color */
font-weight: 500;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}


#header {
  background: url(../images/fullFootRace.png) no-repeat center center;
  background-size: cover;
  padding: 15em 0 30em;
  color: #fff;
  text-align: center;
}

iframe {
  margin: 0;
  padding: 0;
}

#aboutme, #contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
background-color:#000;
}

#aboutme {
  background-image: url("../images/protest1.jpg");
  padding: 100px 50px;
  min-height: 500px;
}

#contact {
  background-image: url(../images/ryderSky.png);
  padding-top: 20em;
  padding-bottom: 5em;
  min-height: 700px;
}

#aboutme p, #aboutme h3 {
  color: #000;
}

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-weight: 500;
  font-size: 2em;
color:#000;
  
}

h2 {
  font-weight: 400;
  font-size: 1.8em;
	color:#000;
  
}

h3 {
  font-weight: 400;
  font-size: 2.4em;
  
  
}

h4 {
  font-weight: 700;
  
}

p {
  font-size: 1em;
  line-height: 1.5;
  margin: 5px;
  text-align: left;
}

ul,li,a {
 
font-family: "DM Sans", sans-serif;
font-weight: 600;
font-style: normal;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #B4B4B4;
}

.btn {
  border: none;
  border-radius: 0;
  padding: 1em 4em;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

/*.btn:hover, .btn:active {
  color: #fff;
}*/

.btn-primary {
  background: #000;
  width: 100%;
}

.btn-primary:hover, .btn-primary:focus {
  background: #333;
}

.footer {
  background-color: #333;
  color: #000;
  font-size: 1em;
}

.footer a {
  color: #aaa;
  margin: 0 1em;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: #fff;
}

.gototop i {
  line-height: 0.5em;
}

#works figcaption a, #design figcaption a {
  /*display: inline-block;*/
  color: #000;
  padding: 1em 3em;
  font-weight: bold;
  display:block; margin: 0 auto;
	text-align: center;
}

#works figcaption a:hover, #design figcaption a:hover {
display:block; margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
text-align: center;
	color:#000;
}

.rectangle {
  width: 80%;
  min-height: 60px;
  background-color: #fff;
  opacity: 0.6;
  padding: 15px;
  margin: 0 auto;
}

.highlight-info .overlay {
  padding-top: 100px;
  padding-bottom: 200px;
}

#contact h3 {
  margin: 0;
}

/* Media Queries */
@media (max-width: 1200px) {
  body {
    font-size: 13px;
  }
  .rectangle {
    margin-bottom: 300px;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.5em;
  }
  h4 {
    font-size: 1.3em;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .navbar-nav .nav-link {
    line-height: 1em;
  }
}

