/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
p {
}
.container {
    background-color: #fff;
    box-shadow: 0px 0px 70px #DDDDDD;

}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1 { 
	font-size: 28px;
	margin-top: 15px;
}
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }

h1.title {
	font-size: 28px;
	margin-bottom: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #333333;
	color: #466292;

}
a:hover, a:focus {
	color: #333333;
	color: #6B81A8;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

/*--------------------------------------------------------
						HEADER
--------------------------------------------------------*/
.schedule p {
    color: #5E9226;
    text-align: right;
    margin-top: 25px;
    margin-right: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
@media (max-width: 550px) {
	.logo-wrap, .nav-col {
		width: 100%;
	}
	.schedule p{
		text-align: left;
	}
}
/*----------------------------------Search Bar*/

/*--------------------------------------------------------
					Desktop Navigation
--------------------------------------------------------*/

#nav-wrap{
	margin-top: 20px;
}
.navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
/*.navbar-nav>li {
   padding-left: 20px;
}*/
.navbar-nav>li>a:hover, .nav>li>a:focus {
	background-color: transparent;
}
.navbar-nav>li>a:hover {
    color: #5E9226;
}
#navbar-custom {
    text-align: right;
    margin-top: -5px;
}
.navbar-nav {
 	float: right; 
 }
 #slider-wrap {
    margin-top: 10px;
}
#mobile-menu a {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
#mobile-menu>li>a:hover{
    color: #5E9226;
}
.search-btn {
    position: relative;
    padding-left: 5px;
    width: 30px;
    float: right;
    right: 6px;
}
.carousel-inner {
    position: relative;
    box-shadow: 0px 0px 5px #888888;
}
svg#burger {
    width: 45px;
    height: 45px;
    float: right;
}
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
.events h1, .vendors h1, .become-a-vendor h1 {
	margin-top: 20px;
}
.events h1 a{
	color: #466292;
	font-size:  28px;
	padding-top: 25px;
    font-weight: bold;
}
.vendors h1 a{
	color: #C19A35;
	font-size:  28px;
	padding-top: 25px;
    font-weight: bold;
}
.become-a-vendor h1 a{
	color: #5E9226;
	font-size:  28px;
	padding-top: 25px;
    font-weight: bold;
}
.events p, .vendors p, .become-a-vendor p {
	text-align: left;
    color: #333333;
    font-size: 18px;
    padding-top: 10px;
    width: 89%;
    margin: auto ;
}

.events h1 a:hover {
	text-decoration: none;
}
.vendors h1 a:hover {
	text-decoration: none;
}
.become-a-vendor h1 a:hover {
	text-decoration: none;
}
.featured-events {
    margin-top: 30px;
}
a.ev-title-link {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 15px;
}

.featured-events h1 {
    color: #B24759;
    font-size: 28px;
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}
h3.event-title {
    margin-top: 20px;
}
span.event-date {
    float: right;
    margin-top: -21px;
    font-size: 17.15px;
    color: #333333;
    font-weight: lighter;
}
p.event-blurb {
    margin-top: 10px;
}
/*----------------Slideshow----------*/
#slide-row{
	margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
    width: 16.09;
    font-size: 87px;
    color: #fff;
    text-align: center;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
	position: absolute;
	z-index: 100; 
	background-color: #002857;
	background : rgba(0, 0, 0, .6);
	padding: 10px 15px;
	left: initial;
	bottom: initial;
	right: 0px;
	top: 0px;
	width: 35%;
	text-align: left;
	text-shadow: none;
}
@media (min-width: 990px) and (max-width: 1199px) {
	.carousel-caption{
		
	}
}
@media (max-width: 990px){
	.carousel-caption{
		
	}
	#slide-row .col-md-12{
		
	}
}
.carousel-caption p:first-of-type{
	font-size: 28px;
	font-weight: 600;
	line-height: 33px;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFE519;
	display: block;
	color: #FFE519;
	margin-bottom: 10px;
}
.carousel-caption p:last-of-type{
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	color: white;
	margin-bottom: 10px;
}
.carousel-caption a{
	font-weight: 700;
	background-color: #FFE519;
	max-width: 215px;
	display: block;
	border-bottom: 5px solid #E0AB03;
	border-radius: 3px;
	padding: 13px 30px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px auto;
	color: #333;
}
.carousel-indicators {
	visibility: hidden;
}

.carousel-control.left {
    opacity: 10;
    height: 55px;
    width: 55px;
    border-radius: 0px 7.52px 7.52px 0px;
    background-color: #fff;
    color: #4F4F4F;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0.46;
    text-shadow: none;
}
@media (min-width: 100px) and (max-width: 768px) {
 	.carousel-control.left {
    height: 39px;
    width: 39px;
    font-size: 64px;
	}
}

.carousel-control.right {
    opacity: 10;
    height: 55px;
    width: 55px;
    border-radius: 7.52px 0px 0px 7.52px;
    background-color: #fff;
    color: #4F4F4F;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 0.46;
    text-shadow: none;
}
@media (min-width: 100px) and (max-width: 768px) {
 	.carousel-control.right {
    height: 39px;
    width: 39px;
    font-size: 64px;
	}
}

/*----------------End Slideshow------*/

/*---------- news_feed_pages function ----*/
div#news-button-container {
	margin: 10px 0px 0px 0px;
	text-align: right;
}
div#news-button-verbiage {
	margin-right: 10px;
	display: inline-block;
	color: #5DB2D7;
}
div#news-button-container:active{	
	margin: 9px 0px 0px -1px; /* keeps buttons from jumping around when pressed*/
}
div.news-button {
	display: inline-block;
	padding: 5px 10px;
	background-color: #5DB2D7;
	color: black;
	border: 1px solid black;
	border-radius:5px;
	margin: 0px;
}
div.nb-number:hover {
	opacity:0.7; /*buttons move toward backgound color when hovered over*/
	cursor: pointer;
}
div.nb-number:active {
	/* make buttons look like they are being pressed when clicked*/
	opacity:0.6;
	border-width:2px 0px 0px 2px; 
}
div.nb-selected {	
	/* style the selected button */
	opacity:0.5;
}
div#nb-ellipsis-left, div#nb-ellipsis-right {
	background-color: transparent;
	color: #5DB2D7;
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
/*---------- END: news_feed_pages ----*/

/*----------------------------------Primary-Content*/

/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/
#subpage {
	margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}
.page-content {
	margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 55px;
}
@media (min-width: 768px) and (max-width: 992px) {
 	.facebook-widget {
 		text-align: center;
 		margin-top: 60px;
 	}
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
 	.facebook-widget {
 		text-align: left;
 		margin-top: 60px;
  }
}
@media (min-width: 1200px) {
 	.facebook-widget {
 		text-align: left;
 		margin-top: 30px;
 	}
}
/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/
.inner-footer {
    min-height: 100px;
    background-color: #5E9226;
    color: #fff;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 55px;
}
#footer-row .inner-footer p {
    text-align: left;
    margin-left: 32px;
    padding-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
#footer-row .inner-footer p a {
    text-decoration: none;
    color: #fff;    
}
#footer-row {
    margin-bottom: -10px;
}
/*--------------------------------------------------------
	SVG Responsiveness
--------------------------------------------------------*/

/*-----------------------------------Footer Menu*/

/*-------------------------------End-Footer Menu*/

/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/