/* WATCH OUT THIS USES SASS! */
/* #64b53b; #207dec; */
* {
  margin: 0;
  padding: 0;
  border: none; }

body {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px; }

#content-super {
  margin: 80px auto 0 auto;
  position: relative;
  width: 900px;
  margin-top: 70px;
  margin-bottom: 30px; }

#content {
  margin-top: 30px; }

h1 {
  font-family: 'Francis One', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

#logo-container {
  position: absolute;
  right: 0;
  top: 10px; }

#logo {
  position: relative;
  bottom: 80px;
  left: 15px; }

#footer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding: 5px 0;
  background-color: #cccccc;
  font-family: 'Francis One', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

.web_cont {
  border: 10px solid #cccccc;
  width: 417px;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  z-index: 5; }

.webcam {
  width: 100%;
  /* height: 312px; */
  position: relative;
  bottom: 10px; }

.web_up {
  margin-bottom: 20px; }

.web_left {
  margin-right: 20px; }

.blue {
  border-color: #207dec; }

.yellow {
  border-color: yellow; }

#commercial {
  font-family: 'Francis One', sans-serif;
  text-transform: uppercase;
  font-weight: bold; }

.commercial_img {
  width: 220px; 
  padding: 15px;
  }
