/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#0182F0;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#636363;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
	
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    max-height: 700px;
    padding-top: 125px;
    text-align: center;
    background: #004B6F;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-heading {
    background-color: #62BAE8;
	padding: 10px;
}

.expertise-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.about-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #F5F5F5;
}

.services-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.services-section h4 {
  color: #014771;
  font-family: 'Noto Sans',sans-serif;
  font-size: 15px;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
}

.current-project-section {
  background: url('../img/bg02.jpg') no-repeat center center fixed;
  height: auto;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.current-project-section h1 {
  color: #fff;

  text-shadow: 0 2px 0 #222;
  font-weight: 800;
}

.current-project-section h2 {
  color: #fff;

  text-shadow: 0 2px 0 #222;
  font-weight: 800;
}

.current-project-section p {
  color: #F9EA00;
  text-shadow: 0 1px 0 #222;
  font-weight: 500;
  text-align: center;
}

.testimonial-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.testimonial-section h4 {
  color: #014771;
  font-family: 'Noto Sans',sans-serif;
  font-size: 25px;
  text-align: inherit;
  font-weight: 600;
  letter-spacing: 1px;
  font-weight: 800;
}

.clients-section {
    height: auto;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: auto;
    padding-top: 100px;
    text-align: none;
    background: #001B28;
	color: #FFF;
}

.contact-section a {
	color: #FFF;
}

.quote-section {
  background: url('../img/help-bg.jpg') no-repeat center center fixed;
  height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.quote-section h1 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 0 #222;
  font-weight: 700;
  letter-spacing: 1px;
}
.quote-section p {
  color: #F9EA00;
  font-size: 13px;
  text-transform: none;
  text-shadow: 0 2px 0 #222;
  font-weight: 700;
  padding-top: 10px;
  
}

.footer-section {
  color: #aaa;
  font-size: 12px;
  height: auto;
  letter-spacing: 1px;
  background-color: #141414;
}

.footer-section h4 {

  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: justify;
}

.footer-section a {
  color: #aaa;
  font-size: 11px;
}

.footer-section a:hover {
  color: #D9D9D9;
  font-size: 11px;
}
/* /.footer section */

.copyright-section {
  color: #fff;
  height: auto;
  line-height: 25px;
  padding-top: 10px;
  background-color: #000;
}

.copyright-section p {
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
}

.copyright-section a {
  color: #aaa;
  font-weight: 600;
}

.copyright-section a:hover {
  color: #EEC;
  font-weight: 600;
}

.copyright-section h2, h3, h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}	
/* /.footer section */
