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

.page-section {
	padding-top: 131px;
    background: #eee;	
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight:bold
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color:#fff;
	background: #ccc;
	border-radius:4px 4px 0 0
}

#logo-main {
	margin-left:auto;
	margin-right:auto
}

footer {
	background:#eee;
	text-align: center;
	font-size:smaller
}

img.drop-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	margin-right:10px;
	margin-left:10px
}

div.carousel-caption {
	color:#fff;
	text-shadow: 0 1px 3px rgba(0,0,0,1);
}

.carousel-indicators li  {
	border-color:#333
}

/* BBB Stuff */
a#bbblink {
    display: block;
    position: relative;
    text-align: center;
    color: #005A78;
    text-decoration: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
a#bbblink img {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    max-width: 200%;
}
a#bbblink.ruvtbum:hover img {
    margin-left: -60px;
}
a#bbblink.ruvtbum {
    width: 60px;
    height: 110px;
}
/* End BBB Stuff */

	img.logo-print {
		display:none;
		margin-left:auto;
		margin-right:auto
	}

@media print { 
    /* .navbar { */
        /* display: block; */
        /* border-width:0 !important; */
		/* margin-bottom:0; */
		/* height: 81px !important */
    /* } */
    /* .navbar-toggle { */
        /* display:none; */
    /* } */
	img.logo-print {
		display:block;
		margin-left:auto;
		margin-right:auto
	}
	.page-section {
		padding-top: 0
	}
	
	form {display:none}
	
	a#bbblink.ruvtbum,
		#pictures,
		#carousel{
		display:none
	}
}