*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.gold-text {
  color: rgb(184, 145, 52);
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.underline {
  margin: 0 auto 40px;
  width: 60px;
  height: 4px;
  background-color: rgb(184, 145, 52);
}

html {
  scroll-padding-top: 82px;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #ebecf2;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

nav {
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 1;
}
nav a,
nav i {
  color: #fff;
}
nav a:hover {
  color: rgb(184, 145, 52);
}
nav .fa-bars {
  padding: 10px;
}
nav .navbar-brand {
  font-weight: bold;
}
nav .active {
  color: rgb(184, 145, 52);
}

header {
  color: #fff;
}
header h1 {
  font-size: 30px;
  text-transform: uppercase;
}
header p {
  font-size: 14px;
}
header .hero-img {
  position: relative;
  height: 100vh;
  background-image: url("../img/technology-gecb05c9e1_640.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 22, 23, 0.8);
  z-index: -10;
}
header .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: center;
  z-index: 5;
}
header .btn-outline-light {
  text-transform: uppercase;
}
header .fa-chevron-down {
  position: absolute;
  bottom: 20px;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.aboutus i {
  margin-top: 20px;
  font-size: 30px;
}
.aboutus .aboutus-card-title {
  font-size: 18px;
  text-transform: uppercase;
}
.aboutus .aboutus-card-text {
  font-size: 14px;
}

.aboutus-hover {
  transition: color 0.3s;
}

.aboutus-hover:hover {
  color: rgb(184, 145, 52);
}

.aboutus-hero {
  position: relative;
  background-image: url("../img/laptop-5078698_640.jpg");
  background-position: center;
  background-size: cover;
  color: #ddd;
  z-index: 0;
}
.aboutus-hero .aboutus-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -5;
}

.aboutus-hero-item {
  margin: 10px 0;
}
.aboutus-hero-item i {
  font-size: 36px;
}
.aboutus-hero-item .aboutus-hero-title {
  font-size: 24px;
}

.portfolio .carousel-item {
  position: relative;
  height: 500px;
}
.portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}

.card-footer {
  color: blue;
}

.team {
  position: relative;
  background-image: url("../img/team-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.team h2 {
  color: #fff;
}
.team .team-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -5;
}
.team .card {
  transition: transform 0.3s;
}
.team .card img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .card i {
  padding: 10px;
}
.team .card:hover {
  transform: scale(0.96);
}
.team .card-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.contact {
  position: relative;
  background-image: url("../img/town-small.jpg");
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}
.contact h2 {
  color: #ddd;
}
.contact .contact-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 22, 23, 0.85);
  z-index: -5;
}
.contact .contact-us {
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .social-media {
  font-size: 26px;
}
.contact .social-media a {
  color: white;
}

@media (min-width: 375px) {
  header h1 {
    font-size: 36px;
  }
  header p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  header h1 {
    font-size: 42px;
  }
  header p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  header .hero-img {
    background-image: url("../img/technology-gd60a9c9a3_1920.jpg");
  }
}
@media (min-width: 1200px) {
  .aboutus-hero {
    background-image: url("../img/laptop-5078698_1920.jpg");
  }
}
@media (min-width: 1200px) {
  .aboutus-hero {
    background-image: url("../img/laptop-5078698_1920.jpg");
  }
}
@media (min-width: 1200px) {
  .contact {
    background-image: url("../img/town.jpg");
  }
}/*# sourceMappingURL=main.css.map */