body {
	background-color: #FAF3E8;
	font-family: Merriweather;
}

img {
	max-width: 100%;
}

a {
	color: #000;
}

.btn-primary {
	background-color: #FAF3E8;
	border-radius: 8px;
	border: 2px solid #000;
	padding: 8px 12px 8px 12px;
	color: #000;
}

.btn-primary:active, .btn-primary:hover {
	background-color: #000 !important;
	border: 2px solid #000 !important;
	color: #FAF3E8 !important;
}

.container-fluid {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.divider {
	max-width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.faded {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed !important;
}

.icon svg {
	width: 32px;
	height: 32px;
}

.inline {
	display: inline-block;
}

.t-c {
    text-align: center !important;
}

.mt-100 {
	margin-top: 100px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-10 {
	margin-left: 10px;
}

.center-all {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (min-width: 1024px) {

}

@media (max-width: 1023px) {
	.author-space {
		margin-top: 0px;
	}
	
	.mt-40 {
		margin-top: 40px;
	}
}

@media (max-width: 480px) {
	.container-fluid {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.divider {
		max-width: 250px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.w-100 {
		width: 100%;
	}
	
	h2 {
		margin-top: 40px;
	}
}