.image_padded {
	padding-top: 50px;
}

body {
	background-color:white;
	background-size: 100% auto;
	overflow-y: scroll;
}

#imgLogo{
	display:none;
}

.peopleImage {
    display: block;
    max-width:200px;
    max-height:200px;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
  body {
    background-color:white;
	/*background-image:url('image-gallery/standard2010.png'); */
	background-size: 100% auto;
  }
  .container {
	max-width:90%;
  }
  .peopleContainer {
	width: 600px;
	margin: 10px 0;
	float: left;
  }

  .photoContainer {
	height: 200px;
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
  }
  
  #imgLogo {
	max-width:100%;
	max-height:100%;
	display:block;
  }
  
  #menu {
	display: none;
  }
  
}

.articleBackground {
	color: black;
	background-color: white;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.containerhelper {
	background-color:white;
	padding-top:20px;
}

.containerPanel {
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.containerBody {
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

.headerImage {
	color:black;
	background-color:white;
}

.thumbnailnew {
		
}

.thumbnailnew:hover {
	background-color: lightgrey;
	
}

.footer {
	min-height: 60px;
	background-color: white;
}

#ImgViewer {
	float:right;
	margin:0 5px 0 0;
	max-width:40%;
}

#hardwarePic {
	float:left;
	margin:0 5px 0 0;
	max-width:40%;
}

.ImgOpenRobot {
	float:left;
	margin:0 5px 0 0;
}

.carousel-control.controlChange {
	width: 0%;
	color: #FD0826;
}

.maxVideo {
	width:80%;
	height:80%;
}

.gi-2x{font-size: .1em;}
.gi-3x{font-size: .2em;}
.gi-4x{font-size: .5em;}
.gi-5x{font-size: 1em;}