/*
Orange color: #e67e22
*/

/* ------------------------------ */
/* BASIC SETUP */
/* ------------------------------ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    color: #5d5d5d;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ------------------------------ */
/* REUSABLE COMPONENTS */
/* ------------------------------ */

.row{
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}

/* HEADINGS */
h1,
h2,
h3{
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    color: #fff;
    font-size: 220%;
    margin-top: 0;
    margin-bottom: 20px;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center
}

/*------- PARAGRAPHS ------- */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: justify;
}

.box p {
    font-size: 90%;
    line-height: 145%;
    text-align: center

}


.dane-kontaktowe {
    color: #fff;
    margin-top: 50px;
}

.kontakt {
    text-align: center;
}


.kontakt a {
    text-decoration: none;
    color: #fff;
}





/* -------- ICONS ----------- */

.icon-big {
    font-size: 350%;
    display: block;

    color: #e67e22;
    margin-bottom: 10px;
    margin-left: 40%;
}

/* BUTTONS */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #e67e22;
    border: 1px solid #e67e22;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    color: #e67e22;
    border: 1px solid #e67e22;
}

.btn:hover,
.btn:active,
input[type=submit]:hover, 
input[type=submit]:active {
    background-color: #bf6516;
}

.btn-full:hover,
.btn-full:active {
    border: 1px solid #bf6516;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #bf6516;
    color: #fff;
}

/* ------------------------------ */
/* HEADER */
/* ------------------------------ */

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/remont1.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.hero-text-box {
    position: absolute;
    max-width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-47.5%, -50%);
}

.logo {
    height: 100px;
    width: auto;
    float: left;
    margin-top: 25px;
}

.sticky-logo {
    display: none;
    height: 60px;
    width: auto;
    float: left;
}

/* Main navi */
.main-nav {
    float: right;
    list-style: none;
    margin-top: 60px;
}

.main-nav li {
    display: inline-block;
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #e67e22;
}

/* Sticky navi */

.sticky {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 2px #efefef;
    
}

.sticky .main-nav {margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited{
    padding: 17px 0;
    color: #555;
}

.sticky .logo {display: none;}
.sticky .sticky-logo {
    display: block;
}


/* ------------------------------ */
/* ZAKRES PRAC */
/* ------------------------------ */

.section-feature .long-copy {
    margin-bottom: 30px;
}

/* ------------------------------ */
/* REMONTY POKAZ */
/* ------------------------------ */

.remonty {
    padding: 0;
}

.remonty-pokaz {
    list-style: none;
    width: 100%;
}

.remonty-pokaz li {
    display: block;
    float: left;
    width: 20%;
}

.remont-pic {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
}

.remont-pic img {
    opacity: 0.7;
    width: 100%;
    height: auto;
    transform: scale(1.03);
    transition: transform 0.5s, opacity 0.5s;
}

.remont-pic img:hover {
    transform: scale(1.15);
    opacity: 1;
}


/* ------------------------------ */
/* CONTACT FORM */
/* ------------------------------ */

.contact-form {
    width: 60%;
    margin: 0 auto;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

*:focus {outline: none}


.form-messages-success {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #333;
    background-color: rgba(23, 191, 68, 0.8);
}

.form-messages-error {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
    color: #333;
    background-color: rgba(255, 0, 0, 0.79);
}

    

/* ------------------------------ */
/* FOOTER */
/* ------------------------------ */

footer {
    background-color: #333;
    padding: 50px;
}

.footer-nav {
    list-style: none;
    float: left;
    align-content: center;
}

.footer-contact {
    list-style: none;
    float: right;
}

.footer-nav li,
.footer-contact {
    display: inline-block;
    margin-right: 20px;
}

.footer-nav li:last-child,
.footer-contact:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.footer-contact li a {
    text-decoration: none;
    border: 0;
    color: #888;
    transition: color 0.5s;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.footer-contact li a:hover,
.footer-contact li a:active {
    color: #ddd;
}

.copyrights {
    color: #888;
    text-align: center;
    font-size: 90%;
    margin-top: 30px;
}




