/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca|Red+Hat+Display:900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px; }

.logo {
  background: url(../images/logo.png) no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: inline-block; }
  .logo.white {
    background: url(../images/logo-white.png) no-repeat; }

@media screen {
  h1 {
    font-size: 2.369rem;
    line-height: 1.2;
    color: #1a1a48;
    margin-bottom: 1rem;
    font-weight: 900;
    font-family: 'Red Hat Display', sans-serif;
    text-align: left !important; } }
@media screen and (min-width: 500px) {
  h1 {
    font-size: 3.298rem;
    text-align: inherit;
    line-height: 1.2;
    color: #1a1a48;
    margin-bottom: 1rem;
    font-family: 'Red Hat Display', sans-serif; } }
@media screen and (min-width: 1600px) {
  h1 {
    font-size: 3.898rem; } }
@media screen and (min-width: 1921px) {
  h1 {
    font-size: 4.398rem; } }

@media screen {
  h2 {
    font-size: 1.777rem;
    font-weight: 900;
    color: #1a1a48;
    margin-bottom: 1rem;
    line-height: 1.25;
    font-family: 'Red Hat Display', sans-serif; } }

@media screen {
  h3 {
    font-size: 1.777rem;
    color: #1a1a48;
    margin-bottom: 32px;
    font-family: 'Red Hat Display', sans-serif; } }

@media screen {
  h4 {
    color: #1a1a48;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 24px;
    font-family: 'Red Hat Display', sans-serif; } }

