@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; }
