@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Roboto:wght@100&display=swap');

body {
    background-color: #b3b3b3ff;
    max-width: 1700px;
    margin: auto;
}

/* HOME */

#home-image-outer {
    width: 100%;
    height: 100%;
}

#home-image-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#janus-pic {
    height: 80%;
    width: 80%;

    min-width: 400px !important;
}

.top-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-navi li {
    float: left;
}

.top-navi li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    color: #7f2122;
    font-size: 1em;
}

.footer {
    height: 50px;
    position: fixed;
    bottom: 0;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.footer li {
    float: left;
}

.footer li a,
span {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    color: grey;
    font-size: 0.8em;
}

/* TOPIK */

.outer {
    width: 100%;
    height: 100%;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content {
    margin-top: 200px;
    margin-bottom: 200px;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
}

.cover-thing {
    width: 100%;
    height: 100%;
    float: left;
}

.first {
    background-color: #f1faee;
}

.second {
    background-color: #a8dadc;
}

.second-transcript {
    background-color: #f1faee;
}

.third {
    background-color: #457b9d;
}

th {
    text-align: left;
}

th>p {
    font-size: 2em;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

th>span {
    font-size: 0.7em;
    font-weight: 100;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    padding-left: 0;
}

.outer1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner1 {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
}

.outer2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.inner2>h2 {
    font-family: 'Roboto', sans-serif;
    color:#7f2122
}

.inner2>img {
    max-width: 400px;
    
}

.inner2>p {
    
    font-family: 'Roboto', sans-serif;
}

#right {
    float: left;
    margin-left: 32px;
}

#right>img {
    height: 30em;
}

#left {
    float: left;
    margin-top: 8em;
}

#left-1>img {
    height: 4em;
    border-radius: 1em;
}

#left-3 {
    margin-top: 2em;
    margin-left: 1em;
}

.app-icons {
    display: flex;
    align-items: center;
}

.vertical {
    width: 300px;
    flex-direction: column;
}

.android {
    /* width: 150px; */
    height: 50px;
}

.apple {
    /* width: 164px; */
    height: 34px;
}

.feature>img, .feature>a>img {
    width: 80%;
    max-width: 12em;
}

.feature {
    float: left;
    width: 33%;
    text-align: center;
}

.feature>p {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 2vw;
}

.outer3 {
    width: 100%;
    height: 100%;
    position: relative;
}

.inner3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.inner3>p {
    float: left;
    width: 40%;
    padding-top: 8em;
    padding-right: 2em;
    font-family: 'Roboto', sans-serif;
    color: #a8dadc;
}

.inner3>img {
    float: left;
    width: 50%;
}

.inner3>span {
    text-align: center;
    margin-top: 4em;
    float: right;
    font-family: 'Roboto', sans-serif;
    color: #a8dadc;
    font-size: 0.8em;
    padding-bottom: 8em;
}

#pp {
    padding: 4em;
    background-color: #a8dadc;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 800px) {
    .feature>p {
        font-size: 1em;
    }
}

@media (max-width: 320px) {
    #right>img {
        height: 12em;
    }
}

@media (max-width: 948px) {
    #left {
        float: none;
    }

    #right>img {
        height: 22em;
    }

    #left-3 {
        margin-left: 1.5em;
        text-align: center;
    }

    #right {
        float: none;
        margin-left: 0;
        text-align: center;
        margin-top: 2em;
    }

    .inner3>p,
    .inner3>img {
        float: none;
        width: 100%;
        text-align: center;
    }

    .feature {
        width: 100%;
    }

    .feature > p {
        font-size: 3vw;
    }

    .feature > img, .feature > a > img {
        float: left;
        max-width: 8em;
    }
    .inner2 > img {
        max-width: 320px;
      }
}