html,body {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}
body {
  background-color: rgb(148,181,213);
}
#main {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: rgb(235,235,235);
}
#header {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  flex: 0 1 auto;
  justify-content: space-between;
  align-items: center;
}
#footer {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  align-items: center;
  background-color: rgb(235,235,235);
}
#footer p {
  margin: 5px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(7,23,36);
}
#logo {
  width: 94%;
  max-width: 350px;
  max-height: auto;
  margin: 30px;
  padding: 0;
}
#logo img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-shadow: 10px 10px 5px rgb(7,23,36);
}
#menu {
	border: 0px solid black;
	padding: 0;
	margin: 0px 20px 5px 5px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: baseline;
	white-space: nowrap;
	font-family: Jost, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:17px;
	letter-spacing: 2px;
}
#menu a {
  color: rgb(7,23,36);
  margin: 5px 15px 5px 15px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
#menu a:hover {
  border-bottom: 3px solid rgb(7,23,36);
}
#menu div:target {
  background-color: rgb(235,235,235);
  color: rgb(7,23,36);
}
#menu .selected {
  color: rgb(61,126,191);
  pointer-events: none;
  cursor: default;  
}
#langSel a {
  margin: 3px;
}
#title {
	margin: 0;
	height: auto;
	min-height: 500px;
	max-height: 500px;
	display: flex;
	flex-flow: column nowrap;
    flex: 0 1 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	background-image: url("/img/networkbg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#title h1 {
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: rgb(235,235,235);
  margin: 0;
  padding: 0;
}
#title h2 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgb(235,235,235);
  margin: 0;
  padding: 0;
}
#catalog {
	width: 100%;
	height: auto;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	margin: 15px;
}
.service {
  border-left: 20px solid rgb(61,126,191);
  width: 500px;
  height: 210px;
  margin: 25px;
  padding: 0;
  background-image: linear-gradient(to top right, white, rgb(148,181,213));
  text-align: left;
}
.service h1 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: rgb(7,23,36);
  margin: 40px 15px 40px 15px;
}
.service h2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(7,23,36);
  margin: 15px;
}
.service a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
.service img {
  float: right;
  height: 180px;
  margin: 15px;
  opacity: 0.8;
}
#contentTitle {
	margin: 0;
	height: auto;
	display: flex;
	flex-flow: column nowrap;
    flex: 0 1 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url("/img/networkbg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#contentTitle h1 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: rgb(235,235,235);
  margin: 35px;
  padding: 0;
}
#contentContainer {
	flex: 1 1 auto;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}
#content {
	margin: auto;
	max-width: 1024px;
	padding: 10px;
}
#content p {
  font-family: Lato, sans-serif;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: rgb(7,23,36);
  margin: 0;
  padding: 5px 0 5px 0;
}
#content p a:link, #content p a:visited, #content p a:hover, #content p a:active {
  text-decoration: underline;
  color: rgb(61,126,191);
}
#content ul {
  font-family: Lato, sans-serif;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: rgb(7,23,36);
  margin: 0;
  padding: 5px 0 5px 20px;
}
#content h1 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  color: rgb(7,23,36);
  border-bottom: 2px solid rgb(61,126,191);
  margin: 25px 0 0 0;
  padding: 5px 0 5px 0;
  clear: both;
}
#content h2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: rgb(7,23,36);
  border-bottom: 2px solid rgb(61,126,191);
  margin: 25px 0 0 0;
  padding: 5px 0 5px 0;
  clear: both;
}
#content h3 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: rgb(7,23,36);
  margin: 0;
  padding: 5px 0 0 0;
}
#serviceLinks {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 1 auto;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1060px) {
	#header {
		justify-content: center;
	}
	#title {
		min-height: 300px;
	}
	#logo {
		margin: 10px;
	}
	#catalog {
		margin: 10px;
	}
	#content h1 {
	  margin: 10px 0 0 0;
	}
	#content p, #content ul {
	  text-align: left;
	}
}
@media only screen and (max-width: 550px) {
	#logo {
		max-width: 220px;
	}
	#menu {
	  font-size: 14px;
	  margin: 0px 15px 5px 5px;
	}
	#title {
		min-height: 160px;
	}
	#title h1 {
	  font-size: 60px;
	}
	#title h2 {
	  font-size: 23px;
	}
	.service {
		width: 450px;
		height: 120px;
		margin: 15px;
		border-left: 15px solid rgb(61,126,191);
	}
	.service h1 {
		margin: 5px;
		font-size: 25px;
	}
	.service h2 {
		margin: 5px;
		font-size: 15px;
	}
	.service img {
		height: 100px;
		margin: 10px;
	}
}
#ciaDiv {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 40%;
  border: 2px solid rgb(61,126,191);
  float: right;
}
#ciaImg {
  margin: 20px 25px 10px 0;
  width: 240px;
  float: left;
}
#more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0;
}
#more img {
  vertical-align: middle;
  height: 16px;
  width: auto;
  margin: 0 0 2px 0;
  padding: 0;
}
#more a:link, #more a:visited, #more a:hover, #more a:active {
  text-decoration: none;
  color: rgb(7,23,36);
  padding: 0;
  margin:0;
}
#IoT_heading {
  float: left;
  margin: 4px 35px 5px 0px;
  height: 210px;
}
#secImg {
  float: left;
  margin: 0px 10px 10px 0px;
  height: 80px;
}
#jdrImg {
  float: right;
  margin: 5px 0 5px 25px;
  height: 170px;
}
#oscpImg {
  margin: 15px 15px 15px 0;
  height: 40px;
}
#osceImg {
  margin: 15px 15px 15px 0;
  height: 40px;
}
#isssImg {
  height: 54px;
  margin: 15px 15px 15px 0;
}
#vwsbeoImg {
  height: 54px;
  margin: 15px;
}
#datacenterImg {
  float: right;
  width: 400px;
  margin: 5px 0 0 25px;
}
#hackerImg {
  float: right;
  height: 250px;
  margin: 5px 0 0 25px;
}
#cloudImg {
  float: right;
  height: 200px;
  margin: 5px 0 0 25px;
}
#vpnImg {
  float: left;
  height: 250px;
  margin: 0 25px 0 0;
}
#dbdiagramImg {
  float: right;
  width: 400px;
  margin: 5px 0 0 25px;
}
#iotImg {
  float: right;
  width: 120px;
  margin: 10px 0 10px 25px;
}
.serviceImg {
  float: none;
  width: 120px;
  margin: 25px 25px 0px 25px;
}
#technologies {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: left;
	flex-flow: column nowrap;
	margin-bottom: 2%;
}
.techImg {
  float: left;
  width: 80px;
  margin: 6px 25px 0 0;
  clear: both;
}
@media only screen and (max-width: 900px) {
	#datacenterImg {
	  float: none;
	  width: 80%;
	  height: auto;
	  margin: 20px 10% 20px 10%;
	}
}

@media only screen and (max-width: 550px) {
	#datacenterImg, #hackerImg, #cloudImg, #vpnImg {
	  float: none;
	  width: 100%;
	  height: auto;
	  margin: 0;
	}
	#ciaImg {
	  float: none;
	  width: 60%;
	  height: auto;
	  border: 0;
	  padding: 0;
	  margin: 20px 20% 20px 20%;
	}
	#IoT_heading {
		margin: 5px 0 15px 0;
		width: 100%;
		height: auto;
	}
	.techImg {
		width: 60px;
		margin: 6px 10px 0 0;
	}
}