@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?37927580');
  src: url('../fonts/fontello.eot?37927580#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?37927580') format('woff2'),
       url('../fonts/fontello.woff?37927580') format('woff'),
       url('../fonts/fontello.ttf?37927580') format('truetype'),
       url('../fonts/fontello.svg?37927580#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* CUSTOM RESETS
================================================== */
a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 30px;
}

/* Buttons */ 
.c-btn {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    letter-spacing: .1em;
    min-width: 145px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 12px;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
    padding: 0;
    width: 300px;
    margin-right: 16px;
    margin-left: 16px;
}

.c-btn-fill {
    color: #fff;
    background-color: #212121;
}

.c-btn-border {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121; 
}

.c-btn-fill:hover,
.c-btn-fill:focus {
    color: #fff;
}

.c-btn:hover,
.c-btn:focus {
    box-shadow: 4px 10px 18px 6px rgba(0, 0, 0, 0.15);
}


/* LAYOUT
================================================== */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    color: #212121;
}


/* HEADER
================================================== */

.navbar-toggle-container {
    display: none;
}

.header-intro {
    padding-bottom: 16px;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 5;
}

.site-logo img {
    padding-bottom: 2px;
}

.nav {
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-nav {
    flex-direction: row !important;
}

.navbar-nav > li > a {
    padding: 5px 0;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav > li + li > a {
    margin-left: 40px;
}

.nav-item {
    text-decoration: none;
}

.nav-link.active,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #212121;
}

.nav > li > a:focus {
    background-color: transparent;
}

.bck {
    background-image: url("/assets/img/computer.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bck .overlay {
    background-color: rgba(255, 255, 255, 0.86);
    height: 100%;
    width: 100%;
}

/* PERSON
================================================== */

.person {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

.person h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.person img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-bottom: 32px;
    margin-top: 32px;
    border: 2px solid #212121;
    box-shadow: 2px 4px 22px 2px rgba(0, 0, 0, 0.2);
}


.person .contact-item svg {
    width: 26px;
    height: 26px;
}

.person .contact-item a {
    text-decoration: none;
    color: #212121;
}

.person .contact-item a:hover {
    color: rgb(121, 121, 121);
}

.person .page-scroll {
    display: flex;
    flex-direction: column;
    row-gap: 2.5em;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
}

.person .btn-about-me {
    margin-bottom: 6px;
}

.txt-about {
    line-height: 38px;
    padding: 16px;
}

.btn-cv-left {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* SITEMAIN
================================================== */
.site-main {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

/* site-section */
.site-section {
   padding-top: 100px;
}

.site-section h2,
.site-section h3 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

.img-lines {
    margin: 15px 0 40px;
}

.site-section p {
    margin-bottom: 35px;
}

.service {
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-top: 16px;
    padding: 28px 16px;
    width: 100%;
}

.service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

.service p {
    color: #000;
    margin: 0;
}

.service img {
    border: 1px solid #fff;
    border-radius: 12px;
}

.contactItem {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 8px;
    font-size: 18px;
    display: flex;
    margin-left: 3rem;
    align-items: center;
    gap: 12px;
}

.contactItem > svg {
    width: 22px;
    height: 22px;
}

.contactItem > p {
    margin: 0 !important;
}

.contactItem > a {
    text-decoration: none;
}

/* Modal */
.modal {
    z-index: 9999;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0px 0px 40px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    position: relative;
    padding: 0;
    height: 500px;
}

.modal-header .close {
    position: absolute;
    right: 0;
    padding: 10px 11px;
    margin-top: 0;
    background-color: #fff;
    font-size: 16px;
    color: #212121;
    border-left: 1px solid #212121;
    border-bottom: 1px solid #212121;
    opacity: 1;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.modal-header .close:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.2);
}

.modal-body h4 {
    font-weight: 700;
}

.modal-footer {
    text-align: center;
}

/* Section: contact */
.section-contact {
    padding-bottom: 90px;
}


/* FOOTER
================================================== */
.site-footer {
    bottom: 0;
    padding: 30px 16px;
    width: 100%;
    background-color: #212121;
}

.icon {
    line-height: 40px;
    padding: 9px 11px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.icon:hover {
    background-color: #fff;
    color: #212121;
}

.site-footer a {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

.section-contact .btn-contact-me {
    background-color: hsla(12, 75%, 45%, 1);
    color: #fff;
    border: 1px solid hsla(12, 75%, 45%, 1);
    margin-left: 0;
    margin-top: 18px;
    width: 100%;
}

.section-contact .btn-contact-me svg {
    margin-left: 6px;
}

.section-contact h3 {
    text-transform: none;
    font-size: 33px;
    line-height: 44px;
}

.copyright {
    margin-bottom: 0;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

