body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  position: relative; }

section {
  width: 100%;
  height: auto; }

.container {
  height: inherit; }
  @media (max-width: 320px) {
    .container {
      padding-right: 0; } }

.row {
  height: inherit; }

/* ----------------------------------------------- */
/*    NAVIGATION */
/* ----------------------------------------------- */
.navbar {
  background-color: #ffffff; }

.navbar-collapse {
  text-align: center;
  text-transform: uppercase; }

.navbar-light .navbar-nav .nav-link {
  color: #6195CC; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #406081; }

.navbar-light .navbar-nav .nav-link.active {
  color: #6195CC;
  border-bottom: 3px solid #6195CC; }

.navbar-light .navbar-nav .nav-link {
  color: #6195CC; }

/* ----------------------------------------------- */
/* SECTION-HOME */
/* ----------------------------------------------- */
section.home {
  background-image: linear-gradient(to right bottom, rgba(97, 149, 204, 0.8), rgba(28, 92, 159, 0.8)), url(../images/bg1.png);
  background-size: cover;
  background-position: center;
  margin-top: 56px;
  height: 100vh; }

.row-home {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.col-home {
  position: relative; }
  .col-home__heading-primary {
    font-size: 55px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 75px; }
    @media (max-width: 576px) {
      .col-home__heading-primary {
        font-size: 40px; } }
    @media (max-width: 400px) {
      .col-home__heading-primary {
        font-size: 30px; } }
    @media (max-width: 320px) {
      .col-home__heading-primary {
        font-size: 20px; } }
  .col-home__button {
    width: 300px;
    padding: 15px 30px;
    font-size: 22px;
    color: #6195CC;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 100px;
    transition: all .4s; }
    @media (max-width: 400px) {
      .col-home__button {
        width: 250px; } }
    @media (max-width: 350px) {
      .col-home__button {
        width: 200px; } }
    .col-home__button:active {
      transform: translateY(-3px);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
    .col-home__button:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      transform: scale(1.02);
      color: #6195CC; }

/* scroll icon */
#scroll {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -15px;
  border: 2.8px solid #ffffff;
  border-radius: 50px;
  box-sizing: border-box; }

#scroll::before {
  position: absolute;
  top: 15%;
  left: 50%;
  content: '';
  width: 4px;
  height: 11px;
  margin-left: -2px;
  background-color: #ffffff;
  border-radius: 40%;
  -webkit-animation: scroll-down 2s infinite;
  animation: scroll-down 2s infinite;
  box-sizing: border-box; }

@keyframes scroll-down {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    -webkit-transform: translate(0, 10px);
    opacity: 0; }
  100% {
    opacity: 0; } }
/* ----------------------------------------------- */
/* SECTION-ABOUT */
/* ----------------------------------------------- */
section.about-me {
  background-color: #F2F4FF;
  padding-top: 50px;
  padding-bottom: 30px; }

@media (max-width: 992px) {
  section.about-me {
    height: 100%; } }
.row-about-1 {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center; }

.figure__img-1 {
  border-radius: 100%; }

h2.col-about-2__heading-secondary {
  font-size: 40px;
  color: #6195CC;
  text-transform: uppercase;
  margin-bottom: 20px; }

p.col-about-2__text {
  font-size: 20px;
  color: #6195CC; }

@media (max-width: 576px) {
  h2.col-about-2__heading-secondary {
    text-align: center;
    margin-bottom: 10px; }

  .col-about-2__text {
    font-size: 18px; } }
@media (max-width: 416px) {
  .col-about-2__text {
    font-size: 15px;
    padding-left: 5px; } }
/* ----------------------------------------------- */
/* SECTION-SKILLS */
/* ----------------------------------------------- */
section.skills {
  background-color: #6195CC;
  margin-top: 0; }

.row-skills-1,
.row-skills-2,
.row-skills-3,
.row-skills-4 {
  text-align: center; }

.col-skills__heading-secondary {
  font-size: 40px;
  color: #F2F4FF;
  text-transform: uppercase;
  padding: 50px 0;
  letter-spacing: 5px; }
  @media (max-width: 460px) {
    .col-skills__heading-secondary {
      font-size: 35px; } }
  @media (max-width: 320px) {
    .col-skills__heading-secondary {
      font-size: 21px;
      padding-left: 20px; } }
  .col-skills__heading-secondary::after {
    content: '';
    display: block;
    border: 2px solid #F2F4FF;
    width: 30%;
    margin: 20px auto; }

.col-skills__heading-tertiary {
  font-size: 30px;
  color: #F2F4FF;
  margin-bottom: 20px; }
.col-skills__text {
  font-size: 15px;
  color: #F2F4FF;
  padding-bottom: 50px; }

i.technologies__icons {
  font-size: 45px;
  color: #F2F4FF;
  padding-bottom: 5px;
  padding-top: 25px; }

img.technologies__icons {
  font-size: 45px;
  color: #F2F4FF;
  padding-top: 25px; }

img.col-technologies__logo {
  width: 45px;
  padding-bottom: 5px;
  padding-top: 25px; }

@media (max-width: 750px) {
  section.skills {
    height: 100%; } }
/* ----------------------------------------------- */
/* SECTION-PROCJECTS */
/* ----------------------------------------------- */
section.projects {
  margin-top: 0;
  padding-bottom: 50px; }

.row-projects-1,
.row-projects-2,
.row-projects-3 {
  width: 100%;
  height: inherit; }

.row-projects-2 {
  width: 100%;
  padding-left: 15px; }
  @media (max-width: 767px) {
    .row-projects-2 {
      width: 98%;
      margin: 0;
      padding-left: 0; } }
  @media (max-width: 420px) {
    .row-projects-2 {
      width: 96%; } }

.col-projects__heading-secondary {
  font-size: 40px;
  color: #6195CC;
  text-transform: uppercase;
  padding: 50px 0;
  letter-spacing: 5px; }
  .col-projects__heading-secondary::after {
    content: '';
    display: block;
    border: 2px solid #6195CC;
    width: 30%;
    margin: 20px auto; }

@media (max-width: 460px) {
  .col-projects__heading-secondary {
    font-size: 35px; } }
.container-2 {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  overflow-x: hidden;
  width: 101%; }

.content__card {
  min-width: 150px;
  height: 100%;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  background-color: #ffffff;
  transition: .5s;
  padding-top: 20px; }
  .content__card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px 0 rgba(97, 149, 204, 0.8); }

.card__heading {
  height: 100px;
  margin-bottom: 20px; }

.card__header {
  color: #6195CC;
  font-size: 30px;
  padding: 10px; }

.card__images {
  max-width: 90%;
  height: 170px; }

.card__text {
  color: #6195CC;
  font-size: 15px;
  padding: 20px 0; }

.card__button-1 {
  color: #6195CC;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 27px;
  padding-right: 27px;
  text-transform: uppercase; }
  .card__button-1:hover {
    background-color: #FCD12A; }

.card__button-2 {
  color: #6195CC;
  font-size: 20px;
  margin-bottom: 30px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }
  .card__button-2:hover {
    background-color: #FCD12A; }

a.card__button-1--link,
a.card__button-2--link {
  text-decoration: none;
  color: #6195CC; }

/* ----------------------------------------------- */
/* SECTION-CONTACT */
/* ----------------------------------------------- */
.section-contact {
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #6195CC; }

.col-contact__heading-secondary {
  font-size: 40px;
  color: #F2F4FF;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 5px;
  margin-bottom: 0px; }
  .col-contact__heading-secondary::after {
    content: '';
    display: block;
    border: 2px solid #F2F4FF;
    width: 30%;
    margin: 20px auto; }

@media (max-width: 460px) {
  .col-contact__heading-secondary {
    font-size: 35px; } }
.row-contact-2__col-contact-1 {
  padding-top: 19px; }

.col-contact-1__form {
  display: flex;
  flex-direction: column; }

input.form__name {
  color: #000000;
  padding: 5px;
  margin-top: 7px;
  margin-bottom: 5px;
  padding-bottom: 10px; }

input.form__email {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

input.form__message-topic {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

textarea.form__message {
  resize: none;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

button.form__button-1 {
  color: #6195CC;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px; }
  button.form__button-1:hover {
    color: #406081; }

.row-contact-2__col-contact-2__github i.github__icon {
  font-size: 45px;
  color: #F2F4FF;
  padding-bottom: 5px;
  padding-top: 25px; }

i.github__icon,
i.linkedin__icon,
i.CV__icon,
i.mail__icon,
i.number__icon {
  font-size: 45px;
  color: #F2F4FF;
  padding-bottom: 5px;
  padding-top: 23px;
  padding-right: 10px; }

i.number__icon {
  font-size: 45px;
  color: #F2F4FF;
  padding-bottom: 5px;
  padding-top: 24px;
  padding-right: 20px; }

.col-contact__github,
.col-contact__CV {
  display: flex; }

a.github--link,
a.linkedin--link,
a.CV--link {
  font-size: 30px;
  color: #F2F4FF;
  padding-top: 25px; }
  a.github--link:hover,
  a.linkedin--link:hover,
  a.CV--link:hover {
    color: rgba(28, 92, 159, 0.8);
    text-decoration: none; }

p.mail__text,
p.number__text {
  font-size: 30px;
  color: #F2F4FF;
  display: flex;
  align-self: flex-end;
  margin-bottom: 0;
  height: 49px; }

@media (max-width: 577px) {
  p.mail__text,
  p.number__text {
    font-size: 25px; } }
@media (max-width: 430px) {
  p.mail__text,
  p.number__text {
    font-size: 15px; } }
.col-contact__mail,
.col-contact__number {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

@media (max-width: 980px) {
  .section-contact {
    margin-top: 50px;
    height: 100%; } }
@media (max-width: 400px) {
  .section-contact {
    padding-left: 15px;
    padding-right: 15px; } }

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