* {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    box-sizing: border-box;
}

body{
    background-color: #f5f5f5;
}

#wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

header img {
    display: block;
    width: 100%;
}

icon {
    display: flex;
    padding: 10px 10px;
}

img.icon {
display: block;
width: 25%;
height: 20%;
}


/* BREADCRUMBS */
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: lightgray;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
    font-weight: bolder;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: dimgray;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: dimgray;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: darkorange;
  text-decoration: none;
}



/* GŁÓWNE MENU */
.flex-container  {
    display: flex;
  justify-content: space-between;
  align-items: center;
    background: #f5f5f5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: sticky;
  position: -webkit-sticky;
  top: 0;

}

.logo {
  margin: 0 0 0 .15em;
}
   
    .logo, .navigation {
        list-style: none;
        text-transform: uppercase;
    }

    .logo a, .navigation a {
        text-decoration: none;
        letter-spacing: .10rem;
    }

.navigation  {
  display: flex;
}

.navigation a {
   display: block;
   padding: 1em;
   color: #061b2b;
    font-weight: 600;
    font-size: 1.2em;
}

.active, .navigation a:hover {
    color: white !important;
    background-color: #061b2b;
    transition: all 0.4s ease;
}

/* *********** media queries *********** */
@media all and (max-width: 1000px) {
  .flex-container {
    flex-direction: column;
  }
  
  .logo {
  margin: 0;
}
  
  .navigation  {
    width: 100%;
    justify-content: space-around;
  }
}

/* ****** ****** */
@media all and (max-width: 700px) {
 
  .logo {
    margin: .25em 0;
    align-self: left; /* align the logo to the left side of 'flex-container' */
}
  
  .navigation {
    flex-direction: column;
  }
  
  .navigation a { 
    text-align: center; 
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
  }
  
  .navigation li:last-of-type a {
    border-bottom: none;
  }
}






/* ****** NA RAZIE NIE SKATEGORYZOWANE ****** */
box {
padding: 0px;
margin-bottom: 0px;

}

box h1 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    color: #061b2b;
    text-align: center;
    padding-bottom: 6px;
}

box p{
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
    color: #061b2b;
    padding: 5px 5px 10px 0;
}


img.left {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 50%;
    height: 400px;
    border-radius: 0% 0%;
}

img.right {
    float: right;
    margin: 0px 0px 0px 10px;
    width: 50%;
    height: 400px;
    border-radius: 0% 0%;
}





/* ****** NEWS  ****** */
img.thumb {
    float: left;
    margin: 10px 10px 0px 0px;
    width: 25%;
    border-radius: 0% 0%;
}

.btn {
display: inline-block;
border: 1px solid #061b2b;
padding: 10px !important;
color: #061b2b;
margin-top: 0px;
margin-bottom: 10px;
text-transform: uppercase;
text-decoration: none;
}

.btn:hover {
border: 1px solid #061b2b;
color: #fff;
background: #061b2b;
transition: all 0.4s ease;
}




/* ****** PROJEKTOWANIE ARTYKUŁÓW****** */

article {
    padding: 0px;
    "margin-top: 25px;
    "margin bottom: 25px;
}

article h1 {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 600;
    color: dimgray;
    text-align: center;
    margin: 0 15% 20px 15%;
    padding-bottom: 6px;
    border-bottom: 4px solid darkorange; 
}
->> article h2 {
    display: flex;
    width: 100%;
    font-family: Montserrat;
    font-weight: 200;
    font-size: 12px;
    color: white;
    background-color: dimgray;
    text-align: left;
    margin: 0 0;
    padding: 5px 0 5px 0;
    <! NOWA STRONA INTERNETOWA ACTIVE CONCEPTS"
    <! "DATA PUBLIKACJI: 26.06.2024""
}


article p{
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
    color: #061b2b;
    padding: 5px 5px 10px 0;
}



/* HOME PAGE design moje produkty i uslugi siatka 2 rzedy 3 boxy*/

.main{
  max-width: 1400px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


.card_btn {
  color: #f5f5f5;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #f5f5f5;
  background: transparent;
}

.card_btn:hover {
  background-color: #f5f5f5;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border: #061b2b solid 1px;
/* *********** wywalony promien *********** border-radius: 0.25rem */
/* *********** wywalony box shadoa *********** box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25) */
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: #061b2b;
}

.card_title {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 15px;
}

.card_text {
  color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}


/* OFERTA design mojego boxa siatka 1 wiersz 2 rzedy z grafika na prawej lub lewej stronie*/

.card_image {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


@media (min-width: 40rem) {
  .box_card {
    width: 100%;
  }
}

@media (min-width: 56rem) {
  .box_card {
    width: 100%;
  }
}


.cardleft {
  background-color: gray;
  border: #061b2b solid 1px;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}

.cardright {
  background-color: gray;
  border: #cyan solid 10px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.box_card {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.boxcard_content {
  padding: 1rem;
  background: #061b2b;
}

.boxcard_title {
  color: #f5f5f5;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 15px;
}

.boxcard_text {
  color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}








/* ****** DÓŁ STRONY - BOTTOM OF THE PAGE ****** */

iframe {
    width: 100%; 
}

footer {
    height: 400px;
    background-color: #061b2b;
    color: white;
    line-height: 40px;
    text-align: center; 
}

   