

body{
    margin:0; 
    padding:0; 
    font-size:13px; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color:#555555; 
    background-color:#FFFFFF;

}

.wrapper{
    display:block; 
    width:960px; 
    margin:0 auto; 
    padding:0; 
    text-align:left;
}

.clear:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden; 
}

.clear{
    display:block; 
    clear:both;
}

header, .container, footer{
    display:block; 
    width:960px;
}

footer{

    position: relative;
    background-color: #ffffff;
    z-index: 10;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 1%;
}


h1, h2, h3, h4, h5, h6{
    margin:0; 
    padding:0; 
    font-size:16px; 
    font-weight:bold; 
    font-style:normal; 
    line-height:normal; 
    text-transform:uppercase;
}


.headerleft{
    padding:38px 0 0 0; 
    float:left;
}

.headerleft h1 { 
    font-size: large; 
    color: #555555;
}

.headerleft a {
    text-decoration: none;
}

.headerleft a:hover{
    color: coral ; 
}

#header nav{
    float:right; 
    margin:20px 0 0 0; 
    padding:20px 0;
}

#header nav li{
    display:inline; 
    margin-right:25px; 
    text-transform:uppercase;
}

#header nav li.last{
    margin-right:0;
}
#header nav li a:hover{
    color: coral ; 
}

nav li a{
    text-decoration: none;
    color:#555555;
}


.heroimage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/heroimg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 2%;
}


.herotext {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 25%;
    color: #FFFFFF;
}

.herotext h1{
    font-size: 44px;
}

.herotext p{
    font-size: 20px;
}

.button{
    border: none;
    font-size: 18px;
    outline: 0;
    padding: 10px 25px;
    cursor: pointer;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #555;
    transition: 0.4s ease;
}

.button:hover {

    background-color: #555555;
    color: #FFFFFF;
}

.maintext{
    padding:28px 0; 
    border-top:1px solid #DEDEDE; 
    border-bottom:1px solid #DEDEDE; 
    text-align:center;
}

.maintext h1{
    font-size:32px; 
    font-weight:normal; 
    font-style:italic; 
    text-transform:uppercase;
}
.maintext p{
    font-size:16px; 
    margin-bottom:0; 
    padding-bottom:0; 
    line-height:1.8em;
}

/* gallery*/

.gallery{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}

.item> img {
    width: 100%;
    height: 100%;
}

.item> img:hover{
    filter: blur(4px) brightness(75%);
    box-shadow: 0 10px 14px;
    cursor: pointer;
}

.left-align{
    text-align: left;
}



/* lightbox */

.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

.lightbox-content {
    position: relative;
    margin: auto;
    width: 90%;
    max-width: 1200px;
}

.close {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}



.close:hover, .close:focus {
    color: #DEDEDE;
    text-decoration: none;
    cursor: pointer;
}

.lightbox_slide > img {
    width: 100%;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    text-decoration: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

/* Contact */

input[type=text], input[type=email], select, textarea {
    
    width: 100%;
    padding: 12px;
    border: 1px solid #DEDEDE;
    margin-top: 6px;
    margin-bottom: 15px;
}

label[for=name], label[for=email], label[for=purpose], label[for=message]{
    font-size: 18px;
}

input[type=submit] {
    border: none;
    font-size: 22px;
    outline: 0;
    padding: 10px 25px;
    cursor: pointer;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #555;
}

textarea{
    height:180px;
}

input[type=submit]:hover {
    background-color: #555;
    color: #FFFFFF;
}

.column {
    float: left;
    width: 50%;
    padding: 20px;
}

.column > img {
    margin-top:30px;
    width: 100%;
}




/* reviews page */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.left{
    left: 0;
}

.review_slide > img{
    width: 100%;
}


.text {
    text-align: center;
    color: #ffffff;
    background-color: #555555;
    width: 100%;
    font-size: 18px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
}


.review_selector {
    display: inline-block;
    align-self: center;
    cursor: pointer;
    background-color: #DEDEDE;
    height: 20px;
    width: 20px;
    margin-right: 2px;
    border-radius: 50%;
    transition:  0.6s ease;
}

.active, .review_selector:hover {
    background-color: #555555;
}


.fade {
    animation: fade 2.5s forwards;

}

.quick_fade {
    animation: fade 1s forwards;

}

@keyframes fade {
    from {opacity: 0.2}
    to {opacity: 1}
}


/* About */

.about-image{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../images/landscape_8.jpg");
    height: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;

}

.about-text {
    text-align: center;
    padding-top: 25%;
    padding-bottom: 25%;
    color: #FFFFFF;
}

/* FAQ */

.faq-image{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2)), url("../images/landscape_13.jpg");
    height: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;

}


