body{
	font-family: 'Nunito', sans-serif;
	color: #000000;
	background: #0094DA;
}

a {
	color: #000000;
	text-decoration: none; 
}

h1 {
	font-size: 1.750em;
	letter-spacing: -1.5px;
}

h2 {
	font-size: 1.5em;
}

.btn{
	background: #FAF3BC url('img/texture.png') no-repeat right top;
	padding: 15px 30px;
	margin: 40px 0px;
	border-radius: 25px;
	text-transform: uppercase;

}

.btn:hover{
	background-color: #4CC4A7;
}

ul.nav{
	margin: 60px 0 0 0;
	padding-left:10px;
	list-style: none;
	float: right;
}

ul.nav li{
	float: left;
	margin-right: 20px;
}



#intro{
	margin: 0px 0 75px 0;
}

#new-cupcakes img{
	border: 8px solid #FAF3BC;
	margin: 0 0 20px 0;
}

#featured-cupcake img{
	border: 8px solid #FAF3BC;
}



#copyright{
	border-top: 8px solid #2A0400;
	padding: 10px 0px;
	margin: 15px 0px;
	text-align: center;
}

#profile_pic{
	border-radius: 25px;
	margin-top: 80px
}

#navbar{
	margin-top: 25px;
}

.border{
	border: 8px solid #FAF3BC;
}

}
#other_family{
	float: right;
}

div.families.p{
	display: block;
}

div.grid_11.p.text_right{
	float: right;
}

#fh5co-main {
	padding-top: 5em;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -20px;
	margin-left: -20px;
}
@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
@
media (min-width: 768px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: -20px;
	}
}
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron, .container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container {
		width: 760px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 980px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1180px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}
.container-fluid:after {
	clear: both;
}item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-moz-transition: -moz-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next, .carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

.js .animate-box {
	opacity: 0;
}

.js .to-animate {
	opacity: 0;
}

#fh5co-offcanvass {
	position: fixed;
	z-index: 88;
	top: 0;
	right: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateX(320px);
	-moz-transform: translateX(320px);
	-ms-transform: translateX(320px);
	-o-transform: translateX(320px);
	transform: translateX(320px);
	bottom: 0;
	width: 300px;
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
#fh5co-offcanvass .fh5co-lead {
	font-size: 12px;
	letter-spacing: 2px;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#fh5co-offcanvass ul {
	padding: 0;
	margin: 0 0 30px 0;
}
#fh5co-offcanvass ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#fh5co-offcanvass ul li a {
	display: block;
	padding: 7px 4px;
	border-bottom: 1px solid #eaeaea;
	font-size: 18px;
	color: #444;
}
#fh5co-offcanvass ul li a:hover, #fh5co-offcanvass ul li a:focus, #fh5co-offcanvass ul li a:active {
	outline: none;
	text-decoration: none;
	color: #EF5353;
}
#fh5co-offcanvass ul li.active a {
	color: #EF5353 !important;
}
#fh5co-offcanvass.fh5co-awake {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#fh5co-offcanvass .fh5co-offcanvass-close {
	position: absolute;
	right: 20px;
	top: 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
	font-family: "Montserrat", arial, sans-serif;
	z-index: 99;
	float: left;
	color: #444;
}
#fh5co-offcanvass .fh5co-offcanvass-close i {
	font-size: 20px;
	margin-top: 3px;
	float: right;
	margin-left: 10px;
	color: red;
}
#fh5co-offcanvass .fh5co-offcanvass-close:hover, #fh5co-offcanvass .fh5co-offcanvass-close:focus, #fh5co-offcanvass .fh5co-offcanvass-close:active {
	outline: none;
	text-decoration: none;
}
#fh5co-offcanvass .fh5co-logo {
	display: block;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0;
	margin: 40px 0 0 0;
}
#fh5co-offcanvass .fh5co-logo a {
	color: #000;
	padding: 0;
	margin: 0;
}

.fh5co-menu-btn {
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: right;
	margin-top: 16px;
	font-family: "Montserrat", arial, sans-serif;
	color: #444;
}
.fh5co-menu-btn i {
	font-size: 20px;
	margin-top: 3px;
	float: right;
	margin-left: 10px;
}
.fh5co-menu-btn:hover, .fh5co-menu-btn:focus, .fh5co-menu-btn:active {
	outline: none;
	text-decoration: none;
	color: #777777;
}

