﻿@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i");
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento");
html, body {
  margin: 0;
  height: 120%;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  font-size: 14px;
  /*startColorstr ='#de437d', endColorstr='#5b44b9',GradientType=1 );*/
  /* IE6-9 fallback on horizontal gradient */
  z-index: -1; }

.headerMain {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding-bottom: 100px;
  height: 100px; }

menu {
  z-index: 100;
  color: black; }

.header {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height: 50vw;
  min-height: 150px;
  max-height: 450px;
  min-width: 300px;
  color: #000;
  z-index: 50;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif;
  background-color: #000; }

.header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 40%, #1b2030 100%); }

.header:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  /*scale(1.0, 1.0);*/
  transform: translateZ(0);
  background: #1B2030 url("../../img/BG/audiomixer.jpg") 50% 0 no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  animation: grow 360s linear 10ms infinite;
  transition: all 0.4s ease-in-out;
  z-index: -2; }

.logo {
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  align-content: flex-start;
  margin: 20px;
  padding: 0px 10px;
  font-weight: 900;
  font-size: 1.1em;
  line-height: 1;
  box-sizing: border-box;
  background-image: url("../../img/LOGO/obe.png");
  height: 60px;
  background-repeat: no-repeat;
  width: 200px;
  text-align: left; }

.sides, .info {
  flex: 0 0 auto;
  width: 50%; }

.info {
  width: 100%;
  padding: 15% 10% 0 10%;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  position: absolute; }

.author {
  display: inline-block;
  width: 100px;
  height: 50px;
  border-radius: 5%;
  background: url("../../img/LOGO/obedevbw.png") center no-repeat;
  background-size: cover;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 3px; }

.info h4, .meta {
  font-size: 0.9em;
  color: white; }

.meta {
  font-style: italic;
  color: white; }

@keyframes grow {
  0% {
    transform: scale(1) translateY(0px); }
  50% {
    transform: scale(1.2) translateY(-400px); } }

.content {
  padding: 5% 10%;
  text-align: justify;
  font-family: "Comfortaa", Helvetica, Arial, sans-serif; }

.twtr {
  margin-top: 100px; }

.feature {
  margin: 50px auto 0;
  max-width: 500px; }

.featurehead {
  margin: 50px auto 0;
  max-width: 500px;
  vertical-align: top; }

@media (min-width: 992px) {
  .feature {
    margin: 20px auto 0; } }

.feature p {
  margin-bottom: 0; }

.process-row {
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.traineeship .activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  margin: 30px 8px 50px;
  background-color: #3f465e;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden; }

.animate-from-bottom__0 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animate-from-bottom__1 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animate-from-bottom__2 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.animate-from-bottom__3 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.animate-from-bottom__4 {
  -webkit-animation-name: from-left;
  animation-name: from-left;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.traineeship .activity .relative-block {
  width: 100%;
  min-height: 350px; }

@-webkit-keyframes from-left {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes from-left {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.relative-block {
  position: relative;
  background-image: url("../../img/ICONS/obe.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center; }

.relative-block background-image {
  opacity: 0.1; }

.activity-icon {
  position: absolute;
  bottom: 0;
  right: 0; }

.activity-icon img {
  width: 30%;
  float: right; }

.traineeship .inactive {
  padding: 20px; }

.traineeship .inactive .title {
  border-bottom: 5px solid #b3dbf2;
  padding-bottom: 7px;
  margin-left: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  align-content: flex-end;
  text-align: right; }

.traineeship .activity .active {
  display: none;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  min-height: 100%;
  padding: 25px 30px 50px; }

.traineeship .activity .active .title {
  color: #1f1f1f;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; }

.traineeship .activity .active .sub-title {
  margin-top: 10px;
  color: #616161;
  font-size: 16px;
  line-height: 28px;
  text-align: left; }

.traineeship .activity .active .ul {
  margin-bottom: 45px;
  margin-top: 10px; }

.traineeship .activity .active .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  color: #616161;
  font-size: 16px;
  line-height: 26px; }

.traineeship .activity .active .li:before {
  position: absolute;
  content: "\f00c";
  color: #e2b921;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.6em;
  width: 22px; }

.traineeship .activity:hover {
  width: 558px;
  background-color: #fff; }

.traineeship .activity:hover .inactive {
  display: none; }

.traineeship .activity:hover .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px; }

#portfolio {
  background-color: #FFF; }

#portfolio h2 {
  padding-bottom: 1.25em; }

@media screen and (min-width: 768px) {
  .portfolio-projects {
    margin-top: 0.625em; } }

.portfolio-projects--title {
  margin-top: 0.9375em; }

@media screen and (min-width: 768px) {
  .portfolio-projects--title {
    margin-top: 20%; } }

@media screen and (min-width: 1200px) {
  .portfolio-projects--title {
    margin-top: 5%; } }

@media screen and (min-width: 768px) {
  .portfolio-projects--desc {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center; } }

.portfolio-projects--btn {
  background: transparent;
  color: #000;
  border: 1px solid #07374a;
  border-radius: 5px;
  margin-bottom: 1.25em; }

.portfolio-projects--btn:hover {
  background: #07374a;
  color: #f0f0e6; }

.portfolio-projects--image {
  margin-bottom: 1.875em;
  padding-right: .5%; }

.doc-title {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0;
  margin: 5rem 0 2rem;
  text-transform: uppercase; }

.midi-card {
  width: 365px;
  background-color: #bdbdbd;
  border-radius: 12px;
  padding: .6em; }

.midi-table {
  border: none;
  width: 350px; }

.midi-th {
  border: 1pt solid;
  text-align: right; }

.midi-player-cell {
  border: none;
  text-align: right;
  background-color: #f2f2f2; }

.midi-td {
  border: none;
  font-size: 1em;
  background-color: #ebebeb;
  padding: 1em; }

.midi-tdright {
  border: none;
  text-align: right;
  width: 120px;
  align-items: end;
  align-content: end; }

.midicellheader {
  text-align: left;
  font-weight: 300;
  font-size: 1.2em;
  background-color: #FFF;
  padding: 1em;
  color: dodgerblue; }

.midicellfooter {
  text-align: left;
  font-weight: 300;
  font-size: .9em;
  background-color: #FFF;
  padding: .5em;
  padding-left: 1em;
  color: dodgerblue; }

.midicellright {
  text-align: right; }

.midiImage {
  float: right;
  vertical-align: middle;
  width: 30px; }

audio {
  width: 150px;
  height: 40px;
  color: #000;
  display: block;
  align-self: end; }