/* services */

.animate-container {
    width: 100%;
    height: 675px;
    position: relative;
}

#animation {
    width: 100%;
    height: 10px;
    position: absolute;

}

.service> img {
    width: 100%;
    height: 100%;
}


.service-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    
}

.service-body > p{
    padding: 20px;
    font-size: 14px;

}

.service-body > a > .book {
    display: none;
}

.service-body:hover > a > .service-span {
    display: none;
}

.service-body:hover > a > .book {
    display: inline;
}

.service-button{
    border: 2px solid #555555;
    border-radius: 12px;
    font-size: 16px;
    outline: 0;
    padding: 10px 25px;
    cursor: pointer;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #555;
}

.service-button:hover {
    
    color: #555555;
}

.resize{
    width: 100%;
    height: 230px;

}

/* PageLoader */

#pageloader { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    margin: auto; 
    border: 10px solid lightgray; 
    border-radius: 50%; 
    border-top: 12px solid #555555; 
    width: 70px; 
    height: 70px; 
    animation: spin 1s linear; 
    z-index: 9999999;
} 

@keyframes spin { 
    100% { 
        transform: rotate(180deg); 
    } 
} 



/* responsive */

.service-span-mobilefix{
    display:none;
}

@media (max-width: 960px) {

    .wrapper{
        display:block; 
        width:660px; 
        margin:0 auto; 
        padding:0; 
        text-align:left;
    }

    header, .container, footer{
        display:block; 
        width:660px;
    }

    .headerleft{
        padding-bottom: 5px; 
        margin-left: 0px;
        padding-top: 20px;
    }

    #header nav{
        margin:0; 
        padding:0;
    }
    
    #header nav li{
        display:inline; 
        margin-right:12px; 
    }


/* Contact */

    .label {
        display: block;

    }

    .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
      }


    .column > img {
        display: none;
    }

    /* service / products */

    .service-span-mobilefix{
        display:inline;
    }

    .service-span{
        display: none;
    }

    .service-body:hover > a > .service-span-mobilefix {
        display: none;
    }

    /* Gallery */
    .close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

}

@media (max-width: 480px) {

    .wrapper{
        display:block; 
        width:400px; 
        margin:0 auto; 
        padding:0; 
        text-align:left;
    }

    header, .container, footer{
        display:block; 
        width:400px;
    }

    .headerleft{
        padding-bottom: 5px; 
        margin-left: 0px;
        padding-top: 20px;
    }


    
    #header nav li{
        display:inline; 
        margin-right:12px; 
    }


/* Contact */

    .label {
        display: block;

    }

    #header nav li{
        margin-right:20px; 
    }

    .column > img {
        display: none;
    }

    /* service / products */

    .service-span-mobilefix{
        display:inline;
    }

    .service-span{
        display: none;
    }

    .service-body:hover > a > .service-span-mobilefix {
        display: none;
    }

    .service-container{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        
    }

    .animate-container {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 690px;
    margin-bottom: 2500px;
}

#animation {
    width: 100%;
    height: 1px;
    position: absolute;

}

    /* Gallery */

    .gallery{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }

    .close {
        top: 5px;
        right: 5px;
        font-size: 25px;
        z-index: 10;
    }

}

