@charset "UTF-8";

body {
	background-color: #b542c1;
	background-image: url(../../img/bg.jpg);
}
h1 {
	font-family: 'Dosis', sans-serif;
	color: #d0de30;
}
h2 {
	color: #d0de30;
}
h3 {
	color: #d0de30;
	font-size: 15px;
}
h5 {
	color: #581858;
	font-size: 21px;
}
a {
	color: #D51EBE;
}
a:focus, a:hover {
    color: #e9b726;
    text-decoration: underline;
}
.center-text {
	text-align: center;	
}
.text-padding {
	padding-left: 30px;
	padding-right: 30px;
}
.container {
    color: white;
}
.blk-bg {
	background-color: #440f62;
}
.navbar-default {
	background-image: url(../../img/nav-bg.jpg);
	background-color: #8c20ca;
	font-size: 20px;
	font-family: 'Dosis', serif;
	border-top-color: none;
	border-right-color: none;
	border-left-color: none;
}
hr {
	border-top-color: #CF3;
	border-right-color: #CF3;
	border-bottom-color: #CF3;
	border-left-color: #CF3;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #b6de2a;
}
.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0px 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CF3;
	}
.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FF45E8;
	margin-top: 20px;
	margin-bottom: 12px;
}
.slide-type-green {
	font-family: 'Dosis', san serif;
	font-size: 42px;
	line-height: 45px;
	color: #C2FF8A;
}
.purple-type {
	font-family: 'Dosis', serif;
	color: #581858;
	font-size: 36px;
	line-height: 37px;
}
.slide-type-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
}
.orange {
	background-color: #f5a50b;
	padding-top:9px;
	padding-right:30px;
}
.white {
	background-color: #fff;
}
.party-text {
	padding: 9px;
	background-color: #de6f03;
}
.top-margin{
	margin-top: 30px;
}
#email_box {
	background-image: url(../../img/email-bg.jpg);
	height: auto;
	width: 100%;
	background-position: center;
	margin: auto;
	padding-top: 6px;
	background-color: #93C;
}
.email-type{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #460869;
	text-align: center;
	margin-bottom: -30px;
}
.costume-teaser {
	background-image: url(../../img/costume.gif);
	background-repeat: no-repeat;
	height: 340px;
	text-align: right;
	padding-left: 200px;
	padding-right: 53px;
}
.costume-header {
	font-size:48px;
}
.footer{
	margin-top: 20px;
	background-color: #440f62;
	text-align: center;
	color: #d4d4d4;
}
.photostrip1{
	background-image: url(../../img/photo-strip1.jpg);
}
.photostrip2{
	background-image: url(../../img/photo-strip2.jpg);
}
.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pull-left {
	padding-right: 6px;
}
#Carousel .item img{
  height: 100%;
  width: 100%;
}
.sponsor {
	text-align: center;
	padding-bottom: 12px;
	margin: auto;
}
.carousel-caption {
    text-align: right;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.image-center {
	margin: auto;
}
	
@media screen and (min-width: 768px){
.carousel-caption {
    right: 2%;
    left: 70%;
    padding-bottom: 40px;
	}
}
	
@media only screen and (max-width: 500px) {
    .carousel-caption {
        display: none;
    }
}
