body {
  background-color: #444;
}

header h1 {
  
  font-weight: 200;
  text-align: center;
}

.text {
  color: #fff;
}

#imagecon {
  width: 800px;
  height: 600px;
  margin: 30px auto 45px auto;
  background-color: #666;
  border: 1px solid black;
}

#controls {
  width: 800px;
  text-align: center;
}

#controls p{
  float: left;
  margin-right: 15px;
}

.row, .col {
  margin:0 !important;
}

.box {
  width: 198px;
  height: 150px;
  border: 1px solid black;
  
}

.col-box {
  width: 25px;
  height: 35px;
  float: left;
  border: 1px solid black;
  cursor: pointer;
}

#c1 {
  background-color: #000;
}

#c2 {
  background-color: #444;
}

#c3 {
  background-color: #666;
}

#c4 {
  background-color: #888;
}

#c5 {
  background-color: #aaa;
}

#c6 {
  background-color: #ccc;
}

#c7 {
  background-color: #fff;
}

.modal {
  padding: 0 !important;
  width: 850px;
  height: 650px;
}

.btn {
  width: 176px;
}

footer{
  margin-top: 50px;
  text-align: center;
}