/* COLORS */
* {
  margin: 0;
  scrollbar-width: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
}

.card {
  margin-bottom: 20px !important;
}
.card .card-img-top {
  max-width: 50%;
  max-height: 50%;
  margin: 0 auto 0 auto;
  border-radius: 10px;
  margin-top: 10px;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: black;
}
a.anchor {
  top: -50px !important;
  position: absolute !important;
}

#backToTop {
  background-color: #fff;
  border: #0C489A 2px solid;
  border-radius: 1rem;
  position: fixed;
  bottom: 35px;
  right: 35px;
  opacity: 0;
  height: auto;
  min-width: 20px;
  transition: opacity 0.25s ease;
}
#backToTop i {
  font-size: 20px;
}

#backToTop.scrolled {
  opacity: 100;
}

.btn-primary {
  background-color: #0C489A;
}

nav {
  transition: background-color 0.25s ease;
}
nav .navbar-brand {
  color: #fff;
}
nav .hamburger-toggler {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  position: relative;
  margin-left: 20px;
  width: 50px;
  height: 50px;
}
nav .hamburger-toggler-icon,
nav .hamburger-toggler-icon::before,
nav .hamburger-toggler-icon::after {
  position: absolute;
  width: 35px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}
nav .hamburger-toggler-icon {
  top: calc(50% - 7.5px);
  left: calc(50% - 22px);
  transition: all 0.3s linear;
}
nav .hamburger-toggler-icon::before,
nav .hamburger-toggler-icon::after {
  content: "";
  left: 0;
}
nav .hamburger-toggler-icon::before {
  bottom: 8px;
  transition: all 0.3s linear;
}
nav .hamburger-toggler-icon::after {
  top: 8px;
  transition: all 0.3s linear;
}
nav .toggled.hamburger-toggler .hamburger-toggler-icon {
  height: 2px;
  width: 40px;
  left: 5px;
  top: calc(50% - 7.5px);
  transform: rotate(-45deg);
  background-color: #fff;
}
nav .toggled.hamburger-toggler .hamburger-toggler-icon:after {
  width: 40px;
  height: 2px;
  top: -1px;
  transform: rotate(-270deg);
  background-color: #fff;
}
nav .toggled.hamburger-toggler .hamburger-toggler-icon::before {
  transform: translateX(-100px);
  opacity: 0;
  transform: rotate(0);
}
nav .navbar-brand {
  position: relative;
  top: 1px;
  left: 30px;
}
nav .navbar-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 5px 20px;
  padding-top: 7px;
}
nav #translate {
  position: relative;
  top: 2.5px;
}
nav #translate a {
  color: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0.25em;
  transition: 0.5s;
}
nav #translate a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: #fff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
nav #translate a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
nav .nav-item a {
  color: #fff;
  transition: 0.5s;
  position: relative;
}
nav .nav-item a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: #fff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
nav .nav-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
nav #navbar-collapse {
  background-color: #0C489A;
}
nav #navbar-collapse ul {
  padding: 5px 100px;
}
nav #navbar-collapse ul .nav-item {
  padding: 5px;
}

.scrolled {
  background-color: #0C489A;
}

.toggled {
  background-color: #0C489A;
}

#Landing-Page {
  min-height: 680px;
  max-height: 100vh;
  width: 100%;
  padding: 75px 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hardware-pexels-athena.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
#Landing-Page h1 {
  font-size: 96px;
}
#Landing-Page a {
  width: 200px;
  margin: 0 auto;
}

.container {
  width: 100%;
  padding: 100px 50px;
  margin-left: 0px;
  margin-right: 0px;
  /*
  img {
      display: block;
      max-width: 500px;
      max-height: 500px;
      width: auto;
      height: auto;
  }*/
}
.container .col-5 {
  margin: auto;
}
.container .col-6 {
  display: flex;
  align-items: center;
  margin: auto;
}

#Team-Roster {
  width: 100%;
  padding: 100px 50px;
}
#Team-Roster h2 {
  text-align: center;
}
#Team-Roster .profile img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
  border-radius: 1rem;
  margin: 25px 25px 25px 0;
}
#Team-Roster .profile h5 {
  font-weight: bold;
}

#Conclusion {
  width: 100%;
  padding: 100px 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hardware-pexels-athena.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#footer {
  width: 100%;
  padding: 25px;
  text-align: center;
  background-color: #0C489A;
  color: #fff;
}
#footer #social-media ul {
  text-decoration: none;
  padding: 0;
}
#footer #social-media ul li {
  display: inline;
}
#footer #social-media ul li i {
  font-size: 40px;
  color: #F0F7E4;
  transition: color 0.3s ease;
}
#footer #social-media ul li i:hover {
  color: #C73E1D;
}
#footer #social-media ul li:not(:last-child) {
  margin-right: 20px;
}
#footer p {
  margin-bottom: 0;
  margin-top: 1rem;
}

/* RESPONSIVE */
@media (max-width: 1080px) {
  #crccompdesc {
    display: block;
    width: 100%;
  }
  #crccompdesc h2 {
    font-size: 1.8rem;
  }
  #crccompdesc p {
    font-size: 0.85rem;
  }
  #crccompdesc a {
    font-size: 0.85rem;
  }

  #crccompimg img {
    max-width: 400px;
    max-height: 400px;
  }

  #aboutusdesc {
    display: block;
    width: 100%;
  }
  #aboutusdesc h2 {
    font-size: 1.8rem;
  }
  #aboutusdesc p {
    font-size: 0.85rem;
  }
  #aboutusdesc a {
    font-size: 0.85rem;
  }

  #aboutusimg img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (max-width: 980px) {
  #aboutusimg img {
    max-width: 350px;
    max-height: 350px;
  }

  #crccompimg img {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 910px) {
  #aboutusimg img {
    max-width: 320px;
    max-height: 320px;
  }

  #crccompimg img {
    max-width: 320px;
    max-height: 320px;
  }
}
@media (max-width: 800px) {
  #crccompimg img {
    max-width: 300px;
    max-height: 300px;
  }

  #aboutusimg img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 650px) {
  #crccompdesc {
    max-width: 100%;
    text-align: center;
    flex: 0 0 85%;
  }

  #crccompimg {
    display: block;
    max-width: 100%;
    top: 20px;
  }

  #aboutusdesc {
    max-width: 100%;
    text-align: center;
    flex: 0 0 85%;
  }

  #aboutusimg {
    display: block;
    max-width: 100%;
    top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
