#jumbotron{
	background-image: url(https://rro1020.github.io/webcam-project/pics/dressingroom-background.png);
	width: 100% 100%;
}

#header{
	width: 1100;
	padding: 0 0 40%;
	margin-left: 5px; 
	margin-right: 5px;
} 

body {
	background-color: #440b00;
	padding: 10px;
}

p {
	color: #f39714;
	background-color: #963c08; 
	font-size: 20px;
}

table{
	background-color: #963c08; 
	padding: 10px;
}

h1 {
	color: white; 
	font-family: sans-serif;
}

.demo-title {
  position: absolute;
  width: 100%;
  background: #440b00;
  z-index: 2;
  padding: .7em 0;
}

.demo-title p {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-size: 20px;
}

.demo-frame {
  background: url(frame.png) no-repeat;
  width: 854px;
  height: 658px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -329px 0 0 -429px;
  padding: 95px 20px 45px 34px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.demo-container {
  width: 100%;
  height: 530px;
  position: relative;
  background: #f39714;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


