html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-shadow: 0px 2px 3px black; }
  html h2, body h2 {
    font-size: 60px;
    padding: 30px 0; }
  html p, html q, body p, body q {
    font-size: 18px; }

body {
  background: url("../image/bg.jpg") no-repeat fixed;
  background-size: cover;
  background-position: center bottom; }

.container {
  max-width: 1140px;
  margin: auto; }

.title {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  clear: both; }

/* Nawigacja */
#nav {
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  padding: 10px 0; }
  #nav ul {
    display: inline-block;
    margin: 0;
    padding: 8px 0;
    padding-left: 20px;
    float: left; }
    #nav ul li {
      display: inline;
      font-size: 16px;
      margin-right: 30px; }
      #nav ul li a {
        text-decoration: none;
        color: #fff; }
    #nav ul li:hover {
      cursor: pointer; }
      #nav ul li:hover a {
        color: #d5d5d5; }
  #nav img {
    float: right;
    padding: 8px 0;
    height: 27px;
    margin: auto; }

/* Jumbotron */
.stronaglowna {
  min-height: 100vh;
  width: 100%;
  text-align: center; }
  .stronaglowna h1 {
    font-size: 150px;
    margin: 50px 0 30px 0; }
  .stronaglowna q {
    margin: 30px 0; }
  .stronaglowna img {
    height: 70px;
    padding: 40px 0; }

/* Dlaczego my ? */
.dlaczegomy-opis {
  text-align: center;
  margin: auto; }
  .dlaczegomy-opis h3 {
    font-size: 4vh; }
  .dlaczegomy-opis .col-md-4 {
    margin-left: 1.5%;
    margin-right: 1.5%;
    float: left;
    height: 100%;
    margin-bottom: 40px; }

/* Historia */
.historia-opis .historia-text {
  padding-top: 20px;
  float: left; }
.historia-opis .historia-img {
  margin: auto;
  float: left; }
  .historia-opis .historia-img img {
    width: 100%; }

/* Oferta */
.table {
  color: #fff;
  text-shadow: 0 2px 3px black; }
  .table table, .table th, .table td {
    border: 1px solid white;
    text-align: center;
    background: rgba(0, 0, 0, 0.4); }
  .table table {
    width: 100%; }
  .table td {
    padding: 1px; }
  .table .zestaw {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }

/* Kontakt */
.kontakt p {
  float: left;
  font-size: 17px; }
.kontakt img {
  float: left;
  clear: both; }
.kontakt iframe {
  margin-top: 30px;
  border: 1px solid black; }
.kontakt .pierwsza, .kontakt .druga {
  float: left;
  padding: 2.5%;
  margin-top: 30px; }
.kontakt .formularz input[type="text"] {
  color: black;
  width: 400px; }
.kontakt .formularz textarea {
  color: black;
  width: 400px;
  resize: none; }
.kontakt .formularz input[type="submit"] {
  color: black;
  margin-top: 25px;
  font-family: 'Lato', sans-serif; }

/*PC i notebook*/
@media (min-width: 735px) {
  .col-md-4 {
    width: 22%; }

  .historia-text {
    width: 50%; }

  .historia-img {
    width: 50%; }

  .pierwsza, .druga {
    width: 45%; } }
/*Tablety*/
@media (max-width: 734px) {
  .col-md-4 {
    width: 47%; }

  .historia-text {
    width: 100%; }

  .historia-img {
    width: 100%; }

  .pierwsza, .druga {
    width: 95%; } }
/*Smartfon*/
@media (max-width: 599px) {
  .col-md-4 {
    width: 97%; } }

/*# sourceMappingURL=application.css.map */
