﻿.content .breadcrumb {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}
.home aside {
  float: right;
  width: 100%;
  font-size: 30px;
}
.home aside .container {
  /*padding-left: 20px;*/
  margin-top: 30px;
}
.home aside .container .pre {
  color: #ffffff;
}
.home aside .container .middle {
  color: #eeeeee;
}
.home aside .container .post {
  color: #dddddd;
}
.home .video {
  float: left;
  height: 400px;
  width: 60%;
  -webkit-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
}
.home .video iframe {
  width: 100%;
  height: 100%;
}
.home .logo {
  margin-bottom: 120px;
}
.team img {
  -webkit-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  width: 200px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  padding: 2px;
  background-color: white;
}
.team table {
  margin: 30px;
}
.team table td {
  padding-top: 10px;
}
.team table td:first-child {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
.team table tr:first-child td {
  padding-top: 0;
}
.team .correct-font {
  text-align: center;
  width: 9px;
  display: inline-block;
}
.projects aside {
  float: right;
  width: 100%;
}
.projects aside .container {
  /*padding-left: 20px;*/
  margin-top: 20px;
}
.projects .video {
  float: left;
  height: 400px;
  width: 60%;
  -webkit-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 30px 15px rgba(50, 50, 50, 0.25);
}
.projects .video iframe {
  width: 100%;
  height: 100%;
}
.contact .left {
  float: left;
  width: 40%;
}
.contact aside {
  float: right;
  width: 60%;
}
.contact aside .form {
  padding-left: 20px;
}
.contact input[type=text] {
  margin: 5px 0 0;
  width: 80.5%;
  border: 1px solid #111111;
}
.contact textarea {
  margin: 5px 0 0;
  width: 80%;
  border: 1px solid #111111;
  height: 70px;
}
.contact input[type=button] {
  margin: 0;
  border: 1px solid #111111;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}
/*# sourceMappingURL=content.css.map */