@charset "UTF-8";
/* Theme Name: Spec-bud
 * Author: Maciej Kostuch
 * Author URI: https://mesk.pl/
 * Description: Strona firmowa Spec-bud - Marek Wika; usługi remontowo budowlane
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: spec-bud
 * Tags: spec-bud, usługi remontowo budowlane
 */
header .top__contact-data, #mobile-menu .contact-data {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
  margin-left: 30px; }

body {
  font-family: "Open Sans";
  background: #fff;
  border-top: 5px solid #4C6EAE; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Anton"; }

img {
  max-width: 100%; }

.btn-primary {
  background: #4C6EAE;
  border-color: #3a5485; }
  .btn-primary:hover {
    background: #3a5485; }

.btn-secondary {
  background: #E9393C;
  border-color: #d33436; }
  .btn-secondary:hover {
    background: #d33436; }

.color-primary {
  color: #4C6EAE; }

.color-secondary {
  color: #E9393C; }

header {
  background: #f2f2f2; }
  header .top {
    background: #fff;
    border-bottom: 1px solid #ccc; }
    header .top__facebook-content {
      margin-top: 8px;
      margin-bottom: 5px;
      text-align: right; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .top h3 {
        font-size: 24px;
        line-height: 33px; } }
    header .top .fa-phone, header .top .fa-phone-alt {
      font-size: 24px; }
    header .top .fa-envelope {
      font-size: 20px; }
    header .top a {
      color: #000;
      text-decoration: none; }
      header .top a:hover {
        color: #E9393C; }
    header .top .logo {
      font-size: 60px;
      line-height: 72px;
      margin-top: 16px;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        header .top .logo {
          font-size: 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .top .logo {
          font-size: 50px; } }
      header .top .logo a {
        color: #000;
        text-decoration: none; }
  header .header {
    font-family: "Anton";
    font-size: 24px;
    text-transform: uppercase;
    padding: 40px 0;
    text-shadow: 2px 2px #fff;
    border-bottom: 1px solid #ccc;
    background-image: url("./images/renovation-35.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.top__menu ul {
  display: flex;
  padding-left: 0;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 0; }
  .top__menu ul li {
    list-style: none;
    margin-left: 20px;
    padding-bottom: 13px; }
    .top__menu ul li a {
      color: #000;
      font-size: 1.1em; }
      .top__menu ul li a:hover {
        border-bottom: 3px solid #E9393C;
        padding-bottom: 14px; }

footer {
  background: #4C6EAE;
  color: #fff;
  padding-top: 50px; }
  footer .footer {
    padding-bottom: 50px; }
  footer .copyright {
    background: #3a5485;
    padding-top: 50px; }
    footer .copyright__menu ul {
      list-style: none;
      padding-left: 0;
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
      footer .copyright__menu ul a {
        color: #fff;
        font-size: 18px; }
    footer .copyright .rights {
      margin-bottom: 0;
      padding-bottom: 16px; }
    footer .copyright__contact-data a {
      color: #fff;
      text-decoration: none; }
      footer .copyright__contact-data a:hover {
        color: #E9393C; }
    footer .copyright__contact-data .fa-phone, footer .copyright__contact-data .fa-phone-alt {
      font-size: 24px; }

.gallery-box {
  height: 160px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 35px;
  display: block;
  transition: all 0.2s ease-in-out; }
  .gallery-box:hover {
    cursor: pointer;
    transform: scale(1.03); }
  .gallery-box span {
    display: block;
    position: absolute;
    bottom: -16px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 5px 10px; }

.content {
  padding-top: 50px;
  padding-bottom: 50px; }

#mobile-menu {
  background: #3a5485;
  color: #fff;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 768px) {
    #mobile-menu {
      display: none !important; } }
  #mobile-menu .contact-data {
    justify-content: center;
    margin-right: 30px; }
  #mobile-menu ul {
    font-size: 24px;
    list-style: nones;
    padding-left: 0;
    margin-top: 40px;
    text-align: center; }
    #mobile-menu ul li {
      margin-bottom: 14px; }

.mobile-menu a {
  color: #fff;
  text-decoration: none; }
.mobile-menu__close {
  cursor: pointer;
  font-size: 30px;
  padding-top: 30px;
  padding-right: 15px;
  text-align: right; }

.show-menu {
  cursor: pointer; }
  .show-menu .fas {
    font-size: 24px; }

.logo-container {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.creator-link {
  color: #fff;
  text-decoration: none; }
  .creator-link:hover, .creator-link:focus, .creator-link:active, .creator-link:visited {
    color: #fff;
    text-decoration: none; }

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