@charset "utf-8";
/* CSS Document */
.w3-xxjumbo{
	font-size:90px;
	word-wrap: break-word;
}

.w3-xjumbo{
	font-size:64px;
	word-wrap: break-word;
}

.w3-fs-5{
	font-size:48px;
	word-wrap: break-word;
}

.w3-fs-4{
	font-size:32px;
	word-wrap: break-word;
}

.w3-fs-3{
	font-size:24px;
	word-wrap: break-word;
}

.w3-fs-2{
	font-size:18px;
	word-wrap: break-word;
}

.text-right-c{
	text-align:right;
}

.text-left-c{
	text-align:left;
}

@media screen and (max-width: 690px) {
	.w3-xjumbo{
		font-size:32px;
	}
	
	.w3-xxjumbo{
		font-size:48px;
	}
	.w3-fs-5{
		font-size:36px;
	}
	
	.w3-fs-4{
		font-size:24px;
	}
	
	.w3-fs-3{
		font-size:18px;
	}
	
	.w3-fs-2{
		font-size:14px;
	}
	
	.text-right-c{
		text-align:center;
	}
	
	.text-left-c{
		text-align:center;
	}
	
	h1{
        font-size:30px;
    }
	
	h2{
        font-size:28px;
    }
}

.pointer {
    cursor: pointer;
}

.loader-size {
	font-size:20px;
}

.center-loading {
	width:20px; 
	height:20px; 
	margin:10px auto;
	text-align:center;
}

.zoom-img {
	background-color:transparent;
	border-radius: 5px;
	cursor:zoom-in;
}

.zoom-img:hover {
	-ms-transform: scale(2); /* IE 9 */
	-webkit-transform: scale(2); /* Safari 3-8 */
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
