body{
    margin: 0px;
    padding-top: 150px;
    background: #cccccc;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transition: padding-top 0.4s linear;
    background-image: url('images/background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

body #mobileMenuBackgroundHandler{
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    background-color: rgb(54, 54, 54);
}

/* ---------- HEADER ---------- */
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: black;
    background-image: url('images/header-bg.jpg');
    background-size: cover;
}

header h1{
    cursor: pointer;
    color: #e0dfdc;
    text-align: center;
    margin: 10px auto;
    font-size: 52px;
    letter-spacing: .1em;
    color: #d7ceb2;
    text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
    transition: font-size 1s ease;
}

header img{
    max-height: 45px;
}

nav{
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    min-height: 30px;
    background-color: black;
    transition: border-bottom 0.2s linear;
    border-bottom: 5px solid #d7ceb2;
}

nav #mobileMenu{
    color: white;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 10px;
    border: 0 5px 5px 5px double white;
}

nav #mobileMenu:hover{
    cursor: pointer
}

nav #mobileMenu img{
    height: 28px;
    margin-left: 15px;
}

nav #navMenuCategorys{
    display: none;
    padding: 0;
    transition: height 1.2s ;
    transition: opacity 1.2s ease-in-out;
}

nav .navCols{
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 10px; ;
    display: inline-block;
}

nav #projectsMenu{
    
    color: wheat;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 3;
    height: 100px;
    background: darkgrey;
    top: 50px;
    left: 0px;
    right: 0px;
    color: #d7ceb2;
    font-weight: none;
}

nav #projectsNav, nav #aboutNav, nav #contactNav{
    background: none;
    transition: color 0.5s;
    background-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

#projectsNav:hover , #aboutNav:hover , #contactNav:hover{
    background-color: #5c5f727a;
    cursor: pointer;
    font-weight: bold;
    color: bisque;
    -webkit-transition: background-color 400ms linear;
    -ms-transition: background-color 400ms linear;
    transition: background-color 400ms linear;
}

nav #blackHeaderCol{
    padding: 0px;
}



/* ---------- SLIDER ---------- */

slider{
    width: 100%;
    margin: 20px 0;
}



/* ---------- ABOUT US ---------- */

article{
    padding: 30px;
    margin: 30px auto 50px auto;  
}


article h1, h2, h3, h4, h5, h6 ,p{
    text-align: center;
}

article h1#aboutUsTitle{
    letter-spacing: 2px;
}

article #aboutUsTopBox{
    max-width: 800px;
    margin: 0px auto;
}

article p#credits{
    font-size: 18px;
}

article#aboutUs p#creditsMobile{
    text-align: justify;
    font-size: 1.25em;
    line-height: 25px;
    display: none;
}


article #whyChooseUs{
    margin-top: 100px;
    margin-bottom: 20px;
    letter-spacing: 2px;

}

article#aboutUs h6{
    font-size: 18px;
    font-weight: 400;
}

article .priceCourtesy{
    margin-top: 100px;
}

article .priceCourtesy img{
    width: 100%;
    display: block;
    margin: 0px auto ;
    max-width: 450px;
    border-radius: 30%;
}

article .col-sm img{
    margin: 15px 6%;
    max-width: 120px;
    transition: transform 500ms;
}

article .col-sm img:hover{
    transform: scale(1.2);
}

article #aboutUsImage{
    display: block;
    margin:  2px  auto;
    max-width: 700px;
    width: 100%;
}

article #aboutUsImage:hover{
    transform: scale(1)
}


/* ---------- PROJECTS ---------- */

#projects{
    text-align: center;
}

#projects h1{
    margin: 0px auto 20px auto;
    letter-spacing: 2px;
}

#projects p{
    font-size: 18px;
}

#projects .col{
    padding: 20px;
}

#projects a{
    text-decoration: none;
}

#projects img.projectsImages{
    width: 100%;
    border: 1px solid black;
    transition: 0.25s linear;
}

#projects img.projectsImages:hover{
    box-shadow: 0 0 20px black;
}

#projects a:hover img.projectsImages{
    box-shadow: 0 0 20px black;
}

#projects .description{
    font-size: 0.84em;
    position: relative;
    top: -61px;
    right: 1.2px;
    width: 99%;
    margin-bottom: -60px;
    color: white;
    background: black;
    height: 60px;
    padding: 10px;
    margin: 0;
    display: none;
    cursor: pointer;
    animation: descDisplay 0.01s ease-in, fontColor 0.5s ease-out;
} @keyframes descDisplay{ from {opacity: 0} to { opacity: 1} }
@keyframes fontColor{ from {color: black} to { color: white} }



/* ---------- CONTACT ---------- */

section{
    margin: 120px auto 65px auto;
    max-width: 750px;
}

section h1{
    text-align: center;
}

section p.Question{
    font-size: 18px;
}

section p.QuestionMobie{
    display: none;
    padding: 5px 20px;
    text-align: center;
    font-size: 1.25em;
}

section .row{
    margin: 0;
}

