    /*!
 * 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%;
}

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

.anim * {
    -webkit-transition: all 0.25s ease ;
    -o-transition: all 0.25s ease ;
    -moz-transition: all 0.25s ease ;
    -ms-transition: all 0.25s ease ;
    -kthtml-transition: all 0.25s ease ;
    transition: all 0.25s ease ;
}

.section {
    min-height: 70%;
    padding-top: 50px;
    text-align: left;
    background: #FFFFFF;
    border-top: 1px solid #DDD;
}

.intro-section {
    padding-top: 80px;
    min-height: 10%;
}

.contact-section {
    min-height: 20%;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #555;
    color: #999;
    min-height: 2em;
}

.footer-section a {
    color: #AAA;
    text-decoration: underline;
}

@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;
    }
    
    #headerimg {
        margin-top: -1em;
        width: 3em;
        height: 3em;
        border-radius: 3em;
    }

    .section {
	padding-top: 50px;
    }
    .intro-section {
	padding-top: 150px;
    }
}

.quick-icon {
    font-size: 2em;
}

.jumbo-icon {
    font-size: 4em;
    padding: 5px;
    vertical-align: top;
}

a.nounder,a.nounder:link,a.nounder:hover,a.nounder:visited,a.nounder:active {
    text-decoration: none;
}
