* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.black {
  color: #000;
}
.bg-black {
  background-color: #000;
}
.white {
  color: #fff;
}
.bg-white {
  background-color: #fff;
}
.dark-gray {
  color: #333;
}
.bg-dark-gray {
  background-color: #282828;
}
.blue {
  color: #132ca4;
}
.bg-blue {
  background-color: #132ca4;
}
.light-blue {
  color: #aad;
}
.bg-light-blue {
  background-color: #aad;
}
.red {
  color: #bc141b;
}
.bg-red {
  background-color: #bc141b;
}
body {
  background-color: #000;
}
h1 {
  font-size: 4rem;
}
li {
  list-style-type: none;
  list-style: none;
}
section .row {
  padding: 2rem 0;
  text-align: center;
  /* border: 1px solid #f00; */
}
.parallax-img {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .parallax-img {
    /* display: none; */
    background-attachment: local;
  }
}
.narrow-row {
  width: 90%;
  margin: 0 auto;
}

/* Nav */
.navbar {
  opacity: 1;
  padding: 5px 0;
}
.navbar-brand {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 750;
  letter-spacing: 2px;
}
@media (min-width: 567px) {
  .navbar-brand {
    margin-left: 15px;
  }
}
.navbar-brand img {
  height: 80px;
}
.navbar-nav {
  font-size: 1.2rem;
}
.nav-target {
  position: relative;
  top: -95px;
}
/* .navbar ul.nav li.active, */
.navbar ul.nav li:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.navbar ul.nav li a {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}
.navbar ul.nav li.active a,
.navbar ul.nav li:hover a {
  color: #000;
}
@media (max-width: 575.98px) {
  .navbar {
    text-align: center;
  }
}

/* Home */
#home-section {
  padding-top: 100px;
  padding-bottom: 0px;
  height: 700px;
}
@media (max-width: 1000px) {
  #home-section {
    height: 600px;
  }
}
@media (max-width: 700px) {
  #home-section {
    height: 500px;
  }
}
#home-section .row {
  padding: 0;
}
/* #home-section .parallax-img {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../img/RedJeepWithEquipment.jpg);
  height: 550px;
} */

/* Home-About */
#home-about .parallax-img {
  background-image: url(../img/IMG_3665.jpg);
  height: 600px;
}

/* About */
#about-section p {
  font-size: 1.3rem;
}
#about-section h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 16px 0;
  border: 2px solid #fff;
  background-color: #bc141b;
}
@media (min-width: 992px) {
  #about-section h2 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #about-section h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/* About-First-Phorm */
#about-first-phorm .parallax-img {
  background-image: url(../img/IMG_4028.jpg);
  height: 600px;
}

/* First Phorm */
#first-phorm-section p {
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
#first-phorm-section h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 16px 0;
  border: 2px solid #fff;
  background-color: #132ca4;
}
@media (min-width: 992px) {
  #first-phorm-section h2 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  #first-phorm-section h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#first-phorm-section span.small {
  font-size: 20px;
  vertical-align: top;
}
#first-phorm-section .btn {
  border: 1px solid #fff;
}
#first-phorm-section .btn:hover {
  border: 1px solid #000;
  background-color: #5163be;
  color: #fff;
}

/* First-Phorm-Programs */
#first-phorm-programs .parallax-img {
  background-image: url(../img/IMG_3813.jpg);
  height: 600px;
}
@media (max-width: 450px) {
  #home-section .parallax-img {
    background-image: url(../img/IMG_3813-2.jpg);
    background-position: center center;
    background-size: cover;
    height: 500px;
  }
}

/* Programs */
#programs-section h1 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 16px 0;
  border: 2px solid #fff;
}
#programs-section .card {
  margin: 1rem 0;
}
.card {
  border-width: 3px;
}
.card-title {
  font-weight: bold;
}
#programs-section .btn {
  border: 1px solid #000;
}
#programs-section .btn:hover {
  border: 1px solid #fff;
  background-color: #5163be;
  color: #fff;
}

/* Programs-Contact */
#programs-contact .parallax-img {
  background-image: url(../img/IMG_3740-short.jpg);
  height: 600px;
}

/* Contact */
#contact-section h2 {
  font-size: 3em;
  font-weight: 700;
}
#submit-btn {
  display: inline;
  float: right;
  width: 30%;
  color: #fff;
}
#submit-btn:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 767px) {
  #contact-section .row {
    padding: 0;
  }
  #contact-section {
    padding-bottom: 20px;
  }
  #contact-section h2 {
    padding-top: 20px;
  }
}
#contact-section img {
  height: 250px;
}

/* Contact-Socials */
/* #contact-socials .parallax-img {
  background-size: cover;
  background-image: url(../img/IMG_3740-short.jpg);
  height: 600px;
} */

/* Social Media Banner */
#social-media-banner p {
  font-size: 2rem;
  font-weight: 700;
  padding-right: 15px;
  align-self: center;
  color: #fff;
}
.icon i {
  margin: 0 10px;
  color: #fff;
}

/* Socials-Footer */
#socials-footer img {
  background-image: url(../img/never-settle-1st-phorm.jpg);
  height: 600px;
}

/* Footer */
#main-footer {
  padding-top: 15px 0;
}
#main-footer img {
  height: 100px;
}
#main-footer p {
  align-self: center;
  font-size: 1.1rem;
  margin: 16px 0;
}

/* Everything below is for the carousel. Just delete it all and start over if */
/* something goes wrong, don't mess with anything above though. */

.carousel {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  background-color: #000000;
}

.carousel-item img {
  height: 100%;
  display: block;
  margin: auto;
}

.carousel-item {
  text-align: center;
  height: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.carousel-inner .carousel-item {
  /* position: relative;
	height: 100%;
	width:100%; */
  background: url("../img/carousel01.jpg");
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.carousel-inner .carousel-item:nth-child(2) {
  background: url("../img/carousel02.jpg");
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
