body {
    margin: 0;
}

/* Navbar */
.topnav {
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #337ab7;
}

.topnav p {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    font-size: 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    height: 100px;
    line-height: 100px;
    margin: 0px;
}

.topnav .logo {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
}

.navitem {
    width: 100px;
}

.navhover:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #285f8f;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width:600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

}

.panel-heading-no-padding {
    padding: 0px;
}

.img-portfolio-no-bottom {
    margin-bottom: 0px;
}

/* Carousel */
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
}

.badgepadding {
    padding-bottom: 20px;
}

@media(max-width:450px) {
    .topnav .logo {
        display: none;
    }
}
body {
    overflow-y: scroll; /* Show vertical scrollbar */
}
