@charset "UTF-8";
@import url("../webfonts/October_Twilight/stylesheet.css");
/* CSS Document */

.container {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
    background-color: #B01F3E;
    color: white;
    font-size: 14px;
    padding: 16px 32px;
    border: medium;
    border-radius: 7px;
    font-family: muli;
    text-align: center;
    text-transform: uppercase;	
}
.navbar-default {
	background-color: #b01f3d; /* For browsers that do not support gradients */
    background: linear-gradient(to right, #b01f3d, #5a071d);
}

.container-fluid .navbar-header .navbar-brand {
    font-family: "buttercup sample";
    color: #FFFFFF;
    font-size: 44px;
    margin-right: 1em;
    margin-left: 1em;
    width: 100%;
}
.navbar .navbar-collapse {
  text-align: center;
}

.container-fluid .navbar-header .navbar-brand a:active {
	font-family: "October Twilight";
	color: #FFFFFF;
	font-size: 36px;
	margin-right: 1em;
	margin-left: 1em;
	background-color: none;
	width: 100%;
}

.container-fluid .navbar-header .navbar-brand a:active {
	font-family: "October Twilight";
	color: #FFFFFF;
	font-size: 36px;
	margin-right: 1em;
	margin-left: 1em;
	background-color: none;
}
.nav.navbar-nav .active a {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	background-color: none;
	width: 100%;
	text-align: center;
	
}
.nav.navbar-nav .active a:hover {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #002060;
	background-color: none;
	width: 100%;
	text-align: center;
}
.nav.navbar-nav .active a:hover {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #002060;
	background-color: none;
	width: 100%;
	text-align: center;
}
.nav.navbar-nav li a {
    color: #FFFFFF;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-align: center;
    background-color: none;
	
}

.nav.navbar-nav li a:active {
    color: #FFFFFF;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding-right: 3em;
    background-color: none;
}

.nav.navbar-nav li a:hover {
    color: #5A071D;
    font-family: muli;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    text-align: center;
    background-color: none;
    float: right;
}


h1 {
    font-family: "buttercup sample";
    font-style: normal;
    font-weight: 300;
     padding-bottom: 18px;
}

.text-center {
    font-family: "buttercup sample";
    text-transform: lowercase;
    padding-bottom: 17px;
    clear: undefined;
}


h4 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}
p {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
}
.well .row .col-md-4 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
}
.row .col-md-12 .btn.btn-success {
	background-color: #FF9999;
	border-style: none;
	font-family: muli;
	font-style: normal;
	font-weight: 300;
}
.fa  {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}
.container-fluid .navbar-header .navbar-toggle.collapse {
}

#photos {
	/* Prevent vertical gaps */
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 0px;
	-moz-column-count: 3;
	-moz-column-gap: 0px;
	column-count: 3;
	column-gap: 0px;
	padding-top: 14px;
	background-color:#B6B6B6;
}

#photos img {
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #999999;
	padding-bottom: 0px;
}
