:root {
    --dark: #333333;
    --blue: #077ce6;
}

body {
    text-rendering: optimizeLegibility !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #f8f8f8;
    color: var(--dark);
}

/* ----------------------------------
General Styles
---------------------------------- */

p {
    line-height: 28px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

section {
    padding: 50px 0;
}

@media (min-width: 768px) {
    section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-heading {
    margin-bottom: 60px;
    text-align: center;
}

.section-heading h2 {
    color: var(--dark);
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}

.section-heading h2 span {
    color: var(--blue);
}

.section-heading h4 {
    color: #8d8d8d;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

a {
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

.header {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

/* ----------------------------------
Buttons & Links
---------------------------------- */

.btn {
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 40px;
}

.btn:hover {
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary {
    background-color: var(--blue);
    border-color: var(--blue);
}

.btn-primary-white {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--blue);
}

.btn-primary-white:hover {
    background-color: transparent;
    color: var(--white);
}

.btn-radius {
    border-radius: 5px;
}

/* ----------------------------------
Forms
---------------------------------- */

.form-group {
    margin-bottom: 20px;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #190f27;
    box-shadow: none;
    border: 1px solid #d5d5d5;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    height: auto;
    color: #190f27;
    font-size: 14px;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0 0 0 1px var(--blue);
    border-color: var(--blue);
}

label {
    font-size: 14px;
}

/* ----------------------------------------
Navbar
---------------------------------------- */

.navbar {
    padding: 12px;
    font-size: 1.05rem;
}

.navbar .navbar-brand {
    margin-left: 5px;
}

.navbar .navbar-brand img {
    max-height: 42px;
}

.navbar .navbar-toggler {
    padding: 0.5rem 1rem;
}

.navbar-nav {
    padding: 18px 6px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .6);
}

.nav-link > i {
    margin-right: 10px;
    text-align: center;
    width: 1.5rem;
}

.navbar .navbar-button {
    border-radius: 100px;
    padding: 12px 36px;
    margin-top: 16px;
}

.dropdown-menu {
    border: none;
    margin-left: 12px;
}

.dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-toggle::after {
    vertical-align: middle;
    margin-left: 6px;
}

@media (min-width: 768px) {
    .navbar .navbar-brand img {
        max-height: initial;
    }

    .navbar-light .navbar-nav {
        align-items: center;
        padding: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 16px 36px;
    }

    .nav-link > i {
        width: initial;
    }

    .dropdown:hover > .dropdown-menu {
        border-radius: 0;
    }

    .navbar .navbar-button {
        margin-left: 16px;
        margin-top: 0;
    }
}


/* ----------------------------------------
Header section
---------------------------------------- */

header {
    position: relative;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/assets/images/tlo_mobile.jpg");
    background-position: center center;
    background-size: cover;
    color: var(--white);
}

@media (min-width: 768px) {
    header {
        background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/assets/images/tlo.jpg");
    }
}

header .header-content {
    text-align: center;
    padding-top: 180px;
    padding-bottom: 110px;
    position: relative;
}

header .header-content h1 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
}

.hero-subhead {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    display: block;
    max-width: 630px;
    margin: 0 auto 57px auto;
}

@media (min-width: 768px) {
    header .header-content {
        padding-top: 250px;
        padding-bottom: 130px;
    }

    header .header-content h1 {
        font-size: 44px;
    }
}

/* ----------------------------------------
Footer section
---------------------------------------- */

.copyright-bar {
    background-color: #181818;
    padding: 30px 0;
    color: var(--white);
}

.copyright-text {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;
}

@media (min-width: 768px) {
    .copyright-text {
        text-align: left;
    }
}

#footer a {
    color: var(--white);
}

/* --------------------------------------------------
Offer section
-------------------------------------------------- */

#offer {
    background-color: var(--white);
}

#offer p {
    color: #444444;
    font-size: 16px;
    margin-top: 35px;
}

