@charset "UTF-8";
@import url("../webfonts/October_Twilight/stylesheet.css");
/* CSS Document */
.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;
}

.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;
	width: 14em;
	text-align: center;
}
.nav.navbar-nav .active a:hover {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #5A081D;
	background-color: none;
	width: 14em;
	text-align: center;
}

.nav.navbar-nav li a {
    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;
}
h1 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
}

h3 {
		font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}
h3 a {
		font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}
h4 {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}
h5{
	font-family: muli;
	font-style: normal;
	font-weight: 300;
	color: #000000;
}

p {
	font-family: muli;
	font-style: normal;
	font-weight: 300;
}
.container .navbar-header .navbar-brand {
	font-family: "October Twilight";
	font-size: 36px;
	color: #FFFFFF;
}
.row .col-md-12 .btn.btn-success {
	background-color: #FF9999;
	border-style: none;
	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;
}
.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;
}

#photos {
    padding-top: 0px;	
}
