/* font-family */
body {
    font-family: 'Lexend Deca', 'Noto Sans KR', sans-serif;
    background-color: #fafafa;
}

.section-description p {
    margin: 24px 0 16px 0;
    color: #666;
}

/* custom bootstrap */
.btn {
    border-radius: 0;
}
.btn.btn-primary {
    background-color: #7a7d1e;
    border-color: #7a7d1e;
}
/* end: custom bootstrap */

.screenshot-wrapper {
    padding: 4px;
    border: 1px solid #bdbdbd;
}

/* navigation */
nav.navbar {
    border-bottom: 1px solid #e0e0e0;
}

.navbar .navbar-brand {
    font-family: 'Audiowide';
}
/* end: navigation */

/* section common */
section .container {
    padding: 54px 24px;
    background-color: white;
    border: 1px solid #e0e0e0;
}
@media(max-width: 775px) {
    section .container {
        padding: 32px 24px;
    }   
}
/* end: section common */

/* section divider */
.section-divider {
    min-height: 24px;
}
/* end: section divider */

/* section-upper */
.section-upper .container {
    padding: 40px 24px;
    border-top: 0;
    background-color: rgb(251,252,246);
}

.section-upper .flat-wrapper {
    display: flex;
    align-items: flex-end;
}

.section-upper img {
    height: 120px;
}

.section-upper .flat-wrapper > div:nth-child(2) {
    margin-bottom: 12 px;
    margin-left: 32px;
}

.section-upper h3 {
    margin-top: 12px;
    color: #424242;
    font-weight: 400;
}
@media(max-width: 768px) {
    .section-upper h1 {
        font-size: 1.4em;
    }
    .section-upper h3 {
        font-size: 1em;
    }
}
/* end: section-upper */

/* functions */
.section-functions .function-icon {
    margin-bottom: 24px;
    font-size: 72px;
    color: #827717;
}

.section-functions h3 {
    margin-bottom: 40px;
    text-align: center;
}
@media(max-width: 768px) {
    .section-functions h3 {
        font-size: 1.3em;
    }
}

.function {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
}

.function h4 {
    font-weight: 400;
}
@media(max-width: 768px) {
    .section-functions h4 {
        font-size: 1.2em;
    }
}

.function p {
    font-size: .9em;
    color: #888;
}



.function > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* end: functions */


/* footer */
.footer {
    
}


@media(max-width: 775px) {
    .footer .row > div {
        margin: 24px 0;
    }
}


.footer h5 {
    margin-bottom: 24px;
    font-size: .9em;
    font-weight: 300;
    color: #757575;
}

.footer h6 {
    font-size: .9em;
    color: #212121;
    font-weight: 400;
    margin: 12px 0;
}

.footer h6 > a {
    text-decoration-line: none;
    color: #212121;
}

.footer-post .container {
    height: 64px;
    display: flex;
    align-items: center;
}
.footer-post h6 {
    font-size: .8em;
    font-weight: 400;
    color: #757575;
}
/* end: footer */