@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

body {
    padding: 10px 0;
}

#initiallyHidden {
    display: none;
}

.navbar-default {
    font-family: 'Open Sans', sans-serif;
}

.carousel.slide img {
    /*width:100%;
    height: 100%;
    height:auto;*/
}
/* Declare heights because of positioning of img element */
.carousel .item {
    text-align: center;
    float: left;
    width:100%;
    height: 100%;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: relative;
    margin: 0 auto;
    min-width: 0;
    height: auto;
    /*min-width: 100%;*/
    /*height: 320px;*/
}
.carousel-inner {
    /*width:100%;
    height: 100%;*/
    /*max-height: inherit;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    -ms-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;*/
}

.carousel-caption {
    background-color: rgba(0,0,0,0.3);
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















