@charset "utf-8";
/* CSS Document */
html, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
body { 
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	min-width:320px;
    text-align: center;
	padding: 10px;
	}
/* CSS Reset Finished */

p.textp1  {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #1a43ca;
	text-align: center;
	line-height: 160%;
}

p.textp2  {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #1a43ca;
	text-align: center;
	line-height: 160%;
}

p.textp3  {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #333333;
	text-align: center;
	line-height: 160%;
}


.main_intro a:link {
    color: #1a43ca;
    text-decoration:  none;
}

.main_intro a:visited {
    color: #1a43ca;
    text-decoration:  none;
}

.main_intro a:active {
    color: #1a43ca;
    text-decoration: none;
}

.main_intro a:hover {
    color: #333333;
    text-decoration: underline;
}


@media screen and (max-width: 480px) {

.logosize {
    width: 80%;
    height: auto;
    padding: 10px;
}

}