body {
    min-width: 320px;
    background: #e9ecef url(../img/bg.png);
}
.container {
    background-color: #fff;
}
.bg-primary, .text-bg-primary {
    background-color: #7678ed !important;
}
.btn-primary {
    background-color: #7678ed;
    border-color: #7678ed;
}
.btn-outline-primary {
	color: #7678ed;
    border-color: #7678ed;
}
.btn-outline-primary:hover {
    background-color: #7678ed;
    border-color: #7678ed;
}
h1, h2, h3, h4, h5, .text-primary {
    color: #7678ed !important;
}
.navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #fff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    text-decoration: underline;
}
.form-control, .form-check-input {
    border-color: #7678ed;
}
.breadcrumb {
    padding-left: .25rem;
    margin-bottom: .25rem;
}
.pagination .page-link {
    color: #7678ed;
}
.pagination .active > .page-link {
    color: #fff;
    background-color: #7678ed;
    border-color: #8283ec;
}
.mod-header {
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	background-color: #7678ed;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
}
.list-group-item.active {
    color: #000;
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
	height: auto;
}
.cattitle {
	color: #7678ed;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1rem;
	text-decoration: none;
}
.cattitle:hover {
	text-decoration: underline;
}
.card-link {
	color: #7678ed;
}
.resume {
	width: 60px;
	height: 16px;
	border-top: 2px solid #7678ed;
}
.blockquote {
	border-left: 2px solid #7678ed;
	padding-left: 15px;
}
footer .nav-link {
    color: #fff;
    padding: .25rem 0;
}
footer .nav-link:hover,
footer .nav-link:focus {
    color: #ced4da;
}
footer .nav-link.active {
    color: #ced4da;
	text-decoration: underline;
}
#main-content .com-finder .awesomplete {
	width: 70%;
}
#main-content .post-body img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1400px) {
  #main-content .post-body, #main-content .bottom-body, #home .home-body {
    font-size: 1.1rem;
  }
}
/** ButtonUp **/
.btn-up {
    position: fixed;
    background-color: #7678ed;
	/* background-color: #28a7e9; */
    right: 20px;
    bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.btn-up::before {
    content: "";
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 12px;
    top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-up_hide {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #8283ec;
    }
}