@media (min-width: 992px) {
    #offer p {
        margin: 0 25px;
    }
}

.offer-middle-row {
    padding: 90px 0;
}

/* --------------------------------------------------
Price list section
-------------------------------------------------- */

#price-list .service-price {
    padding: 25px;
    text-align: center;
}

#price-list .service-price span {
    color: var(--blue);
    margin: 0;
    font-size: 30px;
}

#price-list .service-price h3 {
    color: var(--dark);
    margin-top: 26px;
    font-size: 21px;
    font-weight: 500;
}

#price-list .service-price p {
    color: #949494;
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
    line-height: 26px
}

@media (min-width: 768px) {
    #price-list .service-price {
        text-align: left;
    }
}

/* --------------------------------------------------
FAQ section
-------------------------------------------------- */

#faq {
    background-color: var(--white);
}

.faq-question {
    padding-bottom: 5px;
    font-size: 22px;
}

.faq-answer {
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* --------------------------------------------------
Blog section
-------------------------------------------------- */

#blog {
    padding-bottom: 100px;
}

/* --------------------------------------------------
Location section
-------------------------------------------------- */

#location {
    padding: 0;
    background-color: var(--white);
}

#location .google-map {
    height: 500px;
    width: 100%;
    border: 0;
}

/* --------------------------------------------------
Contact section
-------------------------------------------------- */

#contact {
    background-color: var(--white);
    background-repeat: repeat-x;
    height: 652px;
    background-position: center;
    display: table;
    position: relative;
    width: 100%;
}

.contact-form-wrapper .contact-form-header {
    color: var(--dark);
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: inherit;
}

.contact-form-wrapper p {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 56px;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#contact-form .form-control {
    font-weight: 500;
}

#subject {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
}

.option-color {
    color: #190f27;
}

.placeholder-color {
    color: #9999a6;
}

.form-control::placeholder {
    color: #9999a6;
}

#notice {
    padding-top: 50px;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--blue);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    align-self: center;
    margin-left: 20px;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contact-form-submit {
    display: flex;
}

.contact-form-submit span {
    align-self: center;
    margin-left: 20px;
}

/* --------------------------------------------------
Cookie notice
-------------------------------------------------- */

div.cc-window.cc-floating {
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    color: var(--dark) !important;
    padding: 1.5rem 2.3rem 1.3rem;
}

.cc-compliance {
    margin-top: 8px;
}

@media (min-width: 768px) {
    div.cc-window.cc-floating {
        font-size: 15px;
        max-width: 22rem;
        padding: 1.8rem 1.1rem;
    }
}

/* --------------------------------------------------
Price table
-------------------------------------------------- */

#price-table {
    margin: 50px 0 50px 0;
}

#price-table .price-table-item {
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #d5d5d5;
}

#price-table .price-table-item .price-table-head {
    background-color: #f6f6f6;
    margin: 0 0 20px 0;
}

#price-table .price-table-item .price-table-head .price-table-label {
    background-color: #e4e4e4;
    padding: 40px 0;
    transition: all 0.3s ease-in-out;
}

#price-table .price-table-item.active .price-table-head .price-table-label,
#price-table .price-table-item:hover .price-table-head .price-table-label {
    background-color: var(--blue);
}

#price-table .price-table-item .price-table-head .price-table-label span {
    font-size: 26px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

#price-table .price-table-item:hover .price-table-head .price-table-label span,
#price-table .price-table-item.active .price-table-head .price-table-label span {
    color: var(--white);
}

#price-table .price-table-item .price-table-head .price-table-price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    min-height: 65px;
}

#price-table .price-table-item .price-table-head .price-table-price-wrapper .price-table-price {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
}

#price-table .price-table-item .price-table-head .price-table-price-wrapper .price-table-price .price-table-amount {
    font-size: 28px;
    font-weight: 400;
}

