@font-face {
  font-family: 'Source Code Pro';
  src: url("https://fonts.googleapis.com/css?family=Source+Code+Pro:500,600,700&display=swap"); }

@font-face {
  font-family: 'LibreBodoni';
  src: url("../fonts/LibreBodoni/LibreBodoni-Bold.otf"); }

@font-face {
  font-family: 'Stay Classy SLDT';
  src: url("../fonts/Stay Classy SLDT.otf"); }

body {
  background-color: #242424;
  font-family: "Source Code Pro", monospace;
  font-size: 62.5%;
  font-weight: 400; }

.main-heading{
    font-family: "LibreBodoni", serif;
    font-size: 1.8rem!important;
    letter-spacing: 2px;
    margin-bottom: 20px }
    @media only screen and (min-width: 425px) {
        .main-heading{
            font-size: 2rem!important; } }
    @media only screen and (min-width: 768px) {
      .main-heading{
        font-size: 2.5rem!important;
        letter-spacing: 10px} }

.header-info {
  color: #ff0000;
  font-family: "LibreBodoni", serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 600px; }
  @media only screen and (min-width: 425px) {
    .header-info{
      font-size: 1.2rem!important; } }
  @media only screen and (min-width: 768px) {
    .header-info{
      font-size: 1.4rem!important; } }

.text-shadow {
  text-shadow: 0 0 20px rgba(0,0,0,1),
               0 0 20px rgba(0,0,0,1),
               0 0 20px rgba(0,0,0,1); }

