/*!
 * Start Bootstrap - Stylish Portfolio v5.0.9 (https://startbootstrap.com/theme/stylish-portfolio)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Poppins', 'Noto Sans KR', sans-serif;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
section#about img{width: 250px;}
section#about h2{margin: 4rem 0 3rem;}
section#about p > b{
    display: block; 
    font-size: 20px; font-weight: 500;
}
section#about span{
    display: block;
    line-height: 1.6; 
    animation: blink 2s 1s linear infinite;
    /*transition-duration: 1;*/
}

@keyframes blink{
    0% {color: #fff}
    100% {color: #343a40}
}
section#Skill h3{color: #F29863 !important;}
section#License {padding-bottom: 12rem;}
section#License h3{color: #F29863 !important;}
section#License h4 span{font-size: 1rem; font-weight: normal; line-height: 1.4;}
section#License h4 span:first-of-type{margin-top: 1.5vh;}
section#License span{display: block;}
section#License img{width: 100%; display: block; margin: auto; cursor: pointer; position: relative; transition: 0.3s;}

section#portfolio {padding-bottom: 21rem;}
section#portfolio .container .row.no-gutters{margin-top: 10rem;}
section#portfolio .container .row.no-gutters > div{padding: 10px; box-sizing: border-box;}
section#portfolio h3{color: #F29863 !important;}
section#portfolio h2{color: #343a40 !important;}

section#contact{background-color: #035373 !important;
}
section#contact a{display: inline-block; width: 20rem;}
section#contact a span{font-weight: 200;/* opacity: 0.7;*/ font-size: 15px;}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Abril Fatface';
    letter-spacing: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}


.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: white;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: /*linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),*/ url("../img/sukyeong(pc)_02-4.jpg"); background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.masthead h1 span{
    font-size: 4rem; 
    /*color: #2f2f2f;
    text-shadow: none;*/
}
.masthead h1 {
    /*font-size: 4rem;*/
    margin: 0;
    padding: 0;
    font-family: 'Abril Fatface', 'Lobster';
    font-weight: normal;
    color: #fff;
    text-shadow: 0 0 10px #27335c;
    line-height: 5rem;
}

.masthead h3{
    color: #fff;
    margin-top: 50px;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
    }

    .masthead h1 {
        font-size: 5.5rem;
    }
}

/* Side Menu */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0; top: 0;
    width: 100%; height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(100%);
    background: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1%;
}

.sidebar-nav {
    width: 100%; height: 100%;
    margin: 0;
    padding: 9vh; padding-top: 12vh;
    list-style: none;
    background-color: #F29863;
}

.sidebar-nav li{
    width: 50%; margin: auto;
}

.sidebar-nav li a{
    color: #fff;
    font-size: 3vw;
    margin-top: 1.5vh;
    font-weight: 600;
    display: block;
    text-align: justify;
    padding: 0 1em;
    box-sizing: border-box;
    line-height: 1;
}

.sidebar-nav li a::after{
    content: ''; display: inline-block; width: 100%;
}

@media screen and (min-width:320px) and (max-width:1024px){
    .sidebar-nav{padding-top: 15vh;}
    .sidebar-nav li{
        width: 100%; margin: auto;
    }
    .sidebar-nav li a {
        font-size: 6.5vw;
        line-height: 1.5;    
        text-align: center;
        letter-spacing: -2px;
    }
    .sidebar-nav li a::after{
        content: none;
    }
    
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}


/* 메뉴 너비 사이즈 */
#sidebar-wrapper.active {
    right: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    font-size: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #053352;
    background: rgba(255, 255, 255, 0.5);
    line-height: 50px;
    z-index: 999;
}
.menu-toggle .fa-bars{line-height: 2;}

/*.menu-toggle:focus,*/
.menu-toggle:hover,
.menu-toggle:active {
    color: #fff;
}
.rounded-circle:focus{background-color: transparent;}

.menu-toggle:hover{
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px #fff;
    transition-duration: 1s;
}
.menu-toggle.rounded-circle{text-decoration: none;}
.menu-toggle span{
    letter-spacing: 8px;
    font-size: 15px;
    font-family: 'Abril Fatface';
    font-weight: bold;
    display: inline-block;
    transform: rotate(90deg);
    padding-top: 33px;
    padding-left: 11px;
    color: #fff;
}

.service-icon {
    background-color: transparent;
    color: #1D809F;
    display: block;
    line-height: 100px;
    font-size: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
#Skill .service-icon{width: 100px; height: 100px;}
#License .service-icon{
    width: 100%;
    line-height: 0;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    /*color: #053352;*/
    width: 100%;
    color: #fff;
    margin:  auto 3rem 3rem;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.portfolio-item .caption .caption-content h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
        transition: 0.3s;
    }

    .portfolio-item .caption {
        transition: background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, background-color 0.7s;
        transition: clip-path 0.25s ease-out, background-color 0.7s, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }

    .portfolio-item .caption .caption-content {
        transition: opacity 0.25s;
        margin-left: 5rem;
        margin-right: 5rem;
        margin-bottom: 5rem;
    }

    .portfolio-item img {
        transition: -webkit-clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out;
        transition: clip-path 0.25s ease-out, -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }

    /*.portfolio-item:hover img {
        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);
    }*/
    
    .portfolio-item:hover{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .portfolio-item:hover .caption {
        background-color: rgba(3, 83, 115, 0.88);
/*        -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem);*/
    }
}


footer.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #024873;
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
    background-color: #00619d;
    text-decoration: none;
}

a {
    color: #1D809F;
}

a:hover,
a:focus,
a:active {
    color: #155d74;
}

.btn-primary {
    background-color: rgba(255,255,255,0.3)!important;
    border: 2px solid #fff !important;
    color: #fff; !important;
    font-family: 'Abril Fatface';
}

.btn-primary:hover,
/*.btn-primary:focus,*/
.btn-primary:active {
    background-color: #F28F79 !important;
    border-color: #F28F79 !important;
}

.btn-secondary {
    background-color: #ecb807 !important;
    border-color: #ecb807 !important;
    color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #ba9106 !important;
    border-color: #ba9106 !important;
}

.btn-dark {
    color: #fff !important;
}
section#about .btn-dark {
    color: #fff !important;
    background-color: #F28F79;
    border: 0;
}
section#about .btn-dark:hover{background-color: #053352;}

.btn {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.bg-primary {
    background-color: #1D809F !important;
}
section#Skill{background-color: #035373 !important}
section#License{background-color: #024873 !important}

.text-primary {
    color: #1D809F !important;
}

.text-secondary {
    color: #ecb807 !important;
}