*{
  font-family: 'CentraleSansRnd';
}
html {
  
  font-size: 1rem;
  scroll-behavior: smooth;
}
body {
  
  overflow-x: hidden;
  background-color: #fff;
  
}

a:link {
  text-decoration: none;
  
}

a:visited {
  text-decoration: none;
  
}

a:hover {
  text-decoration: none;
  
}

a:active {
  text-decoration: none;
  
}


h1 {
  font-size: 32px;
  font-weight: 500!important;
 }
h2 {
  font-size: 32px;
  font-weight: 500!important;
}

.bg-header h2 {
  font-size: 32px;
  font-weight: 300!important;
}

.bg-s2 p {
  font-size: 20px;
  font-weight: 300!important;
}

.bg-s1 p {
  font-size: 20px;
  font-weight: 300!important;
}

h3 {
  font-size: 24px;
  font-weight: 300!important;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .copy-header{
    text-align: center!important;
  }
}

.cta {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.cta-white {
  
  font-size: 20px;
  color: #000;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  background: #fff;
}
.cta-white:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.cta-blue {
  background: #00b1ed;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #00b1ed;
  text-decoration: none;
}
.cta-blue:hover {
  background: none;
  color: #00b1ed;
  text-decoration: none;
}

.cta-violet {
  background: #96238e;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #96238e;
  text-decoration: none;
}
.cta-violet:hover {
  background: none;
  color: #96238e;
  text-decoration: none;
}

.cta-granat {
  background: #001884;
  font-size: 20px;
  color: #fff;
  padding: 10px 30px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 2px solid #001884;
  text-decoration: none;
}
.cta-granat:hover {
  background: none;
  color: #001884;
  text-decoration: none;
}

.bg-header {
  color: #000;
  background-image: url("../img/bg-header.jpg");
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: 50% 0;
  background-color: #fff;
}

.bg-kroki {
  color: #000;
  background-image: url("../img/bg-kroki.jpg");
  background-repeat: repeat-y;
  min-height: 400px;
  background-position: 50% 0;
  background-color: #fff;
}

.bg-s1 {
  color: #000;
  background-image: url("../img/bg-s1.jpg");
  background-repeat: no-repeat;
  min-height: 871px;
  background-position: 50% 0;
  background-color: #fff;
}

.bg-s2 {
  color: #fff;
  background-image: url("../img/bg-s2.jpg");
  background-repeat: no-repeat;
  min-height: 800px;
  background-position: 50% 0;
  background-color: #fff;
}

.bg-s3 {
  color: #000;
  background-image: url("../img/bg-s3.jpg");
  background-repeat: repeat-y;
  min-height: 799px;
  background-position: 50% 0;
  background-color: #fff;
}



@media screen and (max-width: 768px) {
  .bg-header {
    color: #000;
    background-image: none;
    background-color: #f1b18e;
    
    min-height: 700px;
    background-position: 50% 0;
  }

  .bg-s1 {
    color: #000;
    background-image: none;
    background-repeat: no-repeat;
    min-height: 871px;
    background-position: 50% 0;
    background-color: #eeef25;
  }
  
  .bg-s2 {
    color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    min-height: 800px;
    background-position: 50% 0;
    background-color: #0c5cb1;
  }

  .bg-s3 {
    
    min-height: 500px!important;
    
    
  }
}


@media screen and (max-width: 1024px) {
  header {
    min-height: 470px;
  }
}

@media screen and (max-width: 768px) {
  header {
    min-height: 440px;
  }

}

@media screen and (max-width: 500px) {
  header {
    min-height: 530px;
  }
}


.brand-shadow {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in;
}

.brand-shadow:hover {
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