section .row .col-sm-2{
    font-weight: bold;
    margin-top: 10px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

section form input, textarea{
    width: 100%;
    border-radius: 10px;
    padding: 4px 10px;
}

section form #formSendButton{
    border-radius: 10px;
    background: linear-gradient(#f1f1f1, #d8d8d8);
    font-weight: bold;
    outline: none;

}

section form textarea{
    height: 100px;
    resize: none;
}

section form button{
    width: 100%;
    height: 35px;
}

section form #formError{
    color: red;
    margin: 5px auto;
    text-align: center;
}

section .row #contactImgPart{
    padding: 2%;
}

section #contactImgPart h4, #contactImgPart h5{
    text-align: center;
    margin: 10px auto 10px auto;
    
}
 
section #contactImgPart h3{
    text-align: center;
    margin: 2px auto 10px auto;
    color: wheat;
    text-shadow: 1px 1px 3px black, 1px 1px 4px black, 1px 1px 5px black;
}

section #contactImgPart #companyTitleMobile{
    display: none;
}



section img{
    width: 100%;
    opacity: 0.75;
    border-radius: 20px;
    margin-top: 30px;
    transition: opacity 0.5s linear;
}

section img:hover{
    opacity: 1;
}

section img#contactEye{
    width: 60%;
    display: block;
    opacity: 1;
    margin: 0px auto;
    margin-top: 15px;

}


/* ---------- FOOTER ---------- */

footer{
    color: lightgray;
    background: #5c5f72;
    margin: 20px 0;
    margin-bottom: 0px;
    padding: 20px 0 0 0 ;
    -webkit-touch-callout: none; 
    -khtml-user-select: none; 
      -moz-user-select: none; 
       -ms-user-select: none; 
           user-select: none; 

}

footer h2{
    color: bisque;
    text-shadow: 0 0 3px black, 0 0 6px black;
}

footer #contactFoot{
    padding: 5px 15px;
}

footer #socialMedia img{
    max-width: 40px;
    transition: max-width 0.5s
}

footer #socialMedia p:hover img{
    max-width: 60px;
}

footer #socialMedia p:hover{
    cursor: pointer;
    color: white;
    font-weight: bold
}

footer #contactFoot, #socialMedia, #sitemap{
    text-align: center;
}

footer #contactFoot img{
    height: 30px;
    transition: transform 0.5s,
}

footer #contactFoot p{
    cursor: pointer;
    transition: font-wight 0.5s, color 0.5s
}

footer #contactFoot p:hover{
    margin-right: 10px;
    color: white;
    font-weight: bold;
}

footer #contactFoot p:hover footer #contactFoot img{
    transform: scale(1.5);
}


footer #sitemap #footerAboutUsRow:hover,
 footer #sitemap #footerProjectsRow:hover,
  footer #sitemap #footerContactRow:hover{
    color: white;
    cursor: pointer;
    font-weight: bold;
}

footer #credit{
    width: 100%;
    background: black;
    color: bisque;
    font-size: 16px;
    padding: 10px;
    padding-right: 20px;
}

footer #credit label{
    float: left;
}


/* ---------- TO TOP BUTTON ---------- */

#toTopButton{
    border-radius: 100%;
    height: 75px;
    width: 75px;
    display: none;
    position: fixed;
    left: 5%;
    bottom: 50px;
    color: black;
    background-color: whitesmoke;
    box-shadow: 1px 1px 5px black;
    cursor: pointer;
    z-index: 2;
    transition: box-shadow 0.5s linear;
}

#toTopButton:hover{
    box-shadow: 1px 1px 15px;
}

#toTopButton span{
    display: block;
    text-align: center;
    font-size: 70px;    
    opacity: 0.5;
    transition: opacity 1s linear;
}

#toTopButton span:hover{
    opacity:1;
}


/* ---------- MEDIA QUERIES ---------- */

@media only screen and (max-width: 576px) {
    html, body {
        height: 100vh;
    } 
    
    
    body{
        padding-top: 130px;
        background-size: auto 100%;
        background-position: left top;

    }

    nav{
        top: 69px;
    }

    header{
        height: 70px;
    }
    
    header h1{
        font-size: 32px;
        margin: 5px auto;
    }

    header img{
        max-height: 35px;
    }

    article#aboutUs p#credits{
        display: none;
    }

    article .col-sm img{
        margin: 15px;
    }

    #projects .project h5{
        height: 40px;
        font-size: 1.2em
    }
    
    .projectsImages{
        width: 80px
    }

    section .row #contactImgPart{
        margin-top: 100px;
        margin-bottom: -82px;
        padding: 2% 2% 25px 2%;
        background: #5c5f72;
    }


    section p.Question{
        display: none;
    }

    section p.QuestionMobie{
    display: block
    }

    section #contactImgPart h3#companyTitle{
        display: none
    }

    section #contactImgPart h3#companyTitleMobile{
        display: block;
        font-size: 2.5em;
    }    

    section img, section img#contactEye{
        width: 60%;
        display: block;
        margin:20px auto 30px;
    }

    section img, section h5{
        display: none;
    }

    footer .col-sm-4{
        margin: 30px auto;
    }
}

@media only screen and (max-width: 350px) {
    header h1{
        font-size: 28px;
    }

    header img{
        max-height: 20px;
    }

    .projectsImages{
        width: 70px
    }
}


@media only screen and (min-width: 575px) {
        
    nav #mobileMenu{
        display: none;
    }
    
    nav #navMenuCategorys{
        display: block;
    }
    
}