.outer{
    margin: 0 auto;
}
.container{
    width: 80vw;
    height: auto;
    margin-top: 50px;
}
.home-container{
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #edda15;
}
.steps-container{
    height: 1200px;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #edda15;
    font-family: 'Nanum Gothic', sans-serif;
}
.result-container{
    height: 100vh;
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #edda15;
    font-family: 'Nanum Gothic', sans-serif;
}
.resource-container{
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #edda15;
}
.btn-primary{
    background: #2a6d39;
    color: #edda15;
}
.btn-secondary{
    background: #73a82d;
    color: #edda15;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background: #edda15; 
    color: #2a6d39; 
}
.btn-secondary:hover{
    background: #edda15;
    color: #73a82d
}
.btn-back{
    margin-top: 40px;
}
#home,#steps,#resource,#result{
    background-color: #73a82d;
}
#steps,#resource,#result,#play{
    display: none;
}
/*Home page CSS*/
.title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.title-main{
    padding-top: 20px;
    font-size: 72px;
    font-family: 'Josefin Sans', sans-serif;
}
.title-sub{
    font-size: 48px;
    font-family: 'Josefin Sans', sans-serif;
}
.menu{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
.menu-list{
    font-size: 24px;
    font-family: 'Nanum Gothic', sans-serif;
    margin:10px auto 0 auto;
}
.menu-list:hover{
    cursor: pointer;
    color: #2a6d39; 
}
/*game play*/
#play{
    position: relative;
}
.play-area{
    padding-top: 50px;
    margin: 0 auto;
    width: 80%;
    height: 90vh;
    align-content: center;
}
.bg01{
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.bgsc1{
    background-image: url(img/scene1.png);
}
.bgsc21{
    background-image: url(img/scene2-1.png);
}
.bgsc22{
    background-image: url(img/scene2-2.png);
}
.bgsc31{
    background-image: url(img/scene3-1.png);
}
.bgsc32{
    background-image: url(img/scene3-2.png);
}
.bgsc51{
    background-image: url(img/scene5-1.png);
}
.bgsc52{
    background-image: url(img/scene5-2.png);
}

.log-container{
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.option{
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-family: 'Nanum Gothic', sans-serif;
    padding: 10px;
    text-align: center;
    float: right;
    margin-right: 20px;
}
.option:hover{
    cursor: pointer;
}
.log{
    height: 20vh;
    width: 100%;
    font-size: 24px;
    font-family: 'Nanum Gothic', sans-serif;
    background-color: rgba(237, 218, 21, 0.8);
    color: #2a6d39; 
    padding: 0.2em 0.5em;
    box-shadow: 0px -10px 0px 0px rgba(237, 218, 21, 0.8);
    border-top: dashed 2px #2a6d39;
    margin-top: 150px;
    overflow: auto;
}
#log::after {
    content: "|";
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*Result Page*/
.result{
    height: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 48px;
}
/*How to play page*/
#steps{
    align-items: center;
}
.step-img{
    height: 200px;
    width: 350px;
    margin-top: 25px;
    margin-right: 25px;
}
.steps{
    display: flex;
    flex-direction: row;
}
.step-txt{
    height: 200px;
    width: 300px;
    margin-top: 25px;
    font-size: 24px;
}
.bold{
    font-weight: bold;
}
/*Resource page*/
.resource-list{
    font-size: 24px;
    font-family: 'Nanum Gothic', sans-serif;
    text-align: center;
    margin-top: 50px;
}
.resource-txt{
    margin: 30px auto;
}
.resource-txt-title{
    font-weight: bold;
    font-size: 32px;
}
