/*utilities*/
.pad-top {
	padding-top: 15px;
}
.pad-bottom {
	padding-bottom: 15px;
}
.pad-right {
	padding-right: 15px;
}
.pad-left {
	padding-left: 15px;
}
.push-top {
	margin-top: 15px;
}
.push-bottom {
	margin-bottom: 15px;
}
.push-right {
	margin-right: 15px;
}
.push-left {
	margin-left: 15px;
}
.set-relative {
	position: relative;
}
/*style rules*/
body {
	/*font-family: 'Comfortaa', cursive;
	color: #3c3c3c;*/
	background: rgb(252,183,198);
	background: -webkit-linear-gradient(bottom, rgba(252,183,198,1) 0%, rgba(189,139,219,1) 35%, rgba(109,82,245,1) 100%);
	background: -o-linear-gradient(bottom, rgba(252,183,198,1) 0%, rgba(189,139,219,1) 35%, rgba(109,82,245,1) 100%);
	background: linear-gradient(to top, rgba(252,183,198,1) 0%, rgba(189,139,219,1) 35%, rgba(109,82,245,1) 100%);

}
.logo-container img {
	border-radius: 100%;
	width: auto;
	height: 150px;
}
.question-container .card-header {
	background-color: rgba(132, 132, 132, 0.35);
}
.thumb-container img {
	border-radius: 20%;
	width: auto;
	height: 130px;
}
.char-thumb-2 {
	max-height: 180px
}
a.card-header {
	text-decoration: none;
	color: #000000;
}
h1.section-title {
	text-shadow: 2px 2px #483890;
}
h5 img {
	border-radius: 20%;
	width: auto;
	height: 50px;
}
.nav {
	margin-bottom: -16px;
}
a.nav-link {
	color: #ffffff;
	font-weight: bold;
}
a.nav-link.active {
	font-weight: normal;
}

.char-thumb-container img {
	width: auto;
	height: 80px;
}
.thumb-container span {
	color: #ffffff;
	font-size: 45px;
}
.user-name-container {
	color: #ffffff;
	font-size: 24px;
}
.question-container {
	padding: 25px;
	background-color: #ffffff;
	color: #000000;
}
.question-label {
	font-size: 30px;
	font-style: italic;
}
.char-thumb-3 {
	display: none;
}
/*media queries*/
@media only screen and (max-width: 768px) {
    .card-body .media img {
    	display: none;
    }
    .char-thumb-3 {
    	display: block;
    	max-height: 150px;
    }
}
