body * {
  font-family: 'Open Sans', sans-serif; }

::selection {
  background: #000;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #000;
  /* Gecko Browsers */ }

@keyframes fadeIn {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
html, body {
  height: auto;
  width: 100vw;
  overflow-x: hidden !important; }

body {
  background: #222222 !important; }

.container-color-wrapper {
  background: #222222; }

.about-me-info {
  height: 300px;
  padding: 30px; }
  .about-me-info * {
    color: white; }
  .about-me-info h1 {
    margin-bottom: 25px; }
  .about-me-info p {
    opacity: 0.5;
    font-weight: 300;
    font-size: 1.25em; }
  .about-me-info span {
    opacity: 0.5;
    font-weight: 300;
    font-size: 1em; }
  .about-me-info button {
    margin-top: 40px !important; }

.spacer {
  height: 120px;
  background: #222222; }

.contact-ico {
  width: 60px;
  height: 60px;
  margin: 40px;
  margin-bottom: 60px;
  color: white;
  cursor: pointer; }
  .contact-ico:hover {
    opacity: 0.5 !important; }

.hamburger {
  width: 35px;
  height: 35px; }

.profile-img-container {
  position: relative;
  background: red;
  width: 60%;
  height: 90%;
  overflow-x: hidden;
  box-shadow: 0px 30px 15px rgba(0, 0, 0, 0.4);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto; }
  .profile-img-container img {
    position: relative;
    height: 100%;
    left: -15px;
    width: 110%; }

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 32000px;
  background: #222222;
  z-index: -11 !important; }

button {
  display: block;
  margin: 20px 0px 20px 0px !important;
  border-radius: 36px !important;
  padding: 8px 22px 8px 22px;
  background: #BAC964;
  color: white;
  font-weight: 400;
  border: 0px;
  outline: none;
  font-size: 1em !important;
  letter-spacing: 4px; }
  button:hover {
    cursor: pointer;
    filter: brightness(80%); }

.absolute {
  position: absolute !important; }

.nav-placeholder {
  height: 100px; }

.navbar-toggler {
  border: 1px solid white; }

nav {
  background: #222222; }

nav * {
  color: white; }

.nav-link {
  color: white; }

.nav-link:hover {
  color: black; }

.content-center {
  text-align: center; }

.content-start {
  text-align: left; }

.content-end {
  text-align: right; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-heading {
  margin-bottom: 140px;
  color: white;
  font-size: 1.8em;
  font-weight: 300; }

.tcl {
  background: red !important;
  opacity: 0.6;
  border: 3px solid yellow; }

.p-heading b {
  font-weight: 800; }

.hide {
  display: none !important; }

.cv-container {
  margin: 25px;
  background: #333333;
  border-radius: 8px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
  transition: 0.3s; }
  .cv-container:hover {
    transform: scale(1.05);
    transition: 0.3s; }

.background-img {
  position: absolute !important;
  background: #333333;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.48813) 30%, #222222 100%);
  top: -100px;
  width: 100vw;
  height: 1180px;
  z-index: -1; }

.section-2 {
  position: absolute;
  background: #222222;
  top: 1080px;
  width: 100vw;
  height: 1200px;
  z-index: -1; }

.fixed-top {
  background: #222222;
  transition: 0.25s; }

.sec-spacing-1 {
  width: 100vw;
  height: 900px; }

#intro-text-block * {
  color: white; }

#intro-text-block {
  animation: fadeIn;
  animation-duration: 3s; }

.cv-container {
  display: inline-block;
  padding: 32px; }

.color {
  color: #BAC964; }

.faded {
  opacity: 0.5; }

.nav-item {
  cursor: pointer; }
  .nav-item:hover {
    opacity: 0.7; }

.fixed-top > .container-fluid > .collapse > .navbar-nav > .nav-item > .active {
  color: #BAC964 !important; }

.fixed-top > .container-fluid > .collapse > .navbar-nav > .nav-item > .nav-link:hover {
  color: white;
  cursor: pointer; }

.cv-container > i {
  display: inline-block !important;
  font-size: 12px; }

.date-data {
  display: inline-block !important;
  color: white;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: 1px; }

.ed-wexp {
  position: absolute;
  top: -60px;
  color: white;
  font-size: 1.5em;
  font-weight: 300; }

.cv-entry-title {
  font-weight: 300;
  color: #BAC964;
  font-size: 1.2em;
  margin-bottom: 6px;
  margin-top: 6px; }

.cv-entry-body {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 90px;
  font-weight: 300;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  opacity: 0.5;
  margin-bottom: 20px; }

#intro-text-block {
  position: relative;
  top: 300px; }
  #intro-text-block #hello-im {
    font-size: 3.6em !important;
    font-weight: bold; }
  #intro-text-block #cosmin {
    font-size: 3em !important; }
  #intro-text-block #and, #intro-text-block p {
    font-size: 2em !important; }

.project-container {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 700px;
  background: #333333;
  margin: 20px 0px 20px 0px;
  border-radius: 8px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35); }
  .project-container .image-container {
    flex: 2 1;
    overflow: hidden;
    border-radius: 8px;
    padding: 6px;
    width: 100%;
    padding-bottom: 75px;
    padding: 0px;
    border-bottom: 3px solid #BAC964; }
    .project-container .image-container img {
      width: 100%;
      height: 100%;
      filter: brightness(90%) contrast(90%) saturate(110%); }
  .project-container .info-container {
    flex: 1 1;
    padding: 16px;
    color: white; }
    .project-container .info-container .title {
      padding: 10px;
      font-weight: bold;
      letter-spacing: 1px;
      font-size: 1.6em !important; }
    .project-container .info-container .badge-container .badge {
      padding: 4px;
      margin-left: 10px;
      margin-bottom: 26px; }
    .project-container .info-container .description {
      padding: 10px;
      padding-top: 8px;
      padding-left: 12px;
      font-weight: 300;
      opacity: 0.55; }

.white-font * {
  color: white; }

.bg-success-custom {
  background: #BAC964; }

.cv-entry-location {
  font-weight: 300;
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0.5px; }

@media (min-width: 768px) {
  #intro-text-block {
    top: 00px; }

  .project-container {
    height: 500px; }

  .darken-mobile {
    background: #222222 !important; }

  .sec-spacing-1 {
    height: 500px; }

  .cv-container {
    margin: 0px; }

  .spacing-top-md {
    height: 300px; }

  .cel-top-offset {
    position: relative;
    top: -20px !important; }

  nav {
    color: black;
    background: transparent;
    height: 100px; }

  .nav-link {
    letter-spacing: 2.5px;
    font-size: 16px;
    font-weight: 300;
    margin: 20px 28px 20px 28px !important; }

  .background-img {
    height: 1080px; }

  #intro-text-block h1 {
    font-weight: 300;
    font-size: 4em; }

  #intro-text-block h2 {
    font-weight: 800;
    font-size: 4.5em; }

  #intro-text-block p {
    font-weight: 300;
    font-size: 1.2em;
    letter-spacing: 2px;
    opacity: 0.7; }

  .section-2 {
    top: 1080px;
    width: 100vw;
    height: 1500px; }

  .cv-container {
    text-align: left;
    width: 300px;
    height: 360px;
    border-radius: 8px;
    margin-bottom: 20px; }

  .shorter > .cv-container {
    height: 300px; }

  .shorter > .cv-container:not(.first) {
    position: relative;
    top: -60px; }

  .shorter > .cv-container:not(.first) {
    position: relative;
    top: -60px; }

  .shorter > .cv-container.third {
    top: -120px;
    height: 380px; }

  .cv-entry-body {
    height: 160px; }

  .cv-entry-location-topped {
    position: relative;
    top: -30px; } }
