@import url("https://fonts.googleapis.com/css?family=Muli");
body {
  font-family: "Muli", sans-serif;
  font-size: 75%;
}

.head-photo {
  height: 170px;
  animation-duration: 2s;
  animation-name: action;
}

/* ~~ Animacja dla naglowka ~~ */

@keyframes action {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}

.hide {
  text-indent: -998em;
  height: 8px;
}

.head {
  width: 100%;
  height: 100%;
}

.main {
  min-height: 500px;
}

.main h2 {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  border-bottom: 1px #999 solid;
  color: #00a9dd;
  font-size: 1.1rem;
  font-weight: 800;
  padding: 10px;
}

.main h3 {
  color: #00a9dd;
  font-size: 1rem;
  text-align: center;
  font-weight: 800;
  margin-top: 30px;
}

.main p {
  font-size: 1rem;
  margin-left: 25px;
}

.main .kalendarz {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 65px;
  margin-top: 20px;
}

.main table {
  border: 1px solid #00a9dd;
  width: 185px;
}

.main th {
  text-align: center;
  background-color: #00a9dd;
  color: #fff;
  height: 20px;
}

.main td.dni {
  border: 1px solid #00a9dd;
  background-color: #c6f2ff;
  text-align: center;
  font-weight: 800;
  height: 25px;
  width: 20px;
}

.main td.wl {
  background-color: #e1f5ff;
  font-weight: 800;
}

/* Święta */

.main td.sw {
  background-color: rgb(255, 247, 247);
  color: red;
  font-weight: 800;
}

/* Szkoła */

.main td.sz {
  background-color: rgb(214, 248, 216);
  color: green;
  font-weight: 800;
}

/* Święta i Szkoła */

.main td.ss {
  background-color: rgb(214, 248, 216);
  color: red;
  font-weight: 800;
}

/* Ważne dni */

.main td.wd {
  background-color: #b3e4f2;
  font-weight: 800;
}

.main td {
  border: 1px solid #00a9dd;
  text-align: center;
  height: 25px;
  width: 20px;
  cursor: pointer;
}

.footer {
  background-color: #f0f8ff;
}

.footer p {
  margin-top: 15px;
  text-align: right;
}

/* Smartphon */

@media (min-width: 275px) {
  .head-photo {
    background: url("../images/logo_mini.png") center center no-repeat;
    background-size: 100%;
  }
  .main h2 {
    margin-top: -20px;
  }
}

/* Tablet */

@media (min-width: 768px) {
  .head-photo {
    background: url("../images/logo_min.png") center center no-repeat;
    background-size: 100%;
  }
  .main h2 {
    margin-top: 20px;
  }
}

/* Desktop i laptop */

@media (min-width: 992px) {
  .head-photo {
    background: url("../images/logo.png") center center no-repeat;
    background-size: 100%;
  }
  .main h2 {
    margin-top: 20px;
  }
}
