body {
  margin: 0;

}

.topnav {
  overflow: hidden;
  background-color: hsla(240, 1%, 40%, 0.5);
}

.topnav a {
  float: left;
  color: #2b95a6;
  text-align: center;
  padding: 0.2vw 0.5vw;
  text-decoration: none;
  font-size: 1.5vw;
  background-color: #656568;
  margin-left:1%;
  border-radius: 25px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #007acc;
  color: white;
}
.topnavFlags {
  overflow: hidden;
}

.topnavFlags a {
  float: right;
  text-align: center;
  padding: 0.2vw 0.5vw;
  text-decoration: none;
  font-size: 1.2vw;
}

.topnavFlags a:hover {
  background-color: #ddd;
}

.topnavFlags a.active {
  color: white;
}

.homebodyContainer{
  
  background-image: url('img/BG12.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.loginBodyContainer{
  
  background-image: url('img/loginBG.jpg');
  background-repeat: no-repeat;
  background-size: 100% 99.99%;
}
.connectBodyContainer{
  
  background-image: url('img/BG11.jpg');
  background-repeat: no-repeat;
  background-size: 100% ;
}

 b {
  font-family: Arial, Helvetica, sans-serif;
 }

.hometable{
  margin-left: 3vw;
  padding-top: 3vw;
  width: 94%;
  height: 90%;

}
.tableLogin{
  margin: auto;
  margin-top:10%;
  width: 50%;
  height: 40%;
  background-color: lightgray;
	border-radius: 50px 20px;
	padding: 5%;
	box-shadow: 5px 5px darkgray;
	table-layout: fixed ;
}
.tableLogin th{
  text-align: center;
  color: #2b95a6;
	font-size: 2.5vw
}
.tableLogin td{
  text-align: center;
  font-size: 1.5vw;
	padding:5px;
}
.tableLogin input[type=text], input[type=password]{
	width: 70%;
	font-size: 1.5vw;
}
.tableLogin input[type=submit] {
  background-color: white; 
  color: black; 
  border: 2px solid #2b95a6;
  width: 250px;
  height: 50px;
  font-size: 1.5vw;
}

.tableLogin input[type=submit]:hover {
  background-color: #2b95a6;
  color: white;
	font-size: 1.7vw;
	cursor: pointer;
}

.hometopContainer{
  background-color: hsla(240, 1%, 40%, 0.5) ;
  text-align: center;
  font-size: 1.3VW;
  color: white;
	padding:25px;
}
.photocontainer{
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 0.5vw;
  background-color: hsla(240, 1%, 40%, 0.5);
  margin-left: 2vw;

}
.photocontainer :hover{
  color: white;
  text-shadow: 10px 10px 10px lightgray;
}
.textImageCentered{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 3vw;
}
.imageSize{
width: 19vw;
height: 12vw;
}

.imageSize2{
width: 6vw;
height: 6vw;
}
.photocontainer2{
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 0.5vw;
  padding-bottom: 5vw;
  margin-left: 5.5vw;
  margin-top: 3vw;
}
.photocontainer3{
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
  padding: 0.5vw;
  padding-bottom: 2vw;
  margin-left: 4vw;
  margin-top: 3vw;
}
.imageSize3{
width: 25vw;
height: 15vw;
}
.photocontainer4{
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
  padding-bottom: 2vw;
  margin-top: 3vw;
}
.imageSize4{
width: 40vw;
height: 25vw;
}

.leftContainer {
    text-align: center;
    font-size: 1.5VW;
    color: white;
}

.rightConainer {
    text-align: center;
    font-size: 1.5VW;
    color: white;
}
.bodyContainerOther{
  
  background-image: url('img/BG1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.contact_me_table{
	text-align: center;
	width: 40vw;
	margin: auto;
	margin-top:5%;
	background-color: hsla(240, 1%, 40%, 0.5);
	padding:3%;
	table-layout: auto ;

}
.contact_me_table td {
	text-align: left;

}
.contact_me_table input[type=text], input[type=email] {
  width: 100%;
  padding: 5px ;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.contact_me_table input[type=submit] {
  background-color:  #2b95a6;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
	font-size:18px
}
.contact_me_table input[type=submit]:hover {
  background-color: #ddd;
  color: black;
}
.contact_me_table textarea {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.contact_me_bottum_block{
	text-align: center;
	width: 40vw;
	margin: auto;
	margin-top:5%;
	background-color: hsla(240, 1%, 40%, 0.8);
	padding:3%;
}
.tec_body{
  background-image: url('img/tec.jpg');
  background-repeat: no-repeat;
  background-size: cover ;
}
.tec_container{
  text-align: center;
  font-size: 1.3VW;
  color: white;
}
.tec-table{
text-align: center;
  font-size: 1.3VW;
  color: white;
  padding: 25px;
  margin: auto;
}
.photosTechnologyPageContainer{
background-color: hsla(240, 1%, 40%, 0.7);
}
.web_body{
  background-image: url('img/web.jpg');
  background-repeat: no-repeat;
  background-size: cover ;
}
.web_container{
  text-align: center;
  font-size: 1.3VW;
  color: white;
}
.web_table{
text-align: center;
  font-size: 1.3VW;
  color: white;
  padding: 25px;
  margin: auto;
	border-spacing: 10px;
}
.web_top_block{
background-color: hsla(240, 1%, 40%, 0.7);
padding: 35px;
}
.apps_body{
  background-image: url('img/appsBG.jpg');
  background-repeat: no-repeat;
  background-size: cover ;
}
.apps_container{
  text-align: center;
  font-size: 1.3VW;
  color: white;
}
.apps_table{
text-align: center;
  font-size: 1.3VW;
  color: white;
  padding: 25px;
  margin: auto;
	border-spacing: 10px;
}
.apps_top_block{
background-color: hsla(240, 1%, 40%, 0.7);
padding: 35px;
}
.apps_bottom_block{
background-color: hsla(240, 1%, 40%, 0.7);

}
.langsDropdown{
float: right;
margin-right:1vw;
background-color: #656568;
color: #2b95a6;
border-radius: 25px;
padding: 5px;
font-size: 1.1vw;
}
.langsDropdown:hover{
  background-color: #ddd;
  color: black;
  cursor: pointer;
}
.ip_body{
  background-image: url('img/BG12.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.iptable{
	width: 80%;
    height: 60%;
    background-color: hsla(240, 1%, 40%, 0.7);
    border-spacing: 1vw;
    table-layout: fixed;
    margin: auto;
    margin-top: 5%;
}
.iptable th{
color: #2b95a6;
background-color: #656568;
	font-size:2vw;
}
.iptable td{
color: white;
background-color: #939395;
text-align:center;
	font-size:1.5vw;
}
.test {
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
.myDiv{
	text-align: center;
	width: 40vw;
	margin: auto;
	margin-top:5%;
	background-color: lightblue;
	padding:3%;
	
	
}

/* popup send mail*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 15%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
	text-align: center;
  padding: 2px 16px;
  background-color: lightblue;
  color: #2b95a6;
}

.modal-body {
	text-align: center;
	padding: 2px 16px;
}

.modal-footer {
	text-align: center;
  padding: 2px 16px;
  background-color: lightblue;
  color: #2b95a6;
}









