/*own styles*/
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
/*centered menu*/
@media (min-width:768px) {
	#navbar-primary .navbar-nav {
	  width: 100%;
	  text-align: center;
	}
	#navbar-primary .navbar-nav > li {
	  display: inline-block;
	  float: none;
	}
	#navbar-primary .navbar-nav > li > a {
	  padding: 10px 15px;
	  /*font-weight: 600;*/
	}

}

a.reduced-logo {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

a.reduced-logo > img{
	height: 40px!important;
}


	
/*end*/
body {
    overflow-x: hidden;
}

.text-muted {
    color: #777
}

.text-primary {
    color: #fed136
}

p {
    font-size: 14px;
    line-height: 1.75
}

p.large {
    font-size: 16px
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0
}

a {
    color: #fed136
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503
}


.img-centered {
    margin: 0 auto
}

@media (min-width:768px) {
    .navbar-default {
        background-color: transparent;
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
        border: 0
    }
    .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 {
        background-color: #203b63;
        padding: 10px 0;

    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em
    }
    .navbar-shrink  .navbar-nav > li > a {
    	color: #FFF;
    }
}

header {
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}

#home {
    /*background-image: url(../img/video/ny.jpg);*/
}
video {
    margin-top: -385px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}
.video { position:relative; }
.video video {
    position:relative;
    z-index:0;
}
.overlay {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#home_about {
    background-image: url(../img/head_about.jpg);
    min-height: 100vh;
}
#home_services {
    background-image: url(../img/head_services.jpg);
    min-height: 100vh;
}
#home_expertise {
    background-image: url(../img/head_expertise.jpg);
    min-height: 100vh;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px
}

header .intro-text .intro-heading {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px
}

@media (min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px
    }
    header .intro-text .intro-lead-in {
        font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: italic;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px
    }
    header .intro-text .intro-heading {
        font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 75px;
        line-height: 75px;
        margin-bottom: 50px
    }
}



@media (min-width:768px) {
    /*section {
        padding: 150px 0
    }*/
}


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

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

img::selection {
    background: 0 0
}

img::-moz-selection {
    background: 0 0
}

body {
    webkit-tap-highlight-color: #fed136
}