body {
	padding-top: 56px;
	font-family: 'Muli', sans-serif;
}

h1 {
	font-size: 32px;
	border-bottom: 3px solid red;
}

@media screen and (max-width: 1024px) {
      h1 {
            font-size: 28px;
      }
      h2 {
            font-size: 24px;
      }
}

h2 {
	border-bottom: 3px solid red;
}

a, a:hover {
	color: red;
}

.nav-item {
	margin-left: 20px;
}

.logo-bg {
	height: 270px;
	background-image: url("../images/banner_background.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #464646;
}

.nav-link {
	opacity: 0.6;
	transition: 0.5s;
	margin-bottom: 3px;
}

.nav-link:hover {
	opacity: 1;
	border-bottom: 3px solid red;
	margin-bottom: 0px;
}

.card-icon {
	float:right;
	opacity: 0.3;
}

@media screen and (max-width: 1024px) {
	.card-header {
		font-size: 75%;
	}
	.side {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.small {
		font-size: 10px;
	}
}

blockquote {
	display: block;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;
	padding: 1.5em 0 0.5em;
	margin: 1.5em 0;
	position: relative;
	color: #aaa;
}
blockquote:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 3rem;
	height: 2rem;
	font: 6em/1.08em 'PT Sans', sans-serif;
	color: #666;
	text-align: center;
}
