@import url(https://fonts.googleapis.com/css?family=Signika);

body {
    font-family: 'Signika', helvetica, arial, sans-serif;
    
}


#BackLogo{
	background-image:url('../images/logo.png');
	background-repeat: no-repeat;

	background-position: center;
	height:200px;
	width:auto;
}

#main {
    background-color: #FFFFFF;
    min-height:100vh;
    margin-left:180px;
}

.content{
	padding-right:20px;
}


.button{
	background-color: #0288d1;
	color: rgba(255,255,255,.9);
	height: 60px;
}

.full button{
    width: 100%;
}

.huge{
	font-size:5rem;
}

.BackButton{
	background-color: #ef6c00 !important;
	width: 100%;

}

.keyboard button{
	width:60px;
	height:10vh;
	margin:5px;
	font-size: 2rem;
}

.keyboard09{

}

.keyboard09 button{
	width: 32%;
	height:10vh;
	margin:5px;
	font-size: 2rem;
}

.keyboard09 button i{
	font-size: 4rem;
	position: relative;
	margin-left:-20px;
}

.question{
	margin-top:15px;
	margin-bottom:15px;
	font-size: 1.2rem;
	font-weight:600;
}

input, select, textarea{
	font-size: 1.5rem !important;
}

.list .item h1, .list .item h2 {
	font-size: 1.5rem !important;
}
.list .item {
   font-size: 1.3rem !important;
}

