@charset "UTF-8";
/* CSS Document */
/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron {
	position: center center;
    margin-bottom: 50px;
    background-image: url(../../images/jumbotron2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 55% 35%; 
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}

.jumbotron2 {
	position: center center;
    margin-bottom: 50px;
    background-image: url(../../images/jumbotron2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 55% 35%; 
    color: white;
    text-shadow: black 0.3em 0.3em 0.3em;
}

.wu-headline {
    font-family: 'Rock Salt', cursive;
}

.wu-bodytxt {
    /*font-family: 'Rock Salt', cursive;*/
    font-family: 'Raleway', sans-serif;
}
/*
h2 {
	font-family: 'Rock Salt', cursive;
}*/

a.navbar-brand:link {
	color:#53CB5B;
}


.wu-pad-top {
	padding-top:30px;
}


.btn-toolbar-centered {
  text-align: center;
  margin:auto;
}

.btn-toolbar-centered .btn-group {
  float: none !important;
}



/*Pagination*/
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}

/*.menu-section {
	text-decoration-line: overline underline line-through;
	text-decoration-thickness: 5px;
	
}*/


