@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    text-shadow: none;
}

::selection {
    background: #faf8ff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
    text-align: center
}

/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}


/****************************************************************

NAV BAR

****************************************************************/

.navbar-default {
    border-color: transparent;
    background-color: #222;
}
/*Company name*/
.navbar-default .navbar-brand {
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: white;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {

    border-color: rgba(255, 255, 255, .02);
}

.navbar-default .navbar-toggle {
    border-color: #fed136;
    background-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fed136;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fec503;
}
@media (min-width: 768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: rgba(0, 0, 0, 0.58);

        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        /*background-color: #222;*/
        background-color: rgba(0, 0, 0, 0.58);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

.home{
    background-image: url(../img/back.jpg);
    max-width: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    text-align: center;
}
.sep-home {
    height: 600px;
}

.img-cont{
    padding: 150px;
}
.logo-name-aline{
    text-align: left;
    /*display: block;*/
    float: left;
}
.logo-name{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-shadow: 4px 2px 3px #000000;
    font-size: 1.5em;
    /*display: block;*/
    padding: 0px;
    margin: 0px;
    line-height: 110%;
}
.sub-logo{
    top: 0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-shadow: 4px 2px 3px #000000;
    font-size: 17px;
    /*display: block;*/
    padding: 0px;
    margin: 0px;
    /*line-height: 92%;*/
}
.rmv-margin{
   margin: 1px;
}
.logo-name span{
    font-size: 1.6em;

}



/******************************
 About Wrap & Conf
 ***************************/
#aboutwrap {
    margin-top: 80px;
    margin-bottom: 80px;
}

.name {
    text-align: center;
}

.name p {
    font-size: 22px;
    font-weight: lighter;
    margin-top: 15px;
    letter-spacing: 2px;
}

.name-label {
    width: 60px;
    height: 60px;
    margin: 0 auto 45px;
    border-top: 1px solid #000;
    background-size: 35px 35px;
}

.name-zig {
    width: 73px;
    height: 17px;
    margin: 38px 0 38px;
    background: url(../img/name-zig.png) 0 0 no-repeat;
    background-size: 73px 17px;
}

.name-desc h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 300;
}

/* Separator About - Parallax Section */
.sep {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}

#img-holder {
    height: 50px;
    width: 100%;
    margin: 20px;
}
.color-white{
    color: white;
}

.about {
    background-image: url(../img/river1.jpg);
    max-width: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 768px) {
    #aboutwrap{
        position: relative;
    }
    .home {
        background: url(../img/back.jpg) no-repeat center 0%;
        background-attachment: fixed;
    }
    .about {
        background: url(../img/river1.jpg) no-repeat center 0%;
        background-attachment: static;
/*        background-size: auto;*/
    }
    
    .portfolio {
        background: url(../img/portfolio-sep.jpg) no-repeat center 0%;
        background-attachment: static;
    }
    
    .contact {

    }
    
    .contact-img{

    }
    #contactwrap {
        background-color: rgba(47, 47, 47, .4);
    }
    .sep2{
        background-color: rgba(47, 47, 47, .4);
    }
    div.sep.contact{
        background-color: red;
        background-image: none;
        height:0;
    }
}

/* Portfolio Wrap Section */
#portfoliowrap {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

#portfoliowrap h1 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 60px;
}

#portfoliowrap i {
    font-size: 50px;
}

.proc {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px transparent;
}

.portfolio {
    background-image: url(../img/portfolio-sep.jpg);
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Service Wrap */
#servicewrap {
    display: block;
    margin-top: 80px;
    margin-bottom: 80px;
}

#servicewrap h1 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

#servicewrap i {
    font-size: 50px;
}
.service {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 2px transparent;
}

.text {
    color: #767676
}

/* Testimonials Wrap */
#carousel {
    display: block;
    margin-top: 85px;
    margin-bottom: 85px;
    background-color: #f3f3f3;
    height: 400px;
}

/* Contact Wrap */
#contactwrap {
    background-color: rgba(47, 47, 47, 0.75);
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#contactwrap p {
    color: #f2f2f2;
}

#contactwrap small {
    font-size: 13px;
}
.sep2 {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}

.contact {
    background-image: url("treelove.jpg");
    max-width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}
.contact-img{
    background-image: url("treelove.jpg");
    max-width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}

#contactwrap label {
    color: #f2f2f2;
    margin-top: 10px;
}

/* Gallery Configuration */
.photo-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #2f2f2f;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.project .overlay {
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;

}

.project:hover .photo-wrapper {
    background-color: #2f2f2f;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.project:hover .photo {
    opacity: 10;
    filter: alpha(opacity=4000);
    opacity: 0.1;
    filter: alpha(opacity=40);
}

.project:hover .overlay {
    opacity: 100;
    filter: alpha(opacity=10000);
    opacity: 1;
    filter: alpha(opacity=100);
}

.desc {
    margin-top: 25px;
}
