﻿.title1 {
		font-family: Tahoma;
		font-size: medium;
		font-weight: bold;
		color: #008000;
		font-size: 23px;		
		padding-left: 20px;
	}
	.title2 {
		font-family: 'Roboto', sans-serif !important;
		font-size: medium;
		font-weight: bold;
		font-size: 16px;
		padding-left: 20px;
	}
	.page__background, .page__content {
		background-color: white;		
	}
	.card {
		box-shadow: 5px 5px 5px grey;
		border-radius: 8px;
		margin: 15px;
		padding: 2px;
	}
	.course {
		font-family: Aharoni;
		color: black;
		padding:20px;
	}


	element {
	}

	.profile-pic1 {
		width: 200px;
		background-color: white;
		margin: 20px auto 10px;
		border: 0px solid #999;
		border-radius: 0px;
	}
	h1, h2, h3, h4, h5, h6 {
		color: black;
		letter-spacing: 0px;
		font-weight: 700;
		margin: 0px;
	}
	.profile-pic {
				width: 200px;
				background-color: #fff;
				margin: 20px auto 10px;
				border: 1px solid #999;
				border-radius: 4px;
			}

				.profile-pic > img {
					display: block;
					max-width: 100%;
				}

			ons-list-item {
				color: #444;
			}
.card {   
    padding: 0px;    
}
.tabbar__content {    
    bottom: 0px;   
}
.tabbar{
	height: 0px;
}
.carousel-item {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.color-tag {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

.dots {
	text-align: center;
	font-size: 25px;
    color: #180404;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

	.dots > span {
		cursor: pointer;
	}
h2 {
	font-size: 28px;
	color: #0b8a37;
	margin-bottom: 20px;
	line-height: 40px;
}
.dialog{
	height: 135px;
}
:checked + .tabbar__button {
    color: #EAFFFF;
    background-color: #85B322;
    box-shadow: none;
    border-top: none;
}
