html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
    overflow-x: hidden;
    font-family: Helvetica, Arial, sans-serif;
    webkit-tap-highlight-color: #fed136;
    font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: 700;
}

p {
  text-align: justify;
  text-justify: inter-word;
  padding-right:10px;
}

/* -------------------------------------------------- */

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-dark-gray {
    background-color: #DDD;
}

/* -------------------------------------------------- */

.navbar {
    border: 0px;
    background:rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 10px;
    margin-top:5px; 
    padding-bottom:0px;
    padding-top:5px;
    font-size:large; 
	text-transform: lowercase;
}
/*
.collapse {
	%font-size:large; 
	text-transform: lowercase;
}

.collapsing {
	font-size:large; 
	text-transform: lowercase;
}*/


.container {
	max-width:1100px;
}

.navbar-nav  li {
    padding-left: 1em;
}


/* -------------------------------------------------------- */

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

header .intro {
    background:rgba(255, 255, 255, 0.4); 
    padding-top:10px; 
    padding-bottom:10px; 
    border-radius: 25px;
    color:#000; 
    opacity:.99;
}

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

header .intro-lead-in {
    font-size: 22px;
    line-height: 22px;
}

header .intro-heading {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    header .intro-lead-in {
        font-size: 40px;
        line-height: 40px;
    }

    header .intro-heading {
        font-size: 75px;
        line-height: 75px;
    }
    
    header .intro {
        width: 600px;
    }
}



/* ------------------- SECTION ---------------------------- */

section {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
    
}

@media(min-width:768px) {
    section {
        padding: 10px 0;
        padding-left: 10px;
        border-radius: 10px;
    }
}

/* ---------------------- TEAM ---------------------------- */

.team-member {
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}



