@font-face {
  font-family: "Roboto_Slab";
  font-style: normal;
  font-weight:100 900;
  font-display: swap;
  src: url("../font/Roboto_Slab/RobotoSlab-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight:400;
  font-display: swap;
  src: url("../font/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight:100 900;
  font-display: swap;
  src: url("../font/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway-Italic";
  font-style: normal;
  font-weight:100 900;
  font-display: swap;
  src: url("../font/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight:400 700;
  font-display: swap;
  src: url("../font/Lora/Lora-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Lora-Italic";
  font-style: normal;
  font-weight:400 700;
  font-display: swap;
  src: url("../font/Lora/Lora-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Poor Story";
  font-style: normal;
  font-weight:400;
  font-display: swap;
  src: url("../font/Poor_Story/PoorStory-Regular.ttf");
}
@font-face {
  font-family: "Indie Flower";
  font-style: normal;
  font-weight:400;
  font-display: swap;
  src: url("../font/Indie_Flower/IndieFlower-Regular.ttf");
}

body {
  font-family: 'Raleway';
}

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

.navbar-text-company{
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 1.1rem;

}

.navbar-text-phone{
  font-family: 'Raleway';
  font-weight: 450;
  font-size: 1.1rem;

}
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg2.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  font-family: 'Raleway';
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 1.2rem;
  font-family: 'Raleway';
  animation-name: header__heading-main-font-weight-mobile;
  animation-delay: 0.1s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes header__heading-main-font-weight-mobile {
  0% {
    opacity: 0;
    font-weight: 50;
    font-size: 0.5rem;
  }
  100% {
    opacity: 1;
    font-weight: 400;
    font-size: 1.5rem;
  }
}
header.masthead h2 {
  font-size: 1.0rem;
  animation-name: header__heading-main-font-weight-mobile-h2;
  animation-delay: 3s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes header__heading-main-font-weight-mobile-h2 {
  0% {
    opacity: 0;
    font-weight: 50;
    font-size: 0.5rem;
  }
  100% {
    opacity: 1;
    font-weight: 400;
    font-size: 1.0rem;
  }
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 2rem;
    animation-name: header__heading-main-font-weight;
    animation-delay: 0.1s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
  }
  @keyframes header__heading-main-font-weight {
    0% {
      opacity: 0;
      font-weight: 100;
      font-size: 0.5rem;
    }
    100% {
      opacity: 1;
      font-weight: 400;
      font-size: 2rem;
    }
  }
  header.masthead h2 {
    font-size: 1.0rem;
    animation-name: header__heading-main-font-weight-h2;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
  }
  @keyframes header__heading-main-font-weight-h2 {
    0% {
      opacity: 0;
      font-weight: 100;
      font-size: 0.5rem;
    }
    100% {
      opacity: 1;
      font-weight: 400;
      font-size: 1.0rem;
    }
  }
}

.showcase .showcase-text {
  padding: 1rem;
  font-family: 'Raleway';
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
    font-family: 'Raleway';
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg8.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer{
  color:#4B088A;
}
footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color:#4B088A;
}

.introduction{
  font-family: 'Roboto';
  
     
}
/*Kontakt*/

.contact-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-section .card {
  border: 0;
  box-shadow: 5px 5px 5px 0px #adb5bd;
  background-color: #4B088A;
  color:white;
}
.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Raleway';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.contact-section .card hr {
  border-color: whitesmoke;
  border-width: 0.25rem;
  width: 3rem;
}
.contact-section .social {
  margin-top: 5rem;
 
}
.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
  color: #fff;
}
.contact-section .text-card-header{
    font-family: 'Raleway';
    font-size: 1.05rem;
    font-weight: 500;
    color:#89154D;
  
}
.footer-text{
  color:#4B088A;
  font-family: 'Raleway';
}