#fh5co-header {
	float: left;
	width: 100%;
	position: relative;
	padding-top: 4em;
	padding-bottom: 4em;
}
@media screen and (max-width: 480px) {
	#fh5co-header {
		padding-top: 2em;
		padding-bottom: 2em;
	}
}
#fh5co-header .navbar-header {
	float: none;
}
#fh5co-header > .navbar {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 0;
	background: #fff;
	box-shadow: none;
	background: transparent;
	font-size: 13px;
	border: transparent;
}
@media screen and (max-width: 480px) {
	#fh5co-header > .navbar {
		padding-left: 0px;
		padding-right: 0px;
	}
}
#fh5co-header > .navbar li a {
	text-transform: uppercase;
	color: #000;
	font-weight: normal;
	font-family: "Montserrat", arial, sans-serif;
}
#fh5co-header > .navbar li a > span .border {
	display: block;
	height: 3px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
#fh5co-header > .navbar li a > span .border:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #EF5353;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#fh5co-header > .navbar li a:hover, #fh5co-header > .navbar li a:focus {
	outline: none;
}
#fh5co-header > .navbar li a:hover > span, #fh5co-header > .navbar li a:focus > span {
	outline: none;
}
#fh5co-header > .navbar li a:hover > span .border:before, #fh5co-header > .navbar li a:focus > span .border:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#fh5co-header > .navbar li.active a {
	background: transparent;
}
#fh5co-header > .navbar li.active a > span .border {
	background: #EF5353;
}
#fh5co-header .navbar-brand {
	text-align: center;
	font-weight: bold;
	display: block;
	float: none !important;
	width: 200px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: "Montserrat", arial, sans-serif;
	color: #000;
}
#fh5co-header .navbar-brand:hover {
	color: #404040;
}
@media screen and (max-width: 480px) {
	#fh5co-header .navbar-brand {
		float: left !important;
		margin: inherit;
		text-align: left;
		padding-left: 0;
		margin-left: 0;
	}
}

#fh5co-hero, .fh5co-bg-section {
	color: #fff;
	background-color: #e9e9e9;
	background-size: cover;
	background-position: center center;
	margin-top: 0px;
	z-index: 10;
	position: relative;
}
#fh5co-hero .fh5co-overlay, .fh5co-bg-section .fh5co-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 1;
	z-index: 11;
}

#fh5co-hero, .fh5co-hero-wrap, .fh5co-bg-section {
	height: 700px;
}
@media screen and (max-width: 768px) {
	#fh5co-hero, .fh5co-hero-wrap, .fh5co-bg-section {
		height: inherit;
		padding: 3em 0;
	}
}

#fh5co-hero .fh5co-hero-wrap, .fh5co-bg-section .fh5co-hero-wrap {
	display: table;
	width: 100%;
	z-index: 12;
	position: relative;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro {
	display: table-cell;
	vertical-align: middle;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-sub-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-sub-lead {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead, .fh5co-bg-section .fh5co-hero-wrap .fh5co-hero-intro .fh5co-lead {
	margin-bottom: 30px;
}

.fh5co-bg-section, .fh5co-hero-wrap {
	height: 400px;
}
@media screen and (max-width: 768px) {
	.fh5co-bg-section, .fh5co-hero-wrap {
		height: inherit;
		padding: 3em 0;
	}
}

.fh5co-bg-section .fh5co-overlay {
	background: #000;
	opacity: .7;
}
.fh5co-bg-section .author {
	font-size: 20px;
	margin-bottom: 0;
}

#fh5co-main {
	padding-top: 5em;
}

#fh5co-board .item {
	margin: 10px 10px 20px 10px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#fh5co-board .item a {
	display: block;
}
#fh5co-board .item .fh5co-desc {
	padding: 20px;
	float: left;
	line-height: 24px;
}
#fh5co-board .item .fh5co-item-title {
	font-family: "Montserrat", arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#fh5co-board .item img {
	max-width: 100%;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#fh5co-board .item .fh5co-board-img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
}
#fh5co-board .item .image-popup:hover img {
	opacity: .5;
}
