﻿body, html, #wrapper {
    padding: 0;
    margin: 0;
}

#wrapper {
    height: 100%;
    width: 100%;
    background-color: #fff;
}

/* TOP */

#banner {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

    #banner .left {
        width: 50%;
        height: 80px;
        float: left;
    }

        #banner .left .logo {
            font-family: 'Pacifico', cursive;
            font-size: 30px;
            width: 200px;
            padding: 14px 50px;
        }

    #banner .right {
        text-align: right;
    }

        #banner .right .nav ul {
            display: block;
            list-style: none;
            margin: 0px 50px 0px 0px;
        }

            #banner .right .nav ul li {
                display: inline-block;
            }

                #banner .right .nav ul li a {
                    text-decoration: none;
                    color: #999;
                    font-family: 'Josefin Sans', sans-serif;
                    font-weight: 300;
                    display: block;
                    font-size: 18px;
                    padding: 30px 15px;
                    transition: all .5s;
                }

                    #banner .right .nav ul li a:hover {
                        text-decoration: underline;
                    }

/* CONTENT */

#image {
    width: 100%;
    height: 700px;
    background-image: url(../img/background.jpg);
    background-size: 1920px;
    background-position: 0 -75px;
}

#image .insidetext {
        text-align: center;
        position: relative;
        top: 50%;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 23px;
        font-weight: 300;
        color: rgba(0,0,0,.7)
}

#content {
    width: 100%;
}

/* INTRODUCTION */

#intro {
    width: 75%;
    margin: auto;
    margin: 220px auto;
}

#intro p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 16px;
        padding: 20px 20px;
}

/* TITLE */

.title {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
}

.threedot ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 8px;
}

.threedot ul li {
        display: inline-block;
        height: 4px;
        width: 4px;
        background-color: #000;
        border-radius: 100px;
        margin: 0 5px;
}

/* CLIENTS */

#clients {
    width: 100%;
    background-color: #f2f2f2;
    /*background-image: url(https://images.unsplash.com/photo-1492434759773-c03903127cd4?ixlib=rb-0.3.5&s=9e549d52db796574434409da4d09eca2&auto=format&fit=crop&w=1351&q=80);*/
    background-size: 1920px;
    padding: 60px 0;
}

#clients .circles {
    width: 800px;
    margin: 60px auto;
}

#clients .client {
    width: 200px;
    height: 200px;
    background-color: transparent;
    border-radius: 200px;
    margin: auto;
}

#clients .client img {
    border-radius: 200px;
    width:200px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s;
}

#clients .client img:hover {
    border-radius: 200px;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    transform: scale(1.05);
}

/* CONTACT */

#contact {
    padding: 60px 0;
}

#contactform {
    width: 400px;
    margin: 160px auto;
    text-align: center;
}

#contactform p {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 200;
        margin: 7px;
}

#contactform .tb {
    width: 300px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

#contactform .big {
    height: 300px;
    border-radius: 20px;
}

#contactform .btn {
    height: 36px;
    width: 150px;
    display: block;
    background-color: #ccc;
    border: 0;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 50px;
    margin: 14px auto;
}

/* FOOTER */

#footer {
    width: 100%;
    background-color: #ffffff;
    padding: 16px 0;
    text-align: right;
}

#footer p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
    font-size: 16px;
    margin-right: 40px;
}

/* SCALES */

@media screen and (max-width:640px) {
    .disap {
        display: none !important;
    }
    .circles {
        width: auto !important;
    }
    .client {
        margin: 20px auto !important;
    }
}

@media screen and (max-width:480px) {
    #intro {
        width: 90% !important;
    }
}

/* TOPBANNER */

#topBanner {
    position: fixed;
    z-index: 9999999;
    height: 22px;
    background-color: #00b300;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 200;
    display: none;
    padding-top: 6px;
    animation-fill-mode: forwards;
    animation-name: example;
    animation-duration: .5s;
    animation-delay: 2s;
}

@keyframes example {
    100% {
        height: 0px;
        padding: 0;
    }
}

.topBannerTxt {
    position: relative;
    bottom: 0;
    animation-fill-mode: forwards;
    animation-name: ex;
    animation-duration: .5s;
    animation-delay: 2s;
}

@keyframes ex {
    100% {
        bottom: 30px;
    }
}

#cformBanner {
    display: none;
    height: 24px;
    color: rgba(221, 39, 39, 1);
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 6px;
    font-size: 16px;
    animation-fill-mode: forwards;
    animation-name: cfbanner;
    animation-duration: .5s;
    animation-delay: 2s;
}

.cflabel {
    position: relative;
    bottom: 0;
    animation-fill-mode: forwards;
    animation-name: cflabel;
    animation-duration: .5s;
    animation-delay: 2s;
    z-index: 10;
}