/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  
    /* background-image: linear-gradient(95deg, rgba(255, 253, 249, 0.89) 50%, black 20%);   */
    /* background-image: linear-gradient( 109.6deg,  rgba(243,67,67,1) 11.2%, rgba(2,38,208,1) 100.2% ); */
    background-color: coral;
    /* color:whitesmoke; */
    color:black;
   
}


#naglowek{
  text-align: center;
  color:white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  /* border-bottom: 1px solid rgb(173, 173, 173); */
  color:black;
}
#jumbo{
  background-color: tomato;
  color:white;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  /* .jumbotron {
    border-bottom: 0;
  } */

  div.transbox {
    margin: 30px;
    background-color: rgba(0,0,0,0);
    border: none;
    opacity: 10;
    filter: alpha(opacity=90); /* For IE8 and earlier */
  }
  
  div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
  }
  
}
hr.style-seven { overflow: visible; /* For IE */ height: 30px; border-style: solid; border-color: white; border-width: 1px 0 0 0; border-radius: 20px; } hr.style-seven:before { /* Not really supposed to work, but does */ display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: white; border-width: 0 0 1px 0; border-radius: 20px; }