@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #000000;
	font-size: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #ffffff;
	line-height: normal;
	overflow-y: scroll;
	background-image: url(bg_vnc2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main_ct {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 600px;
	height: auto;
	min-height: 600px;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 20px;
}

#logo {
	width: 100%; 
	height: auto;
}

#ang_box {
	display: inline-block;
	width: 100%;
	padding: 20px;
	max-width: 400px;
	text-align: left;
	font-size: 28px;
	letter-spacing: 1px;
	color: #333;
	font-weight: 600;
}

.list_ico {
	display: inline-block;
	height: 28px;
	width: auto;
	margin-bottom: -5px;
	margin-top: 20px;
	margin-right: -5px;
}


#contact_box {
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	padding-top: 60px;
}


h3 {
	color: #1C75BC;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #333333;
	margin-bottom: 6px;
	display: inline-block;
}

a:hover {
	color: #3AAA35;
}

#logo, #contact_box {
		padding-left: 20px;
		padding-right: 20px;
	}
	


/* Media Queries */



@media only screen and (max-width :700px)  {

	#wrapper {
		display: inherit;
		text-align: center;
	}
	
	
	#main_ct {
		padding-top: 20px;
		padding-bottom: 100px;
		text-align: center;
	}
	
	#ang_box {
		letter-spacing: 0;
		text-align: center;
		font-size: 21px;
		padding-top: 5px;
	}
	
	.list_ico {
		height: 24px;
		margin-right: -3px;
	}
	
	#contact_box {
		padding-top: 10px;
	}
	
	
}














