
html{
  font-size: 18px;
 margin: auto;
 width: 100%;
  overflow-x: hidden;
}

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



body {
  margin: 0px;
  padding: 0px;
  color: black;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;

}


h1{
  font-size: 2.986rem
} 

h2 {
  font-size: 2.488rem;
}

h3{
  font-size: 2.074rem;
}

h4{
font-size: 1.728rem;
}

h5{
font-size:1.44rem ;
}

h6{
font-size:1.2rem ;
}

p{
  font-size: 1.1rem;
}

.object-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-brand{
  padding-left: 10vw;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  color:#188dc0
}

.navbar-brand:hover{
  color: #188dc0;
}


#navbarNav{
  font-size: 1.2rem;
  font-weight: 500;
}

.nav-link{
  color:black;
}

.nav-link:hover{
  color: #188dc0;
}

.nav-item{
  padding:15px;
}

.navbar{
  padding: 0px;
}

#nav .container-fluid{
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
} 

.btn-consult{
  background-color: #091d5a;
  padding:15px;
  margin-left: 50px;
  color: white;
}

.btn-consult a{
  color: white;
}

.btn-consult:hover{
  background-color: #188dc0;
  color: white;
  
}

.btn-consult:hover .nav-link{
  color: white;
}


.bg-hero {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), 
    url('b1.png');
  background-size: cover;                   
  background-position: center;              
  background-repeat: no-repeat;             
  min-height: 600px;                        
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


button{
  border:none;
  background-color:white;
  border-radius: 5px;
  padding:8px;
  font-weight: 500;
  margin: 10px;
}


.col-lg-6{
  padding: 0px;
}
.col-lg-12{
  padding: 0px;
}
.col-lg-4{
  padding: 0px;
}

.col-lg-3{
  padding: 0px;
}

.buttonContainer{
  text-align: center;
}

.buttonwhite{
background-color: white;
color: black;

}

.buttonwhite:hover{
  color: white;
}

.buttonwhite a{
  text-decoration: none;
  color: black;
}

.buttonwhite:hover a{
color: white;
text-decoration:none;
}

.btn-w-1:hover{
  background-color: #188dc0;
}

.btn-w-2:hover{
  background-color: #091d5a;
}


.buttonblue{
  background-color: #091d5a;
  color: white;
}

.buttonblue:hover{
  background-color: #188dc0;
  color: white;
}

.buttonblue a{
  color: white;
  text-decoration: none;
}




.noneBlue{
  color: #188dc0;
  text-decoration: none;
  font-weight: 600;
}


.noneBlue:hover {
  color: #106285; 
  text-decoration: none;
}

.noneBlue2{
  color: #0C4C68;
  text-decoration: none;
  font-weight: 600;
}


.noneBlue2:hover {
 color: #091d5a;
  text-decoration: none;
}

.colorBlue1{
  color: #188dc0;
}

.colorBlue2{
  color: #091d5a;
}




/* Styl dla tabletów */
@media (max-width: 992px) {
  html{
    font-size: 16px;
  }
  
  .btn-consult{
    background-color: #091d5a;
    margin-left: 0px;
    color: white;
  }

  .navbar-nav{
    text-align: center;
  }

  button:focus:not(:focus-visible){
    outline: none;
    box-shadow: none;
  }
  
  button:focus{
    outline: none;
    box-shadow: none;
  }
  .navbar-toggler{
    margin-right: 20px;
  }

  .nav-item{
    border-top: 1px solid #188dc0;
  }
  
}



@media (max-width: 768px) {
  html{
    font-size: 15px;
  }

   .btn-consult{
    background-color: #091d5a;
    margin-left: 0px;
    color: white;
  }
  
  .navbar-nav{
    text-align: center;
  }

  button:focus:not(:focus-visible){
    outline: none;
    box-shadow: none;
  }
  
  button:focus{
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler{
    margin-right: 20px;
  }
  
    .nav-item{
      border-top: 1px solid #188dc0;
    }

  
}

@media (max-width: 576px) {
  html{
    font-size: 14px;
  }
  .btn-consult{
    background-color: #091d5a;
    margin-left: 0px;
    color: white;
  }
  .navbar-nav{
    text-align: center;
  }

  button:focus:not(:focus-visible){
    outline: none;
    box-shadow: none;
  }
  
  button:focus{
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler{
    margin-right: 20px;
  }
  
    .nav-item{
      border-top: 1px solid #188dc0;
    }

  
}