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

html, body, h1, h2, h3, h4, p {
	font-family: Arial, "sans-serif";
	font-size: 16px;
	color: #ffffff;
}

body {
	height: 100vh;
	background: url(images/bg.jpg) no-repeat;
	background-size: cover;
}

h1 {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-style: italic;
	font-size: 28px;
	font-weight: 100;
}

h3 {
	margin-top: -10px;
	padding-top: 0px;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

a, a:link, a:visited, a.order, .order:link, .order:visited {
	color: #23f27 !important;
}
a:hover, .order:hover { color: #fffffff !important; }

.button {
  background-color: #b1c222; /* Green */
  border: none;
  color: #365826;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button:hover {
	background-color: #365826; /* Green */
	color: white;
}

.gng-rect {
  width: 700px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.welcome, .title, .message, .networks {
	display: block;
	width: 100%;
	float: left;
}

.welcome { margin-bottom: 40px; }

.title { 
	display: block; 
	width: 55%; 
	float: left;
	text-align: right;
	padding: 0px;
	padding-top: 20px;
}

.message { text-align: center;  margin-top: 40px; }

.logo { 
	display: block; 
	width: 42%; 
	float: left; 
	text-align: left;
	padding-left:0px;
}
.logo img { width: 450px; height: auto; }

.network-container { width: 800px; margin-left: auto; margin-right: auto; text-align: center; }

.icon {
	display: inline;
	margin: 4px;
}

.icon img {
	height: 40px;
	width: auto;
}

.suppliers { padding-left: 0px !important; }
.suppliers img { padding: 10px !important; }

@media only screen and (max-width: 768px) {
	.gng-rect {
	  width: 560px;
	}
	p, h3 { font-size: 16px !important; }
	
	
	.network-container { width: 95%; text-align: center; }
	.icon img { height: 32px; }
}

@media only screen and (max-width: 420px) {
	.gng-rect {  width: 90%; }
	
	.welcome, .title, .message, .networks { width: 95%;}
	
}
