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

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

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

.blue-text {
  color: #1e96bb;
}

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

.section-title {
  text-align: center;
  text-transform: uppercase;
}

.underline {
  margin: 0 auto;
  width: 140px;
  height: 5px;
  background-color: #1e96bb;
}

nav {
  text-transform: uppercase;
  z-index: 1;
}

.navbar-brand {
  font-weight: bold;
  color: #1e96bb;
}

.navbar-brand:focus,
.navbar-brand:hover {
  color: #45bb0e;
}

.nav-link,
.navbar-nav .show > .nav-link,
.navbar-brand,
.fa-bars {
  color: #fff;
}

.fa-italic {
  font-size: 45px;
  color: #1e96bb;
}

.fjeden {
  color: green;
}

.fdwa {
  color: white;
}

.ftrzy {
  color: red;
}

.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: #1e96bb;
}

header.hero-img {
  position: relative;
  height: 100vh;
  background-image: url(../img/max/italia_d02.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  z-index: 0;
}
header.hero-img h1 {
  font-family: "Moon Dance", cursive;
  text-transform: uppercase;
  font-size: 45px;
  text-shadow: 3px 3px 5px #000;
}
header.hero-img .hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -2;
}
header.hero-img .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
header.hero-img .fa-chevron-down {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  font-size: 50px;
  color: #ddd;
}

.portfolio .carousel-item {
  height: 600px;
}
.portfolio .carousel-caption {
  left: 0;
  right: 0;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.portfolio .carousel-indicators {
  padding-bottom: 20px;
}
.portfolio .card {
  margin: 10px;
}

.contact {
  position: relative;
  background-image: url(../img/max/italia_d40.jpg);
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

.contact .section-title {
  color: #ddd;
}

.contact .underline {
  color: #ddd;
}

.contact .contact-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 31, 36, 0.8);
  z-index: -5;
}

.contact-us {
  display: flex;
  align-items: center;
  color: #fff;
}

.contact-item {
  margin: 30px 0;
}
.contact-item h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.social-media {
  font-size: 25px;
}
.social-media a {
  padding: 10px;
  color: #fff;
  transition: color 0.3s;
}
.social-media a:hover {
  color: #1e96bb;
}

@media (min-width: 768px) {
  .hera-text h1 {
    font-size: 42px;
  }
  .hera-text p {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  header.hero-img {
    border-image: url("../img/max/italia_d02.jpg");
  }
}/*# sourceMappingURL=main.css.map */