@media (min-width: 992px) {
  .project-container {
    flex-flow: row wrap;
    transition: 0.25s; }
    .project-container:hover {
      transform: scale(1.05);
      transition: 0.25s; }
    .project-container .image-container {
      border-bottom: 0px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
      overflow: hidden;
      filter: saturate(70%) brightness(110%);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      transition: 0.25s; }
      .project-container .image-container.first {
        background-image: url("./images/crwn-clothing.PNG"); }
      .project-container .image-container.second {
        background-image: url("./images/planting-of-isaac.PNG"); }
      .project-container .image-container img {
        display: none; }
      .project-container .image-container:hover {
        display: flex;
        justify-content: center;
        align-items: center;
        filter: saturate(5%);
        cursor: pointer;
        transition: 0.25s; }
        .project-container .image-container:hover:before {
          pointer-events: none;
          content: "GO TO APP";
          color: white;
          font-weight: bold;
          font-size: 2.2em; }
    .project-container .info-container {
      padding: 50px; }
      .project-container .info-container .title {
        font-size: 1.8em !important;
        margin-bottom: 10px; }
      .project-container .info-container * {
        padding: 10px; }
      .project-container .info-container .badge {
        padding: 8px;
        margin-bottom: 10px; }

  .cel-top-offset {
    top: 0px !important; }

  .cv-container {
    width: 400px;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px; }

  .shorter > .cv-container {
    height: 300px; }

  .cv-entry-body {
    height: 105px; }

  .shorter > .cv-container:not(.first) {
    position: relative;
    top: 0; }

  .shorter > .cv-container.third {
    height: 300px; }

  .cv-entry-location-topped {
    position: relative;
    top: 0px; } }
@media (min-width: 1200px) {
  .cv-container {
    width: 480px;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px; }

  .shorter > .cv-container {
    height: 300px; }

  .cv-entry-body {
    height: 85px; } }
@media (min-width: 1400px) {
  .cv-container {
    width: 520px;
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px; }

  .shorter > .cv-container {
    height: 300px; } }

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