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

@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;
    }
}


.files-section {
    min-height: 60%;
    padding-top: 50px;
    text-align: center;
    background: #eee;
}

.files-section a {
    font-size: 18px;
}

.list-group {
    padding-top: 20px;
}

.about-section {
    min-height: 60%;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.about-section p {
    font-size: 18px;
}

.institutions-section {
    min-height: 90%;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.copyright-section {
    min-height: 10%;
    padding-top: 50px;
    text-align: center;
    background: #eee;
}