p {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1300 - 300)));
    opacity: .8;
    color: #444;
}

.title {
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1300 - 300)));
}

.icon-md {
    font-size: 22px;
}

.icon-lg {
    font-size: 30px;
}

.icon-xl {
    font-size: 65px;
}

@media (max-width: 480px) {
    .subtitle {
        font-size: 11px;
    }

    .title {
        font-size: 16px !important;
    }

    .fa-xl {
        font-size: 1em !important;
    }
}


.info {
    color: #6c757d;
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1300 - 300)));;
}

.info li {
    padding-bottom: 8px;
}

.info span {
    font-weight: 600;
    font-size: 14px;
    color: #343a40;
}

.line {
    display: block;
    width: 25px;
    height: 1.5px;
    background-color: #F85C70;
}

.breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb .breadcrumb-item a {
    color: #212529;
}

.breadcrumb .breadcrumb-item.active {
    color: #495057;
}

.btn {
    color: white !important;
    background-color: #F85C70 !important;
    border-color: #F85C70 !important;
}

.btn-rounded {
    border-radius: 100px !important;
}

.myauto {
    margin-right: revert !important;
}

.navbar .brand {
    margin: auto;
}

.w-lg {
    min-width: 150px;
}

.card {
    margin-bottom: 30px;
}

.card .card-header {
    background: transparent;
    border: none;
}

.card .card-header.has-icon i {
    background: #fff;
    position: absolute;
    top: -28px;
    border: 7px solid white;
    overflow: hidden !important;
    font-size: 35px;
}

.card .card-body {
    font-size: 14px;
    color: #6c757d;
}

