@media(min-width: 768px) {
	.container  {
		max-width: 1080px !important;
	}
}

#carousel-01 {
	background: url('../imgs/carousel-01.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; 
    background-color: #800000;
}


#carousel-02 {
	background: url('../imgs/carousel-01.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    background-color: #800000;
}

.marketing {
	width: 100% !important;
}

.nav-bar-index {
	background-color: #820d0d;
}

.nav-bar-index a {
	color: white !important;
}

.nav-bar-dropdowns a {
	color: black !important;
}

#nav-bar-logo {
	width: 2em;
	height: 100%;
}

#welcome-logo {
	width: 10em;
	height: 100%;
	padding-bottom: 20px;
}

#welcome-text {
	font-size: 7em;
	font-family: 'Agency FB';
	font-weight: 100em;
	padding-bottom: 0;
}

.article-pics-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
}

.article-info {
	width: 100%;
	display: flex !important;
	flex-direction: column !important;
	align-items: left;
	justify-content: center !important;
}

.article-title {
	text-align: start !important; 
	font-weight: bold !important;
}

.article-date {
	font-family: Bebas Neue;
	font-size: 1.25em;
	font-weight: 300;
	font-style: italic;
}



@media only screen and (max-width: 768px) {
    .article-title {
    	font-size: 1.5em;
    }

    .article-date {
    	font-size: 1em;
    }
}

.article-pics {
	height: 100%;
	width: 100%;
}

.btn-index {
	margin-top: 10px;
	background-color: #820d0d !important;
	color: white !important;
}

	.btn-index:hover {
		background-color: #fff !important;
		border-color: #800000 !important;
		color: #800000 !important;
	}
