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

header {float:left;}

body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif; font-weight: bold;}
body {font-size:16px;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}

.logo {
	width:100%;
	margin-bottom: 10px;
	border: 10px solid #00C1D5;
	border-radius: 25px;
}


/* a.w3-hover-white:hover {
	border-left: 6px solid gray;
} */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 88px;
	/* line-height: 1;*/
}

.w3-blue,.w3-hover-blue:hover {
	background-color:#0032a0 !important;}
.w3-text-blue {color:#0032a0 !important;}