.portfolio .filters {
    border-bottom: 2px solid #dee2e6;
    border-radius: 0;
    padding-bottom: 4px;
    margin: 0 auto 20px;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.portfolio .filters a {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: block;
    color: #212529;
    font-size: 13px;
    font-weight: 500;
    opacity: .7;
    padding: 4px 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.portfolio .filters a:first-child {
    margin-left: 0;
}

.portfolio .filters a:last-child {
    margin-right: 0;
}

.portfolio .filters a:hover {
    opacity: .9;
}

.portfolio .filters a.active {
    opacity: 1;
    background: #F85C70;
    color: #fff;
}

.portfolio .portfolio-container .portfolio-item {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 10px -5px;
    overflow: hidden;
    border-radius: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.portfolio .portfolio-container .portfolio-item .content-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(248, 92, 112, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 20px;
}

.portfolio .portfolio-container .portfolio-item .content-holder .title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.portfolio .portfolio-container .portfolio-item .content-holder .subtitle {
    font-weight: 500;
    opacity: 1;
    color: #fff;
}

.portfolio .portfolio-container .portfolio-item .content-holder .fa-active {
    opacity: 1;
    color: #fff;
    padding-left: 1.5%;
}

.portfolio .portfolio-container .portfolio-item .content-holder .fa-disabled {
    opacity: 1;
    color: grey;
    padding-left: 1.5%;
}

.portfolio .portfolio-container .portfolio-item .content-holder .disabled-link {
    cursor: default;
    pointer-events: none;
}

.portfolio .portfolio-container .portfolio-item .content-holder a:hover {
    text-decoration: none;
}

.portfolio .portfolio-container .portfolio-item .content-holder .project-img {
    visibility: hidden;
}

.portfolio .portfolio-container .portfolio-item:hover .content-holder {
    opacity: 1;
    visibility: visible;
}

.lb-image {
    width: auto !important;
    height: 80vh !important;
}

@media (max-width: 480px) {
    .lb-image {
        width: 90vw !important;
        height: auto !important;
    }
}

pre {
    border: 2px solid #dee2e6;
    padding: 15px;
    border-radius: 0.25rem;
    background: #f8f9fa;
}

pre code,
pre .code {
    color: #6c757d;
}

.dropdown-menu.form {
    width: 300px;
}

.social-icons {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 80px;
}

.social-icons .social-link {
    color: #F85C70;
    
}

.social-icons .social-link:hover {
    color: black;
}

.navbar {
    box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
    -webkit-box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
}

.navbar .navbar-nav:first-child .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar .navbar-nav:last-child .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar .nav-link {
    font-weight: bold;
    font-family: "Dosis", "Open Sans", sans-serif;
}

.navbar .nav-link.active {
    color: #F85C70 !important;
}

.navbar .brand {
    text-align: center;
}

.navbar .brand .brand-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -weblit-transform: translate(-50%, -50%);
    border: 10px solid white;
    -webkit-transition: .5s !important;
    transition: .5s !important;
    -weblit-transition: .5s !important;
    z-index: 2;
    box-shadow: 0 5px 1px rgba(128, 128, 128, 0.13);
    width: 170px;
    border-radius: 50%;
}

.navbar .brand .brand-txt {
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -weblit-transition: 1s;
    z-index: 1;
}

.navbar .brand .brand-txt .brand-subtitle {
    font-size: 13px;
    color: #888;
}

@media (max-width: 991.98px) {
    .navbar .brand {
        display: none;
    }
}

.navbar.affix .brand-txt {
    bottom: 0;
    opacity: 1;
}

.navbar.affix .brand-img {
    top: -10px;
    opacity: 0;
}

.pagination .page-item {
    margin: 0 4px;
    border-radius: 0;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
    margin-top: 3px;
}

.pagination .page-item:first-child a,
.pagination .page-item:last-child a {
    border: 0;
    width: auto;
    height: auto;
    font-size: 10px;
}

.pagination.pagination-sm .page-item:first-child,
.pagination.pagination-sm .page-item:last-child {
    margin-top: 5px;
}

.pagination.pagination-sm .page-item:first-child a,
.pagination.pagination-sm .page-item:last-child a {
    font-size: 9px;
}

.pagination.pagination-lg .page-item:first-child,
.pagination.pagination-lg .page-item:last-child {
    margin-top: 9px;
}

.pagination.pagination-lg .page-item:first-child a,
.pagination.pagination-lg .page-item:last-child a {
    font-size: 14px;
}

.footer {
    background: #17263C;
}

.header {
    position: relative;
    height: 80vh;
    min-height: 600px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/header.jpg);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../imgs/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
}

.header .container {
    position: relative;
    height: 100%;
}

.header .header-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.header .header-content .header-subtitle {
    font-weight: 200;
    font-size: calc(20px + (45 - 20) * ((100vw - 300px) / (1600 - 300)));
}

.header .header-content .header-title {
    font-size: calc(40px + (120 - 40) * ((100vw - 300px) / (1600 - 300)));
    font-weight: bold;
    line-height: .7;
    margin-bottom: 25px;
    color: inherit;
}

.header .header-content .header-mono {
    letter-spacing: 5px;
    font-weight: 500;
    font-size: calc(12px + (19 - 12) * ((100vw - 300px) / (1600 - 300)));
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .header {
        height: 500px;
        min-height: 500px;
    }

    .header .social-icons {
        margin: auto;
    }

    .header .header-content {
        padding: 20px;
    }

    .header .header-content .header-mono {
        letter-spacing: 2px;
    }
}

.header-title {
    font-size: 2.4rem;
    font-weight: bold;
    opacity: .8;
    color: #212529;
}

.header-mini {
    min-height: 24rem;
    height: 24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background: #fcbec6;
}

.section {
    padding: 80px 0;
}

.section.bg-custom-gray {
    background: rgba(242, 244, 247, 0.15);
}

.about-section {
    border-bottom: 1px solid #dee2e6;
}

.about-section .about-card {
    padding: 60px;
    border-right: 1px solid #dee2e6;
}

.about-section .about-card:last-child {
    border-right: none;
}

@media (max-width: 480px) {
    .lightbox {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        bottom:0 !important;
        right:0 !important;
        padding-top: 30vh;
        overflow: auto;
    }
}