#header-2 {
        margin-bottom: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(231, 231, 231, 0);
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    padding: 38px 10px 0px 25px;
}
.container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-default {
  background-color: transparent;
    border-color: transparent;
}

.menu-logo {
    left: 5px;
    position: absolute;
    top: 0px;
}

.nav.navbar-nav {
    float: right;
    padding: 20px 0 0 0;
}

.navbar-toggle {
    margin-right: 15px;
    background-color: white;
    position: relative;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, .2);
    padding: 10px;
    margin-bottom: 30px;
}

.navbar-collapse {
    margin: 0px auto 0 auto;
    width: auto;
}

.navbar-nav i {
    padding-right: 5px;
    font-size: 20px;
    color: #efefef;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #fff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar-collapse {
    padding-right:0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
.collapse {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Link Element */

.navbar-default .navbar-nav > li > a {
    color: #00406f;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0068b4;
}

.home {
    background: none;
}
.about {
    background: none;
}
.services {
    background: none;
}
.gallery {
    background: none;
}
.contact {
    background: none;
}

.nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
}

.nav li span {
    display: block;
    padding: 0 2px 0 3px;
}

.nav a {
    font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing:1px;
    font-weight:300;
    color: #375d81;
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
    text-transform: uppercase;
}


/*  Desktop  */

@media (min-width: 768px) and (max-width: 2660px) {
    .nav li {
        float: left;
        width: auto;
    }
    .navbar-default .navbar-collapse .navbar-default .navbar-form {
        border-color: #e7e7e7;
        overflow: hidden;
        padding: 15px;
    }
    .nav a {
    font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:500;
    color: #375d81;
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
    font-size: 21px;
}
.menu-logo {
    position: absolute;
    top: 10px;
    width: 444px;
    left: -2px;
    padding: 10px 35px 10px 85px;
}
.nav.navbar-nav {
    float: right;
    padding: 46px 0 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-collapse {
    width: auto;
    margin: 0px auto 0 auto;
}
}

@media (min-width: 768px) and (max-width: 990px) {

.nav.navbar-nav {
    float: right;
    padding: 60px 0 0 0;
}
.nav a {
    font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing:1px;
    font-weight:500;
    color: #375d81;
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}

.menu-logo {
    left: -51px;
    position: absolute;
    top: 5px;
    width: 376px;
}
.navbar-collapse {
    margin: 0px 0 0 0px;
    width: auto;
}
.navbar-default {
    height: 100px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 20px;
    letter-spacing: 1px;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    padding: 0 15px 0px 0;
}
}
/*  Phone  */

@media (min-width: 200px) and (max-width: 767px) {
    .navbar-default {
    border-color: #ffffff;
    height: 76px;
}
    #header-2 {
}
    .menu-logo {
    left: 35px;
    position: absolute;
    top: 5px;
    width: 76px;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    padding: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #00406f;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
}
.nav a {
    font-family: "proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ede4e4;
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}
.nav.navbar-nav {
    padding: 0 0 0 0;
    float: right;
}
    .menu-logo {
        top: 1px;
        width: 243px;
        left: 15px;
        position: absolute;
    }
    .navbar-default .navbar-nav > li > a {
    color: #ededed;
}
    .nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}
    .nav li {
        float: left;
    }
    .navbar-nav {
        float: right;
        width: 100%;
        margin: 0;
    }
    .home {
        width: 50%;
        background: #2266B9;
    }
    .about {
        width: 50%;
        background: #2E8DFF;
    }
    .services {
        width: 50%;
        background: #2E8DFF;
    }
    .gallery {
        width: 50%;
        background: #2266B9;
    }
    .contact {
    background: #0b0c23;
    clear: right;
    width: 50%;
    }

    .navbar-default .navbar-collapse .navbar-default .navbar-form {
        border-color: #e7e7e7;
        overflow: hidden;
        padding: 5px;
    }
    .nav a {
        font-size: 18px;
        text-align: center;
    }
    .navbar-nav i {
        font-size: 16px;
    }
}