@media screen {
  h5 {
    color: #1a1a48;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Red Hat Display', sans-serif; } }

@media screen {
  p {
    font-size: 1rem;
    color: #1a1a48;
    margin-bottom: 24px;
    line-height: 1.4; } }

@media screen {
  a {
    text-decoration: none;
    color: #1a1a48; }
    a:hover {
      text-decoration: none;
      color: inherit; } }

@media screen {
  .label {
    text-transform: uppercase;
    color: #1a1a48;
    font-size: 14px; } }

@media screen {
  .container-alex {
    padding: 0 2rem; } }
@media screen and (min-width: 768px) {
  .container-alex {
    padding: 60px 40px; } }
@media screen and (min-width: 1025px) {
  .container-alex {
    padding: 0 3rem;
    margin: 0 auto; } }
@media screen and (min-width: 1441px) {
  .container-alex {
    width: 80vw; } }
@media screen {
  .container-alex.menu {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 1rem; } }
@media screen {
  .container-alex.is-fluid {
    padding: 40px 24px; } }
@media screen and (min-width: 768px) {
  .container-alex.is-fluid {
    padding: 60px 40px; } }
@media screen and (min-width: 1025px) {
  .container-alex.is-fluid {
    padding: 60px 0; } }

.section-title {
  text-align: center; }

@media screen {
  .section {
    padding: 6rem 0; } }
@media screen and (min-width: 768px) {
  .section {
    padding: 3rem 0; } }
@media screen and (min-width: 1025px) {
  .section {
    padding: 4rem 0; } }
@media screen and (min-width: 1600px) {
  .section {
    padding: 8rem 0; } }

.grid {
  display: flex;
  flex-wrap: wrap; }
  @media screen {
    .grid {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media screen and (min-width: 768px) {
    .grid {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen {
    .grid .grid__column {
      display: block;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      padding: 0 2rem 2rem 2rem; } }
  .grid .grid__column.just-one {
    padding: 0 2rem; }
  .grid .grid__column.is-offset__right {
    margin-left: auto; }
  .grid .grid__column.is-masonry.is-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-2 {
    width: 16.66666%;
    -webkit-box-flex: 0;
    flex: none; }
  @media screen {
    .grid .grid__column.is-masonry.is-3 {
      width: 100%;
      -webkit-box-flex: 0;
      flex: none; } }
  @media screen and (min-width: 700px) {
    .grid .grid__column.is-masonry.is-3 {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .grid .grid__column.is-masonry.is-3 {
      width: 25%; } }
  @media screen {
    .grid .grid__column.is-masonry.is-4 {
      width: 100%;
      -webkit-box-flex: 0;
      flex: none; } }
  @media screen and (min-width: 1024px) {
    .grid .grid__column.is-masonry.is-4 {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    .grid .grid__column.is-masonry.is-4 {
      width: 33.33333%; } }
  .grid .grid__column.is-masonry.is-5 {
    width: 41.66333%;
    -webkit-box-flex: 0;
    flex: none; }
  @media screen {
    .grid .grid__column.is-masonry.is-6 {
      width: 100%;
      -webkit-box-flex: 0;
      flex: none; } }
  @media screen and (min-width: 1024px) {
    .grid .grid__column.is-masonry.is-6 {
      width: 50%;
      -webkit-box-flex: 0;
      flex: none; } }
  .grid .grid__column.is-masonry.is-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-8 {
    width: 66.66333%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-9 {
    width: 75%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-11 {
    width: 91.66666%;
    -webkit-box-flex: 0;
    flex: none; }
  .grid .grid__column.is-masonry.is-12 {
    width: 100%;
    -webkit-box-flex: 0;
    flex: none; }
  @media screen {
    .grid.is-leveled {
      display: flex;
      justify-content: space-between; } }
  .grid.is-leveled .right,
  .grid.is-leveled .left {
    padding: 0 1rem; }
  @media screen {
    .grid.is-leveled .right {
      justify-self: flex-end; } }
  .grid.is-leveled .left {
    justify-self: flex-start; }

.is-last {
  margin-bottom: 0; }

.is-centered__x {
  align-items: center; }

.is-centered__y {
  align-items: center; }

.has-flex {
  display: flex; }

.has-no__top-padding {
  padding-top: 0; }

.has-no__bottom-padding {
  padding-bottom: 0; }

.site-header {
  background-color: white; }

.site-header a {
  color: #999;
  transition: ease-in-out color .15s; }
  .site-header a:hover {
    color: #fff;
    text-decoration: none; }

.navbar-brand img {
  width: 100px; }

@media screen {
  .navbar .container-alex {
    padding: 0 1rem; } }
@media screen {
  .navbar .nav-link {
    background: none;
    border-radius: 0;
    border: 1px solid #1a1a48;
    color: #1a1a48;
    position: relative;
    font-size: 0.8rem;
    z-index: 1;
    text-transform: uppercase; } }
.navbar .nav-link:hover {
  background: none;}
.navbar .navbar .active:hover{
  color: #fff; }
.navbar .nav-link:active, .navbar .active {
  background-color: #FF7833 !important;
  color: #fff;
  border-color: #FF7833 !important; }

@media screen {
  .jumbotron {
    background: url("../images/header-pics.png") no-repeat;
    background-position: center 240px;
    background-size: 1060px;
    min-height: 800px;
    margin: 0;
    padding: 0; }
    .jumbotron .container {
      padding: 0; } }
@media screen and (min-width: 1200px) {
  .jumbotron {
    min-height: 1200px;
    background-size: contain;
    background-position: center; } }
@media screen and (min-width: 1600px) {
  .jumbotron {
    min-height: 1450px;
    background-position: center  300px; } }
@media screen and (min-width: 1921px) {
  .jumbotron {
    min-height: 1500px;
    background-position: center  300px; } }

.description {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 5px; }

@media screen {
  .w-100 {
    padding: 0 2rem; } }
@media screen and (min-width: 768px) {
  .w-100 {
    padding: 0 3rem; } }

@media screen {
  .event {
    width: 100%;
    padding: 0 0 6rem 0 !important;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0, 0, 0, 0.5;
    -moz-box-shadow: 0, 0, 0, 0.5;
    -ms-box-shadow: 0, 0, 0, 0.5;
    box-shadow: 0, 0, 0, 0.5; } }
@media screen and (min-width: 768px) {
  .event {
    width: 50%;
    padding: 0 2rem 4rem 2rem !important; } }
@media screen and (min-width: 1280px) {
  .event {
    width: 25%; } }
.event:last-child {
  padding-bottom: 0 !important; }
@media screen {
  .event ul {
    margin: 0 !important;
    width: 100%;
    text-align: left; } }
@media screen {
  .event ul .list-group-item {
    border: none;
    padding: 0 0 0.333rem !important;
    font-size: 0.8rem;
    margin-bottom: 0;
    line-height: 1.35;
    color: #1a1a48a8; } }
.event ul .lead {
  opacity: 1; }

@media (max-width: 992px) {
  .subnav h3, .description {
    font-size: smaller; }
  .btn{
    padding: 5px !important;
  }
    .jumbotron{
    background-position: center 340px;
    }
  .subnav .nav-link {
    padding: .5rem; } }
@media screen {
  .nav-tabs {
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: none;
    flex-direction: column; } }
@media screen and (min-width: 768px) {
  .nav-tabs {
    flex-direction: row; } }
@media screen {
  .nav-tabs .nav-item {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .nav-tabs .nav-item {
    width: inherit; } }
.nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 1rem;
  font-size: 0.8rem;
  color: #999;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lexend Deca', sans-serif;
  border: 1px solid #d8dde3; }
  .nav-tabs .nav-link:hover {
    }
  .nav-tabs .nav-link.active {
    color: #1a1a48;
    opacity: 1;
    position: relative;
    border: 1px solid #1a1a48;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease; }

@media screen {
  .middle {
    margin: 1rem 0 !important; } }
@media screen and (min-width: 600px) {
  .middle {
    margin: 0 1rem; } }

@media screen {
  .value-prop {
    text-align: left;
    margin: 0 auto;
    padding: 0 2rem; } }
@media screen and (min-width: 768px) {
  .value-prop {
    text-align: center;
    max-width: 700px;
    padding: 0; } }
@media screen and (min-width: 1025px) {
  .value-prop {
    max-width: 840px; } }
@media screen {
  .value-prop h1 {
    margin-top: 3rem;
    font-weight: 700;
    letter-spacing: -1px; } }
@media screen and (min-width: 500px) {
  .value-prop h1 {
    margin-top: 4rem;
    font-weight: 700;
    letter-spacing: -1px; } }

.btn {
  border-radius: none !important; }

.link {
  color: #FF7833; }
  .link:hover {
    color: #1a1a48; }

@media screen {
  .btn {
    color: #fff;
    border-radius: 0px;
    padding: 0.8rem 1rem;
    font-weight: 500;
    font-family: 'Lexend Deca', sans-serif;
    border: 1px solid #fff;
    font-size: .8rem;
    text-transform: uppercase; }
    .btn:hover {
      background: #fff;
       } }
.btn.dropdown-toggle {
  border-radius: 0;
  color: #1a1a48; }
.btn.dark {
  border-color: #1a1a48;
  color: #1a1a48; }
  .btn.dark:hover {
    background: #fff;
    color: #FF7833; }
  .btn.dark:active {
    background: #FF7833;
    color: #fff;
    border-color: #FF7833; }

.dropdown-menu {
  border-radius: 0; }

@media screen {
  .event-img {
    width: 100%;
    background-size: cover;
    display: flex;
    min-height: 250px;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    position: relative;
    } }
@media screen {
  .event-img.robotica-home {
    background: url(../images/robotica@home.jpg) no-repeat;
    background-size: cover; } }
@media screen {
  .event-img.gohard {
    background: url(../images/gohard.jpg) no-repeat;
    background-size: cover; } }
@media screen {
  .event-img.academia-inventeaza {
    background: url(../images/academia_inventeaza.ro.jpg) no-repeat;
    background-size: auto 300px;
    background-position: -10px -10px; } }
@media screen {
  .event-img.practica {
    background: url(../images/stagiu_practica_studenti.jpg) no-repeat;
    background-size: auto 300px; } }
@media screen {
  .event-img.studio {
    background: url(../images/studio.jpg) no-repeat center;
    background-size: auto 300px; } }
@media screen {
  .event-img.fotbal-robotic {
    background: url(../images/fotbal_robotic.jpg) no-repeat;
    background-size: auto 300px; } }

@media screen {
  .event-title {
    text-align: left;
    padding-top: 2.369rem;
    margin-bottom: 1rem; } }
@media screen and (min-width: 1600px) {
  .event-title {
    max-width: 80vw; } }

.sustine {
  background: #1a1a48;
  color: #fff;
  position: relative; }
  @media screen {
    .sustine .grid__column.is-3 {
      padding-bottom: 6rem; } }
  .sustine .grid__column.is-3:last-child {
    padding-bottom: 0; }
  @media screen {
    .sustine .value-prop {
      padding: 0; } }
  @media screen and (min-width: 768px) {
    .sustine .value-prop {
      margin-bottom: 4rem; } }
  .sustine .container {
    flex-direction: column-reverse;
    align-items: center; }
  .sustine h4, .sustine .lead {
    color: #fff; }
  @media screen {
    .sustine .lead {
      font-size: 1.2rem; } }
  @media screen {
    .sustine p, .sustine h4 {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 1024px) {
    .sustine p, .sustine h4 {
      margin-bottom: 2rem; } }
  @media screen {
    .sustine p {
      color: #bbbbffa8;
      font-size: 0.9rem; } }
  .sustine h1 {
    color: #fff; }
  .sustine .link:hover {
    color: #fff; }

.featurette-heading {
  color: #fff;
  margin-bottom: 1rem; }

@media screen {
  .tab-content {
    padding-bottom: 5rem; } }
@media screen {
  .tab-content .tab-pane {
    margin-left: -1rem;
    margin-right: -1rem; } }
@media screen {
  .tab-content .active {
    margin: 0 auto;
    max-width: inherit; } }
@media screen and (min-width: 1681px) {
  .tab-content .active {
    max-width: 80vw; } }

@media screen {
  .d-md-flex {
    flex-wrap: wrap; } }
.d-md-flex .event {
  margin: 0 !important; }

@media screen {
  .status {
    font-size: 0.75rem;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.5rem;
    margin-top: 1rem;
    background: #fff;
    color: #1a1a48;
    position: absolute;
    top: 206px; }
    .status.done {
      background: #30c880;
      color: #fff; } }

@media screen {
  .proiecte-si-evenimente {
    padding-top: 8rem;
    padding-bottom: 0; } }

@media screen {
  .centered {
    text-align: left; } }
@media screen and (min-width: 600px) {
  .centered {
    text-align: center !important; } }

@media screen {
  .lead {
    padding: 0 0 1rem 0;
    line-height: 1.333;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: normal; } }
@media screen and (min-width: 1441px) {
  .lead {
    font-size: 1rem; } }

@media screen {
  .img-sustine {
    width: 130px;
    height: 100px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2rem; } }
@media screen {
  .img-sustine.redirectioneaza {
    background-image: url(../images/redirectioneaza.svg);
    margin-left: 0; } }
@media screen {
  .img-sustine.doneaza {
    background-image: url(../images/doneaza.svg);
    margin-left: 0; } }
@media screen {
  .img-sustine.sponsorizeaza {
    background-image: url(../images/sponsorizeaza.svg);
    margin-left: 0; } }
@media screen {
  .img-sustine.join-team {
    background-image: url(../images/join-team.svg);
    margin-left: 0; } }

@media screen {
  .contact-wrapper {
    padding-top: 5rem;
    padding-bottom: 2rem;
    position: relative; } }
  @media screen and (min-width: 992px) {
    .contact-wrapper:before {
      content: "";
      background: url(../images/el_dotted.svg) no-repeat;
      width: 230px;
      height: 210px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -105px; } }
  @media screen and (min-width: 992px) {
    .contact-wrapper:after {
      content: "";
      background: url(../images/el_orange-circle.svg) no-repeat;
      background-size: contain;
      width: 98px;
      height: 196px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -145px; } }
@media screen {
    .contact-wrapper .contact {
      max-width: 720px; } }
    @media screen {
      .contact-wrapper .contact {
        padding-right: 2rem;
        padding-left: 2rem; } }

@media screen and (min-width: 1441px) {
  .contact-wrapper {
    font-size: 1.333rem; } }
.contact-wrapper label {
  font-size: 1rem;
  margin-bottom: 1rem; }
.contact-wrapper .form-control {
  border-radius: 0;
  background: #d8dde361;
  min-height: 48px;
  border: none; }
@media screen {
  .contact-wrapper .form-group {
    margin-bottom: 2rem; } }

@media screen {
  .footer {
    background: #101033; } }
@media screen and (min-width: 600px) {
  .footer {
    background: #101033; } }
.footer p {
  color: #6B91DA;
  font-size: .9rem;
  margin-bottom: 0.5rem; }
  .footer p.lead {
    color: fff; }
.footer h4, .footer h5 {
  color: #fff; }
@media screen {
  .footer .col-sm-4 {
    padding: 0 0 3rem 0; } }
@media screen and (min-width: 600px) {
  .footer .col-sm-4 {
    padding: 0 3rem 0 0; } }
.footer .col-sm-4:last-child {
  padding: 0; }

@media screen {
  .row {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 600px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen {
  .newsletter {
    background-color: #FF7833;
    position: relative; } }

.skew-c {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  top: -100px;
  background: linear-gradient(to left bottom, #fff 49%, #FF7833 50%); }

.skew-cc {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  top: -100px;
  background: linear-gradient(to right bottom, #FF7833 49%, #1a1a48 50%), linear-gradient(-50deg, #ffffff 16px, #000 0); }
  
.social-links a img{
    width: 80px;
    filter: invert(11%) sepia(22%) saturate(4172%) hue-rotate(220deg) brightness(94%) contrast(100%);
}

/*# sourceMappingURL=main.css.map */
