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: 14pt;
}

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

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

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

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

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

.navbar-default {
    border: 0px;
    background:rgba(0, 0, 0, 0.7);
    text-align: center;
}

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


.navbar-item.active {
    color: #F00;
    border-color: #ffdf3f;
    background-color: #F00;
}


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

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

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

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

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-collapse {
    border: 0px;
}

.image-list-items {
    list-style: none;
    padding-left: 15px;
}

.image-list-item {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.image-list-items .image-list-item__landscape a img {
    max-width: 300px;
}

.image-list-items .image-list-item__portrait a img {
    max-width: 140px;
}

@media (min-width:768px) { 
    .navbar-default .nav li a {
        font-size: 6pt;
    }
}

@media (min-width:1200px) { 

    .navbar-default {
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .nav li a {
        font-size: 12pt;
    }
}

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

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-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 .myintro {
    background:rgba(255, 255, 255, 0.4); 
    padding-top:10px; 
    padding-bottom:10px; 
    border-radius: 25px;
    color:#111; 
    opacity:.9;
}

@media(min-width:768px) {

    header .myintro {
        width: 500px;
    }
}

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

section {
    margin-top: 5px;
    margin-bottom: 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;
}

/* --------------------- FOOTER --------------------------- */

footer {
    padding: 25px 0;
    text-align: center;
    background-color: #DDD;
}

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

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

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

img::selection {
    background: 0 0;
}

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


/* --------------------- TABLES --------------------------- */

.table {
    border: 1px solid black;
    text-align: center;
    border-color: black;
}

.table tr {
    border: 1px solid black;
}

.table td {
    border: 1px solid black;
}

.table th {
    border: 1px solid black;
}

@media(min-width:768px) {
    .table {
        width: 500px;
    }
}

.time {
    width: 120px;
    font-weight: 700;   
}

.bold {
    font-weight: 700;
}

/* --------------------- Buttons --------------------------- */

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn {
    padding: 0px 5px 0px 3px;
}

.collapse {
	padding-left:30pt;
	font-size:medium; 
}

.collapsing {
	padding-left:30pt;
	font-size:medium; 
}


