.top-menu
{
    background-color: rgb(255, 241, 119);
}



.top-banner {
  width: 100%;
  height: 256px;
  object-fit: cover;
}

.card-header h2 {
  font-size: 1.2em;
}

.centered
{
    position:absolute;
    top:50%;
    left:50%;
   transform:translate(-50%,-50%);
}


.front-title  h2 {
  color: #545454;
  font-size: 2.8em;
  font-family: 'Roboto Slab',Arial,'Arial Unicode MS',Helvetica,Serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.front-main h1
{
  font-family: 'Roboto Slab',Arial,'Arial Unicode MS',Helvetica,Serif;
  font-weight:600;
  font-size:2.0em;
  color: #545454;
}

.front-title a {
  font-family: 'Roboto Slab',Arial,'Arial Unicode MS',Helvetica,Serif;
  letter-spacing: 2px;
  color: #ffbc00;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  /* margin-top: 2px; */
}

.front-title a:hover {
  font-family: 'Roboto Slab',Arial,'Arial Unicode MS',Helvetica,Serif;
  color: #ffbc00;
}

h3.card-title {
  color:#545454;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3px;
  margin-top:3px;
  font-size:1.4em;
  font-weight: 600;
  }


  
  p.card-text {
    line-height: 120%;
}


.row.front-more {
  margin-top: 15px;
}

.front-more img {
  margin: 10%;
  width: 75%;
  height: auto;
  border-radius: 10px;
}



.card-text b {
  font-weight: 650;
  color: #615454;
}

.table .thead-cennik th {
    color: #fff;
    background-color: #e0a332;
    border-color: #b9ae13;
}


    
.footer
{
    background-color: rgb(121, 107, 82);
}


 .footer-kierunki h3 {
      color: #60666b;
      display: inline;
      font-size: 0.8em;
      margin-left: 5px;
      margin-right: 5px;
      letter-spacing: 1px;
  }
