﻿@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: 350px;
  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/solutionspuzzle.jpg") 100% 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: 6%;
  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: .8em;
  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; }

#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%; }

.btn:focus, a:focus {
  outline: none !important; }

.button {
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 12px; }

.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; }

h1 {
  font-size: 26px; }

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url("../../img/BG/mobiledev.jpg");
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; }

.hero-text button {
  background-color: black;
  color: cyan;
  border: 2px solid cyan;
  text-align: center;
  cursor: pointer; }

.hero-text button:hover {
  background-color: skyblue;
  color: black; }
