body {
	font-size: 17px;
}


h1,
h2,
h3,
h4,
.callaction {
	font-family: 'Rubik', sans-serif;
	text-align: center;
}

h1 {
	color: #cb2530;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 0;
}

a {
	color: #cb2530;
	font-weight: bold;
}

a:hover {
	color: #b70001;

}

.application a {
	color: #cb2530;
}

.right-col {
	text-align: right;
}

.awards {
	padding: .5rem 0;
	background-color: #84d7f5;
}

.award {
	padding: .5rem 0;
	background-color: #f0fbff;
}

.judge {
	margin: 0 auto;
}

.topbar {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
}

.bluebar {
	background-color: #2688b5;
	color: #fff;
}

#whole-body {
	background: #fff;
}

.headbg {
	background-color: #000;
	background-image: url("../images/headbg.png");
	background-size: contain;
}

.bodybg {
	background-image: url("../images/bodybg.png");
	background-size: contain;
}

.map {
	height: 350px;
	width: 100%;
}

.annual {
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	font-size: 22px;
	font-weight: 500;
}

.gal-border {
	border: 2px solid #aaa;
}

.about ul {
	list-style: none;
}

.callaction {
	background-color: #000;
	height: 310px;
	background-image: url("../images/callaction.jpg");
	color: #fff;
}

.calltext {
	padding-top: 50px;
	font-size: 48px;
	font-weight: bold;
}

.callsubtext {
	font-size: 30px;
}

.callbtn {
	padding-bottom: 50px;
}

.btn-danger:hover {
	background-color: #cb2530;
}

.copyright,
.copyright a {
	text-align: center;
	background: #195570;
	color: #fff;
}

.btm-nav-item {
	display: inline-block;
	padding: 0px 8px;

}

.btm-nav-link {
	color: #b70001;
	font-size: 18px;
	font-weight: bold;
}

.btm-nav-link:hover {
	color: #cb2530;
}

/**NAVBAR**/

.navbar {
	/* navbar styles */
	background: #cb2530;
	padding: 0 1rem;
}

.nav-link {
	/* top level link */
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 1px 1px 3px #000;
}

.nav-link:hover {
	color: #fbef89;
	/* top level link hover */
}

.dropdown-menu {
	/* dropdown menu styles */
	background: #FFF;
}

.dropdown-item {
	/* dropdown link */
	color: #000;
}

.dropdown-item:hover {
	/* dropdown link hover */
	color: #FFF;
	background: #00F;
}

.navbar-toggler {
	/* styles the mobile nav button border */
	border-color: #000;
	border-radius: 8px;
}

.navbar-toggler-icon {
	/* sets color of the mobile nav button lines, only edit the "stroke='rgb(0,0,0)'" value */
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* mobile nav styles */
@media (max-width: 767px) {
	.navbar {
		/* navbar styles */
		padding: .25rem 1rem;
	}

	.nav-link {
		/* top level link */
		text-align: left;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.dropdown-menu {
		/* dropdown menu styles */
		padding-top: 0;
		padding-bottom: 0;
		background: none;
		border: none;
	}

	.dropdown-item {
		/* dropdown link */
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 18px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}
}


/*DIVIDERS*/

.nav-link {
	position: relative;
}

/*lines*/
/*
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:0;
	top:5px;
	bottom:5px;
	background:#000;
	width:1px;
}
*/

/*dots
.nav-link:before {
	display:block;
	content:"";
	position:absolute;
	right:4px;
	top:50%;
	margin-top:-4px;
	background:#000;
	width:8px;
	height:8px;
	border-radius:8px;
}

.nav-item:last-child .nav-link:before {
	display:none;
}
*/
/*END DIVIDERS*/


/**END NAVBAR**/


/************************/
/**SIZE SPECIFIC STYLES**/
/************************/

/**COMBINATIONS**/

/**SM & DOWN*/
@media (max-width: 767px) {
	.calltext {
		font-size: 30px;
	}

	.callsubtext {
		font-size: 24px;
	}
}

/**MD & DOWN*/
@media (max-width: 991px) {}

/**LG & DOWN**/
@media (max-width: 1199px) {}

/**MD & UP*/
@media (min-width: 768px) {
	.judge {
		float: left;
		padding-right: 15px;
	}
}

/**LG & UP**/
@media (min-width: 992px) {}

/**INDIVIDUAL SIZES**/

/**XS**/
@media (max-width: 575px) {}

/**SM**/
@media (min-width: 576px) and (max-width: 767px) {}

/**MD**/
@media (min-width: 768px) and (max-width: 991px) {}

/**LG**/
@media (min-width: 992px) and (max-width: 1199px) {}

/**XLG**/
@media (min-width: 1200px) {}