.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 1em;
  box-shadow: 0px 5.33333px 80px rgba(0, 0, 0, 0.1);
}
.navbar.bg-custom-light {
  background-color: white;
}

.navbar-brand {
  font-size: 24px;
  font-weight: 900;
}

.nav-item {
  font-size: 18px;
  font-weight: 400;
  color: #1C1E53;
}
.nav-item .nav-link {
  color: black;
  transition: color 0.25s;
}
.nav-item .nav-link:hover {
  color: #2194E8 !important;
}
.nav-item.active .nav-link {
  color: #2194E8 !important;
}

.navbar-toggler-icon {
  background-image: url("../img/hamburger.svg");
}

.navbar-toggler {
  float: right;
  border: none;
  outline: none;
}

.pt-bar {
  margin-top: 64px;
}

.nav-link {
  padding-right: 2rem !important;
}

.btn.btn-primary {
  background-color: #2194E8;
  border: none;
}
.btn.btn-big {
  padding: 18px 42px;
}

.text-bg-primary-alt {
  color: white;
  background-color: #2194E8;
}

.badges {
  text-align: center;
  display: block;
}
.badges.first {
  margin-top: 3rem;
}

section {
  width: 100%;
}
section:not(.shrink):not(#footer) {
  min-height: 100vh;
}
section:first-of-type {
  padding-top: 2em;
}
section.light {
  background-color: white;
}
section.dark {
  background-color: #F5FCFF;
}
section.vcenter {
  display: flex;
  align-items: center;
}
section .content-container {
  display: block;
  width: auto;
}
section .content-container:not(.shrink) {
  height: 100%;
}
section .content-container.limited {
  width: 80vw;
  max-width: 1024px;
}

small {
  font-size: 21px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .btn {
    width: 100%;
  }
}

h1 {
  font-weight: 700;
}
@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    margin-bottom: 2rem;
    line-height: 1.05;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 72px;
    line-height: 1.3;
  }
}

p.large {
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 992px) {
  p.large {
    font-size: 60px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  p.large {
    font-size: 72px;
  }
}
p.medium {
  font-size: 24px;
}
p.limit-70 {
  max-width: 70%;
}

.blue {
  color: #2194E8;
}

h2 {
  font-size: 64px;
  font-weight: 700;
}

h3, h5 {
  font-size: 32px;
  font-weight: 700;
}
h3.sub, h5.sub {
  padding-top: 2rem;
}

.card:not(.rikaji-card) {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.card.rikaji-card {
  border: 2px solid #2194E8;
}

.rikaji-ref img {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  float: left;
  border-radius: 4rem;
}

.service {
  width: 100%;
  margin-right: 1rem;
  background: #F5FCFF;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  border-bottom: 4px solid transparent;
}
.service:hover {
  border-bottom: 4px solid #2194E8;
}
.service h3 {
  margin-top: 1em;
}
.service p {
  font-size: 21px;
  margin-top: 1em;
  font-weight: 400;
}
.service p.small {
  font-size: 16px;
}

p.bigger, span.bigger {
  font-size: 21px;
  margin-top: 1em;
  font-weight: 400;
}
p.stronger, span.stronger {
  font-weight: 700;
}

.row-full {
  height: 100%;
  width: 100%;
}

.photo {
  display: flex;
  height: 100%;
  align-items: center;
  text-align: center;
}
.photo img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  margin: auto;
  border: 2px solid #2194E8;
}

.photo-mobile {
  text-align: center;
}
.photo-mobile img {
  width: 50%;
  height: auto;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 2rem;
  border: 2px solid #2194E8;
}

.bio {
  font-size: 18px;
}

.svc-row {
  height: 100%;
  overflow: hidden;
}
.svc-row .col {
  min-height: 100%;
}

.icon {
  width: 80px;
  height: 80px;
  margin: auto;
  background-size: 52px 52px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  border-radius: 11px;
}
.icon.dev {
  background-image: url("../img/dev.svg");
}
.icon.opt {
  background-image: url("../img/opt.svg");
}
.icon.srv {
  background-image: url("../img/srv.svg");
}
.icon.cpp {
  background-image: url("../img/cpp.svg");
}

@media (max-width: 992px) {
  .cvtab .row .col {
    width: 100%;
  }
  .cvtab .row .col.cv-col.years {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cvtab {
    display: table;
  }
  .cvtab .row {
    display: table-row;
  }
  .cvtab .row > * {
    display: table-cell;
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 3rem;
  }
}

.cv-col.years {
  width: auto;
}
.cv-col p {
  margin: 0;
  font-size: 21px;
}

.content-container {
  display: flex;
  align-items: center;
}
.content-container:not(.shrink) {
  height: 100% !important;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.card-group {
  display: flex;
  flex-direction: row;
}
.card-group .col {
  height: 100%;
  min-height: 100%;
}
.card-group .col .card-body {
  height: 100%;
}

a.projlink {
  display: inline-block;
  width: auto;
  text-decoration: none;
  margin-top: 1rem;
  padding-bottom: 1rem;
  color: black;
  border-bottom: 2px solid #2194E8;
  padding-right: 1.5rem;
  background: url(../img/arrow.svg);
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: right 0.25em;
}

a.socials {
  margin-top: 1rem;
  margin-right: 1rem;
}

p.contact {
  vertical-align: middle;
}
p.contact img {
  margin-right: 1rem;
  margin-top: -0.2rem;
}

.mandatory {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  color: red;
  left: -0.1em;
  top: -0.2em;
}

.fa-check {
  color: #24ad45;
}

#contactSuccess, .aftersend, #contactFailRecaptcha, #contactFailGeneric {
  display: none;
}

label {
  font-size: 21px;
}
label:not(.form-check-label) {
  font-size: 21px;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.form-check-label {
  float: left;
  padding-left: 0.7rem;
}

.form-check-input {
  margin-top: 0.35rem;
  /*margin-right: 0.7rem;*/
  width: 21px;
  height: 21px;
}

input[type=text], input[type=email], select, .form-select, textarea {
  border: 1px solid #2194E8 !important;
}

.btn {
  font-size: 21px;
}

.client-card {
  width: 100%;
}

.client-card-img-top {
  width: 100%;
  height: 180px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
.client-card-img-top img {
  max-width: 70%;
  max-height: 70%;
}

.stars img {
  width: 42px;
  height: 42px;
  float: left;
  padding-right: 0.5em;
}

@media (max-width: 992px) {
  .additional-contact {
    margin-top: 5rem;
  }
}

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