@charset "utf-8";
/* CSS Document */


.title-2{
	color:#456582;
	font-size: 30px;
	width: 100%;	
}

.title-3{
	color:#456582;
	font-size: 30px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	margin: auto;
}



.textlink{
	display:block;
	color:#456582;
	font-size: 20px;
	width: 100%;
	margin-top: 30px;
	text-align: center;
	margin: auto;
	text-decoration: none;
	padding: 0px
}

.textlink:hover{
	cursor: pointer;
	opacity: 0.5;
}



/*_____________________Tablet__________________*/


@media all and (min-width:767px){
	

	.title-2{
		color:#456582;
		font-size: 30px;
		width: 100%;
	}
	
	.title-3{
		text-align: center;
	
	}


}

/*_____________________Desktop__________________*/


@media all and (min-width:1025px){
	
	
	.title-2{
		color:#456582;
		font-size: 30px;
		width: 100%;
	}

	
}





