@font-face {
    font-family: Trebuchet;
    src: url(../include/trebuchet.ttf);
}
h1 {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
h2 {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
h3 {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
h4 {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
h5 {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
p {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
a {
    font-family: Trebuchet, 'Comic Sans MS', cursive;
}
li.listElement:hover{
    cursor: pointer;
    color: #ffcd39;
}
li.listHeader{
    color: #ffcd39;
}
thead.tableHeader{
    background: #1e052e;
    color: lightyellow;
}
div.ALPheader{
    background: #1e052e;
    color: lightyellow;
}
div.answerALP{
    height: 175px;
}
div.pieChart{
    height: 375px;
}
div.columnChart{
    height: 300px;
}
div.questionBg{
	height: 50vh;
	background-color: #fffff0;
}
body.bgBlue{
	background-color: #92ACC7;
}
button.questionSelected{
	color: #000;
    background-color: #fffff0;
    border-color: green;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
button.questionUnselected{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
button.questionPreselected{
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}