#price-table .price-table-item .price-table-list {
    margin-bottom: 40px;
}

#price-table .price-table-item .price-table-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#price-table .price-table-item .price-table-list ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    border-left: 5px solid var(--white);
    border-right: 5px solid var(--white);
}

#price-table .price-table-item .price-table-list ul li:hover {
    background-color: #f6f6f6;
    border-left: 5px solid var(--blue);
}

#price-table .price-table-item .price-table-list ul li .fa {
    padding: 0 10px;
}

#price-table .price-table-item .price-table-button {
    margin-top: auto;
    margin-bottom: 40px;
}

#price-table .price-table-item .price-table-button a {
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#price-table .price-table-item:hover .price-table-button a,
#price-table .price-table-item.active .price-table-button a {
    background-color: var(--blue);
    color: var(--white);
}

/* --------------------------------------------------
Blog post
-------------------------------------------------- */

.blog p, .blog li {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 2.5rem;
}

.blog ol {
    margin-bottom: 60px;
}

section.blog {
    background-color: var(--white);
    padding-bottom: 8rem;
}

.blog > .header {
    margin-top: 80px;
    margin-bottom: 60px;
}

.blog a {
    color: var(--dark);
    text-decoration: underline;
}

.header-blog-image1 {
    background-image: url("/assets/images/jak-ulepszyc-strone-internetowa.jpg");
}

.header-blog-image2 {
    background-image: url("/assets/images/czy-jakosc-strony-internetowej-ma-znaczenie.jpg");
}

.header-blog .header-content {
    padding-bottom: 400px;
}

.blog-post-preview p, .blog-post-preview h4 {
    color: var(--dark);
}

/* --------------------------------------------------
Social media buttons
-------------------------------------------------- */

.facebook {
    background: #3c5898;
    color: var(--white);
    font-size: 2rem;
    position: fixed;
    left: 0;
    top: 350px;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.facebook:focus, .facebook:hover {
    width: 5rem;
    color: var(--white);
}

.twitter {
    background: #1da1f2;
    color: var(--white);
    font-size: 2rem;
    position: fixed;
    left: 0;
    top: 400px;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.twitter:focus, .twitter:hover {
    width: 5rem;
    color: var(--white);
}

.mail {
    background: #bd3a2c;
    color: var(--white);
    font-size: 2rem;
    position: fixed;
    left: 0;
    top: 450px;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.mail:focus, .mail:hover {
    width: 5rem;
    color: var(--white);
}

/* --------------------------------------------------
Icons
-------------------------------------------------- */

@font-face {
    font-family: 'Stroke-Gap-Icons';
    src: url('/assets/fonts/Stroke-Gap-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: 'Stroke-Gap-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.icon-Starship:before {
    content: "\e609";
}

.icon-Like:before {
    content: "\e61f";
}

.icon-Phone:before {
    content: "\e640";
}

.icon-Arrow:before {
    content: "\e660";
}

.icon-ShoppingCart:before {
    content: "\e66c";
}

.icon-Shield:before {
    content: "\e66d";
}

.icon-Keyboard:before {
    content: "\e67c";
}

.icon-Tools:before {
    content: "\e69f";
}

.icon-Search:before {
    content: "\e6a4";
}

.icon-List:before {
    content: "\e6b8";
}

.icon-Key:before {
    content: "\e6ba";
}

.icon-Blog:before {
    content: "\e6c6";
}

/* --------------------------------------------------
Pages
-------------------------------------------------- */

.page-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/page-header-backgroung.jpg");
    background-position: center;
    background-size: cover;
    height: 240px;
}

@media (min-width: 768px) {
    .page-offer .page-offer-description {
        padding-left: 36px;
    }
}

.page-offer h2 {
    margin-top: 6px;
    font-size: 1.8rem;
}

.page-offer .separator {
    display: flex;
    margin: 15px 0;
    width: 8%;
    border-top: 2px solid var(--blue);
}
