/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family:'Open Sans', Tahoma, Helvetica, Sans-serif;
}

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

h1, h2, h3, h4 {
    font-weight: 700;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;   
    text-align: left; 
}

.navbar-default {
    background-color: #41b7d8; 
    border: none;
}

a.navbar-brand {
    font-size: 27px;
    color: #F8F8FF;
    padding: 15px;
}

.navbar-default .navbar-brand {
    color: #F8F8FF;
}

.navbar-nav li {
    background-color: #41b7d8;
/*    font-size: 13px;
*/    }

.navbar-nav > li > a {
    color: #F8F8FF;
}

/*.navbar-default .navbar-nav > li#home > a {
    font-size: 24px;
    text-align: left;
}*/

.navbar-default .navbar-nav > li > a {
    color: #F8F8FF;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #e6e6e6;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #3aa4c2;
    color: #e6e6e6;
}

.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.collapse.in {
    display: inline-block;
}    

#site-heading #ifac img,
#site-heading #aacc img {
    margin: auto;
}

#site-heading h1 {
    font-size: 28px;
}

#site-heading img {
    padding: 20px 0;
}

#aacc img {
    padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #e9e9e9;
}

#plen-arcak, #plen-astolfi, #plen-burns, #plen-fahroo,
#plen-cortes, #plen-dixon, #plen-fossen, #plen-xia {
    padding-top: 3.5em;
}

ul.fancy-list {
    padding-left: 0;
    padding: 1em;
}

.fancy-list li {
    padding-bottom: .5em;
    text-align: center;
    font-size: 20px;
}

hr {
    margin-top:2em;
}

@media(min-width: 820px) {
    .navbar {
        padding: 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 {
        min-height: 100%;
        padding-top: 70px;
        text-align: center;
        background: #fff;
    }

    .registration-section {
        padding-top: 4em;
        text-align: center;
        background: #fff;        
    }

    .committee-section {
        min-height: 100%;
        padding-top: 4em;
        text-align: center;
        background: #fff;
    }

    .speakers-section {
        padding-top: 4em;
        text-align: center;
        background: #fff;        
    }

    .submissions-section {
        min-height: 100%;
        padding-top: 4em;
        text-align: center;
        background: #fff;
    }

    .submissions-section p.copyright {
        text-align: center;
    }

    .program-section {
/*        min-height: 100%;
*/        padding-top: 4em;
        text-align: center;
        background: #fff;
    }

    .submissions-section p {
        text-align: left;
    }

    .travel-section {
        min-height: 100%;
        padding-top: 4em;
        text-align: center;
        background: #fff;
    }

    .contact-section {
        min-height: 100%;
        padding-top: 4em;
        text-align: center;
        background: #fff;
    }

    .container {
        padding-bottom: 4em;
        border-bottom: 0.08em solid #e5e5e5;
    }

    .travel-section .container  {
        border-bottom: none;
        padding-bottom: 0
    }

    section h3 {
        margin-bottom: 1em;
        padding-top: .25em;
        font-size: 28px;
    }

    .travel-section h4 {
        margin-top: 0;
    }

    .navbar-default {
        margin: auto;
    }

    .text-heavy {
        text-align: left; 
    }

    ul li {
        list-style-type: none;
        text-align: left;
        font-size: 16px;
    }

    ul li a {
        color: #1F4395;
    }

    .committee-section p {
        text-align: center;
        padding-right: 3em;
        padding-left: 3em;
    }

    a.nolcos-button {
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 20px;
        background-color: #e0e0e0;
    }

    p#paper-instruction {
        margin-top: 1em;
    }

    .bottom-bumper {
        margin-bottom: 3em;
    }

 @media(min-width:767px) {

    h1 {
        font-size: 32px
    }

    p {
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 2.0rem;
    }

    p a {
        text-decoration: underline;
    }

    th {
        text-align: center;
    }

    .dl-horizontal dt {
        clear: left;
        float: left;
        margin-right: 1.5em;
        overflow: hidden;
        padding-right: 0;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
        font-size: 18px;
    }

    .dl-horizontal dd {
        text-align: left;
        font-size: 18px;
    }

    a.navbar-brand {
        font-size: 27px;
        font-weight: 700;
    }

    .navbar-nav {
        margin: 0;
    }

    ul.navbar-nav {
        float: right;
        margin-right: 2em;
    }

    .navbar-nav > li > a {
        padding-right: 20px;
        padding-left: 20px; 
        font-size: 14px;           
    }

    #ifac {
        display: inline !important;
    }

    #site-heading {
        padding: 10px 0;
    }

    .page-scroll .collapse, .page-scroll .navbar-collapse,
    .page-scroll .navbar-ex1-collapse {
        padding: 0;
    }

    .page-scroll .collapse li, .page-scroll .navbar-collapse li,
    .page-scroll .navbar-ex1-collapse li {
        padding: 0;
    }

    #home-banner {
        margin-bottom: 2em;
    }

}

@media(min-width: 768px) {
    ul.navbar-nav {
        float: right;
        margin-right: 2em;
    }
}

 @media(min-width: 960px) {

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 90%;
    }

    a.navbar-brand {
        margin-top: .35em;
    }

 }


