/* Whole Site */

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
		width: 90%;
	    margin: 0 auto;
	}
}
@media (min-width: 1200px) {
 	.container {
		max-width: 1140px;
		width: 90%;
	    margin: 0 auto;
	}
}

strong {
	font-weight: bolder;
}

#sp-component {
	padding-left: 0;
	padding-right: 0;
}
.row {
	margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.center-text p {
	padding-left: 3rem;
	padding-right: 3rem;
}
nav ul li.active {
	background-color: transparent;
}
nav ul a:hover {
	background-color: transparent;
}
nav ul li {
    float: unset;
}

#sp-page-builder .sppb-row {
    margin: 0 0.5em;
}

/* Header */

nav {
	color: unset;
	background-color: unset;
	width: unset;
	height: unset;
}

/* Header */
#sp-top-bar {
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 9999;
	height: 36px;
	line-height: 36px;
	padding-right: 0;
	padding-left: 0;
	transition: all 0.5s ease;
}
#sp-topbar {
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 9999;
	height: 36px;
	line-height: 36px;
	padding-right: 0;
	padding-left: 0;
}
#top-bar {
	position: fixed;
	top: 0;
    left: 0;
	width: 100%;
	z-index: 9999;
	height: 36px;
	line-height: 36px;
	padding-right: 0;
	padding-left: 0;
	transition: all 0.5s ease;
}
#sp-header {
	position: fixed;
	top: 36px;
	width: 100%;
	z-index: 9999;
	transition: background-color 0.5s ease;
	transition-delay: 0.25s;
}

@media only screen and (min-width: 601px) {
	nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
		height: unset;
		line-height: unset;
	}
}


/* Footer */
.footer-title > * {
    margin-bottom: 0 !important;
}
.footer-social {
    text-align: left;
}
.footer-social div {
    display: inline-block;
}
.footer-social:after {
    content: '';
    width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}
.footer-social img {
  max-width: 30px;
  margin: 0 0.25em;
}

/* Blog */
.tags {
    margin: 2rem 0 2rem 0;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
    margin: 0 auto;
}


