
.navbar-inverse {
	color: #eeeeee;
    background-color: #00aa00;
    border-color: #009900;
}

.navbar-inverse .navbar-brand {
    color: #eeeeee;
}

.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
}

/*
*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #eeeeee;
    background-color: #025502;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #00aa00;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #00aa00;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #025502;
    outline: 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #eeeeee;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #027A07;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
    /*! color: #fff; */
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #036f09cc;
}

#map {
	height: 400px;
	width: 100%;
}

.carousel-caption{
	text-shadow: 3px 3px 4px rgba(0,0,0,.7);
}

.thumbnails {
	align-items: center;
}

body {
	padding-top: 60px;
    /* background: linear-gradient(to bottom, rgba(164, 222, 6, 0.05), rgba(133, 222, 6, 0.2), #eee),url("../images/rainbow.jpg") no-repeat center center fixed; */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), #eee, #eee),url("../images/rainbow.jpg") no-repeat center center fixed;
    background-size: auto auto, auto auto;
    overflow-x: hidden;
    /* background: url("../images/bg.jpg") no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*
#presidents_table {
    background: #eeeeee;
    width: 100%;
    border-collapse: collapse;
}

#presidents_table thead{
    border-bottom: 1px solid #333333;
}
*/

.featurette img, .featurette well {
    margin-top: 0;
}

.featurette-heading {
    margin-top: 0;
}

.side-column > .featurette img {
    margin: 6px 0;
}

.side-column > .featurette {
    border-radius: 5px;
    border-left: 2px solid #00aa00cc;
    padding: 20px;
    background-color: #00ff6622; /* #fefefe; */
}

.side-column > .featurette-divider {
    margin: 20px 0;
    border: none;
}

.side-column > .featurette > .featurette-heading {
    margin-top: 0;
    font-size: 30px;
}

.side-column > .featurette > .lead {
    font-size: 16px;
}

.featurette-image { margin-bottom: 20px; }

address {
	margin-bottom: 40px;
	font-style: normal;
	line-height: 1.42857143;
	border: 16px blue dashed;
	padding: 40px;
	border-radius: 6px;
	box-shadow: 2px 2px 11px;
	transform: rotate(-2deg);
}

.envelope address{ 
    margin-top: 40px;
    margin-bottom: 20px; 
    text-align: right; 
}

/*
.sparkler {
    background: url("../images/sparkler.jpg") no-repeat center center; 
}
*/

.carousel-caption {
    text-shadow: 3px 3px 4px rgba(0,0,0,1);
}

abbr { 
    color: maroon;
    font-weight: normal;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.jumbotron {
    background-color: #eaf8e5;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.01) rotate(.3deg); box-shadow: #333333 0 5px 5px; }

#swipebox-title {
	font-size: x-large;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 40%;
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img {
  border-radius: 5px 5px 0 0;
}

.cardcontainer {
  padding: 2px 16px;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

#carusel-invite {
	margin-top: 60px;
	margin-bottom: 60px;
	height: auto;
	background-color: white;
}

.carousel-inner {
	padding: 2em; 6em;
}

.big-top-margin {
	margin-top: 5em;
}

* {
	font-size: 16px;
}