.small-section-heading {
  color: #a18a61;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px; }

.big-section-heading {
  color: #fcfcfc;
  font-size: 2rem;
  padding-top: 20px;
  padding-bottom: 80px;
  font-family: "LibreBodoni", serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3em; }
  @media only screen and (min-width: 768px) {
    .big-section-heading {
      font-size: 2.8rem; } }

.sub-heading, .annotation {
  color: #a18a61;
  font-size: 0.9rem;
  font-weight: 400; }

.normal-text {
  color: #c4c4c4;
  font-size: 1.3rem; }
a.normal-text:hover,a.normal-text:focus, a.normal-text:active  {
  color: #a18a61;
}
a.normal-text {
  text-decoration: underline;
}
.navbar-top {
  border-bottom: 2px solid #a18a61;
  background-color: #282828 !important;
  padding-bottom: 0;
  padding-top: 0; }
  .navbar-top .navbar-brand {
    color: #fcfcfc;
    font-family: "Stay Classy SLDT", serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 1.7rem; }
    @media only screen and (min-width: 768px) {
      .navbar-top .navbar-brand {
        font-size: 2.3rem; } }
    .navbar-top .navbar-brand:hover, .navbar-top .navbar-brand:focus {
      color: #fcfcfc; }
  .navbar-top .navbar-toggler {
    border: none; }
    .navbar-top .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(161,138,97,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-top .collapse.show .navbar-nav, .navbar-top .collapsing .navbar-nav {
    border-top: 1px solid #fcfcfc; }
  .navbar-top .nav-link {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .navbar-top .link, .navbar-top .link i {
    color: #a18a61 !important; }
    .navbar-top .link:hover, .navbar-top .link i:hover {
      color: #fcfcfc !important; }
  .navbar-top .appointment-link {
    color: #fcfcfc !important; }
    .navbar-top .appointment-link:hover {
      color: #a18a61 !important; }
  @media only screen and (min-width: 992px) {
    .navbar-top .social-icons {
      position: fixed;
      right: 0;
      top: 40%; } }
  .navbar-top .social-icons i {
    font-size: 2.5rem; }

.front {
  background-image: url("../assets/prawaphonelarge.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px; }
  @media only screen and (min-width: 425px) {
  .front {
    background-image: url("../assets/prawahd.jpg"); } }
  @media only screen and (min-width: 600px) {
    .front {
      height: 450px; } }
  @media only screen and (min-width: 900px) {
    .front {
      background-image: url("../assets/prawafhd.jpg");
      height: 600px; } }
  @media only screen and (min-width: 1800px) {
    .front {
      height: 750px;
      background-image: url("../assets/prawaqhd.jpg"); } }
  @media only screen and (min-width: 2600px) {
    .front {
      height: 900px;
      background-image: url("../assets/prawa4k.jpg"); } }
  .front h1 {
    font-size: 2rem; }

.contact {
  padding-top: 100px;
  padding-bottom: 150px; }
  .contact .sub-heading {
    margin-bottom: 50px; }
  .contact .localization {
    padding-bottom: 50px; }
    .contact .localization img {
      margin-bottom: 30px; }
    .contact .localization .normal-text {
      margin-bottom: 30px; }
  .contact .map-link {
    color: #a18a61;
    font-size: 1rem;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: underline; }
    .contact .map-link:hover, .contact .map-link:active {
      color: #fcfcfc; }
  .contact .working-days, .contact-data {
    margin-bottom: 30px; }
  .contact .annotation {
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 30px; }

.parallax {
  background-image: url("../assets/paralaxsmall.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px; }
@media only screen and (min-width: 769px) {
  .parallax {
    background-attachment: fixed;
    background-image: url("../assets/paralaxfhd.jpg"); } }
@media only screen and (min-width: 1000px) {
  .parallax {
    height: 500px; } }
@media only screen and (min-width: 1800px) {
  .parallax {
    background-image: url("../assets/paralaxqhd.jpg"); } }
@media only screen and (min-width: 2600px) {
  .parallax {
    height: 600px;
    background-image: url("../assets/paralax4k.jpg"); } }

.services-pricing {
  padding-top: 100px;
  padding-bottom: 200px; }
  .services-pricing .service {
    margin-bottom: 50px; }
    .services-pricing .service h4.normal-text {
      margin-bottom: 15px; }
  .services-pricing .text-right p {
    line-height: 1.2em; }
  .services-pricing .last-service {
    margin-bottom: 190px; }
  .services-pricing .appointment-button {
    border-color: #fcfcfc;
    color: #fcfcfc !important;
    border-radius: 1px;
    padding: 10px 40px; }
    .services-pricing .appointment-button:hover {
      border-color: #a18a61;
      color: #242424 !important;
      background-color: #a18a61; }

.contact-footer {
  background-color: #282828;
  border-top: 2px solid #a18a61;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5rem; }
  .contact-footer .footer-address {
    padding-bottom: 25px; }
  .contact-footer p {
    margin: 8px; }
  .contact-footer a.annotation {
    text-decoration: underline; }
    .contact-footer a.annotation:hover {
      color: #fcfcfc; }

/* News Top Alert Banner */
.news-top-alert {
  margin: 0;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 12px 20px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .news-top-alert .close {
    padding: 0;
    font-size: 1.4rem;
    opacity: 0.7; }
    .news-top-alert .close:hover {
      opacity: 1; }

/* News Alert Cards */
.news {
  padding-top: 80px;
  padding-bottom: 80px; }

.news-alert {
  display: flex;
  align-items: flex-start;
  background-color: #2d2d2d;
  border-left: 4px solid #a18a61;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .news-alert:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); }

.news-alert-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #a18a61;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }
  .news-alert-icon i {
    color: #242424;
    font-size: 1.4rem; }

.news-alert-content {
  flex: 1;
  min-width: 0; }

.news-alert-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px; }

.news-alert-title {
  color: #fcfcfc;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  font-family: "LibreBodoni", serif; }

.news-alert-date {
  color: #a18a61;
  font-size: 0.85rem;
  font-weight: 400;
  white-space: nowrap; }

.news-alert-text {
  color: #c4c4c4;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 15px 0;
  word-wrap: break-word; }

.news-read-more-btn {
  background: none;
  border: 1px solid #a18a61;
  color: #a18a61;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-family: "Source Code Pro", monospace;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px; }
  .news-read-more-btn:hover {
    background-color: #a18a61;
    color: #242424; }
  .news-read-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(161, 138, 97, 0.5); }
  .news-read-more-btn i {
    transition: transform 0.3s ease; }
  .news-read-more-btn[data-expanded="true"] i {
    transform: rotate(180deg); }

@media only screen and (max-width: 576px) {
  .news-alert {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .news-alert-icon {
    margin-right: 0;
    margin-bottom: 15px; }
  .news-alert-header {
    flex-direction: column;
    align-items: center; }
  .news-read-more-btn {
    width: 100%;
    justify-content: center; } }
