@import url(/Users/sk/Projekty/Ex2/Websites/01-2020-Www/02-2020-www/fonts/inter.css);
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1340px;
  }
}

body {
  font-family: Inter, "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  color: rgba(33, 51, 90, 0.7);
  font-weight: 400;
}

strong {
  font-weight: 700 !important;
}

.txt-purple {
  color: #5542fb;
}

.btn {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  font-weight: 700;
  padding: 0.6rem 1.74rem;
}

.btn-primary {
  border-radius: 0.6rem;
  background-color: #ffc82c !important;
  color: #5542fb;
}

.btn-secondary {
  border-radius: 0.6rem;
  background-color: #5542fb !important;
}

.navbar {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  font-weight: 600;
  font-size: 0.94rem;
  padding: 3rem 0 0 0;
}

.navbar-nav li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

.logo {
  margin-bottom: 10px;
  width: 130px;
}

.section-grey {
  background-color: #f7f9fa;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .hero-wrapper {
    margin-bottom: 0;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero > div .heading {
  font-size: 2.7rem;
  line-height: 3.5rem;
}

.hero > div .subheading {
  color: rgba(33, 51, 90, 0.7);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

.hero button {
  display: inline;
}

.clients ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .clients ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.clients li {
  list-style: none;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .clients li {
    margin: 15px;
  }
}

.clients img {
  height: 4rem;
}

@media screen and (min-width: 768px) {
  .clients img {
    height: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .clients img {
    height: 4rem;
  }
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature__intro {
  color: #5542fb;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.feature__intro-black {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.feature__outro {
  color: #5542fb;
  margin-bottom: 1rem;
}

.feature__heading {
  margin-bottom: 2.5rem;
}

.feature .btn {
  margin-top: 0.5rem;
}

.feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature li {
  margin-bottom: 2rem;
}

.feature-lead p {
  color: rgba(33, 51, 90, 0.7);
}

.feature__item-title {
  color: #5542fb;
}

.contact {
  background-image: url("../img/Contact-Us-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  color: #fff;
  padding: 120px;
}

.contact p {
  color: #fff;
}

@media (max-width: 576px) {
  .contact {
    padding: 50px;
    border-radius: 0;
  }
}

.contact .subheading p {
  font-size: 1.2em;
}

.contact input {
  border-radius: 10px;
  padding: 14px 10px;
  border: initial;
  /*     margin: 0.375rem; */
}

@media (max-width: 992px) {
  .contact input {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .contact button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.contact h6 {
  margin-top: 30px;
}

.contact a {
  color: #fff;
}

.contact a:hover {
  text-decoration: underline;
}

.contact a.big {
  font-size: 1.2em;
}

footer {
  color: #000 !important;
}

footer.page-footer a,
footer.page-footer .footer-copyright {
  color: rgba(33, 51, 90, 0.7) !important;
}

footer .top a {
  font-weight: 700;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-right: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  footer .top a {
    display: block;
    margin-bottom: 30px;
  }
}

footer .top a:hover {
  text-decoration: underline !important;
}

footer.page-footer .footer-copyright {
  background-color: initial;
}

footer .swoosh {
  width: 40px;
}

.about-us .jay-letter {
  background-color: #fff;
}

.about-us .principles {
  background-color: #f7f9fa;
}

.about-us .principles .icon {
  max-width: 60px;
  margin-bottom: 20px;
}

.about-us .team h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.about-us .team h6 {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 30px;
}

.about-us .team .avatar {
  border-radius: 50px;
  max-width: 100px;
  margin-bottom: 20px;
}

.about-us .team .strong {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.about-us .team p {
  margin-bottom: 5px;
}

.about-us .team .inner {
  /* border-bottom: 4px solid $color-purple; */
  margin-bottom: 70px;
  height: 100%;
}

.about-us .team ul {
  padding-left: 0;
}

.about-us .team li {
  list-style: none;
  padding-bottom: 5px;
}

.about-us .exec {
  border-bottom: 2px dotted #f7f9fa;
}
/*# sourceMappingURL=style.css.map */