@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/fontawesome-webfont.eot);
  src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(/fonts/fontawesome-webfont.woff2) format('woff2'), url(/fonts/fontawesome-webfont.woff) format('woff'), url(/fonts/fontawesome-webfont.ttf) format('truetype'), url(/fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-home:before {
  content: "\f015";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-code:before {
  content: "\f121";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-github:before {
  content: "\f09b";
}
.fa-dribbble:before {
  content: "\f17d";
}
.clear:before,
.clear:after {
  display: table;
  content: "";
  clear: both;
}
html {
  overflow-x: hidden;
}
body {
  background-color: #EEEEEE;
  color: #4E4E4E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
.blockcenter {
  text-align: center;
}
p {
  font-size: 16px;
  margin: 0;
}
.section-light,
.section-dark {
  padding: 32px 16px;
}
.section-dark {
  background-color: #868686;
}
/* M A I N N A V */
.section-menu {
  background-color: #4E4E4E;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.menu {
  display: flex;
  list-style: none;
  padding: 0 10px;
  width: 50%;
  float: right;
}
.menu .menu-item {
  flex: 1;
}
.menu-link {
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
}
.menu-link:hover,
.menu-link.selected {
  background: #e2e2e2;
  box-shadow: 0 0 5px 3px #e2e2e2;
}
.menu-link:hover .menu-icon,
.menu-link.selected .menu-icon,
.menu-link:hover .menu-title,
.menu-link.selected .menu-title {
  color: #444444;
}
.menu-icon {
  color: #ffffff;
  font-size: 20px;
}
.menu-title {
  color: #ffffff;
  margin-top: 8px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media (max-width: 414px) {
  .menu {
    width: 100%;
  }
}
.section-landing {
  width: 100vw;
  height: 100vh;
  background: url(/images/bg.jpg) no-repeat;
  background-size: cover;
}
.section-landing .landing-row {
  width: 100%;
}
.section-landing .landing-row.row1 {
  position: absolute;
  right: 100px;
  top: 25%;
}
.section-landing .landing-row.row1 p {
  font-size: 7em;
}
.section-landing .landing-row.row2 {
  position: absolute;
  top: 50%;
  left: -100px;
}
.section-landing .landing-row.row2 p {
  font-size: 2em;
}
.section-landing .landing-row p {
  margin: 0 0 10px;
  color: #FFFFFF;
  text-align: right;
}
.landing-footer {
  position: absolute;
  bottom: 1%;
  width: 100%;
}
.landing-footer .landing-footer-down {
  font-size: 5em;
  color: #FFFFFF;
  bottom: 1%;
  text-align: center;
  width: 100%;
}
.landing-footer .landing-footer-down:hover {
  cursor: pointer;
  color: #F7FF00;
}
@media (max-width: 768px) {
  .section-landing {
    background-position: -100px 0;
  }
}
.content-title {
  font-size: 24px;
  font-weight: 600;
  margin: 16px 0;
  text-align: center;
}
.content-info {
  font-size: 16px;
  font-weight: 300;
  margin: 32px 0;
}
.tech-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tech-container .tech-wrapper {
  flex: 1;
  padding: 16px;
  text-align: center;
}
.tech-logo-img {
  width: 100%;
}
.companies-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.companies-container .company-wrapper {
  flex: 1;
  padding: 16px;
  text-align: center;
}
.company-logo-img {
  width: 100%;
}
.edu-wrapper {
  text-align: center;
}
.edu-img {
  width: 50%;
}
.projects-heading {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.project-item {
  float: left;
  width: 50%;
}
.project-item .project-padder {
  padding: 32px 16px;
}
.project-item .project-img {
  width: 100%;
}
.project-item .project-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.section-signup {
  text-align: center;
}
@media (min-width: 769px) {
  .projects-wrapper {
    margin: 0 10%;
  }
}
@media (max-width: 768px) {
  .tech-container .tech-wrapper {
    flex: 20%;
  }
  .companies-container .company-wrapper {
    flex: 33%;
  }
  .section-signup .content-img-wrapper .content-img {
    width: 100%;
  }
  .project-item {
    width: 100%;
  }
}
/* M E D I A - Qs*/
@media (max-width: 768px) {
  .section-landing .landing-row.row1 {
    right: 0 !important;
  }
  .section-landing .landing-row.row1 p {
    font-size: 4em;
  }
  .section-landing .row1 p {
    font-size: 4em;
    text-align: center;
  }
  .section-landing .row2 {
    left: 0 !important;
  }
  .section-landing .row2 p {
    text-align: center;
  }
}

