body{
	background-color: #71915b;
    padding-left:2%;
    padding-right:2%;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

/* Header */
.header{
    background-color: #f39800;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}


/* Nav menu */
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    background-color: #3f5433;
    overflow: hidden;
    
}
.menu{
    margin-top: 40px;
}
.menu li{
    width: 90%;
    border-bottom: 1px solid #999;
}
.menu a{
    display: block;
    padding: 30px;
    color: #f9f9f9;
    font-size: 2em;
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/* Menu Icon */

.hamb{
    cursor: pointer;
    position: absolute;
    padding: 30px 20px;
    right: 8%;
    z-index: 5;
    background-color: #f39800;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}


.hamb-line {
    background: #f9f9f9;
    display: block;
    height: 3px;
    position: relative;
    width: 28px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: #f9f9f9;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 8px;
}

.hamb-line::after{
    top: -8px;
}

.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

.dotted-spaced {
    background-image: linear-gradient(to left, #000 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
}
.left{
    
}
.left.dotted-spaced {
    background-image: linear-gradient(to bottom, #000 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
}

/** main  **/

.wrapper{
	text-align: left;
	font-size: 1.2em;
	max-width: 1080px;
	border-radius: 24px;
	background-color: #fefefe;
	margin: 0 auto;
	padding: 5%;
	margin-top: 20px;

    background: #fefefe url("../images/page-title-bg.jpg") top center no-repeat;
    background-size: contain;
}

.page-title{
    margin-bottom:60px;
    align-items: center;
}
.page-title .col-pic{
    text-align: center;
}
.page-title .col-pic img{
    width:90%;
    max-width:400px;
}
.page-title .col-txt{
}
.page-title .col-txt img{
    width:90%;
}

/** page1-3 book **/

.section a.btn{
	display: block;
	width: 200px;
	height: 30px;
	background-color:#fff;
	color: #333;
	text-align: center;
	vertical-align: baseline;
	border-radius: 24px;
  	border-style: none;
  	font-size: 26px;
  	padding: 6px 0px;
  	margin: 0 auto;
  	margin-top: 20px;
  	font-weight: bolder;
  	letter-spacing: 2px;
  	cursor: pointer;
}
.section a.btn:hover{
	background-color: #acd598;
	border:2px solid #333;
}

.author{
    display: block;
    height:75px;
    width:120px;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
    padding-top: 45px;
    font-size:26px;
    margin: 0 auto;
    margin-top: -20px;
    background-color: #fefefe;
}

.book-box{
    margin-bottom: 40px;
}
.book-box-lite{
    padding-top: 40px;
    border:none;
}
.book-col{
    text-align: center;
    font-size: 0.8em;
}
img.book-cover{
    width: 80%;
    
    margin-bottom: 6px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;

}

.book-col a.btn{
    display: block;
    width: 160px;
    background-color: #f39800;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 24px;
    border-style: none;
    font-size: 20px;
    line-height: 26px;
    padding: 6px 0px;
    margin: 0 auto;
    margin-top: 20px;
    letter-spacing: 2px;
    cursor: pointer;
}

/** page4 event **/

.event{
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.event .event-title{
    width:fit-content;
    background-color: #fff;
    border:2px solid #496639;
    border-radius: 30px;
    margin-left:40px;
    margin-bottom: -20px;
    z-index: 2;
    padding: 12px 40px 12px 40px;

    font-size: 1.6em;
    font-weight: bolder;
    color: #638c0b;
}
.event .event-radio{
    color:#f39800;
}
img.book-icon{
    height: 30px;
    vertical-align:middle;
    margin-right: 14px;
    margin-top: -4px;
}
.event .event-date .outbox{
    
    border-radius: 24px;
    background-color: #f5f5f5;

    padding: 40px 0 20px 0;
    font-size: 1.3em;
    font-weight: bolder;
    line-height: 1.6em;
    letter-spacing: 2px;

    margin-bottom: 20px;
}
.event .event-date a{
    color:#638c0b;
    text-decoration: none;
}
.event .event-date .outbox-check{
    color:#638c0b;

    background-image: linear-gradient(to bottom, #000 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
}
.event .event-date .outbox-check:hover{
    background-color: #fffcd6;
}
.event img.icon-check{
    width: 60px;
    display: block;
    margin: 0 auto;
}
span.dd{
    color:#638c0b;
}
.event .event-date .content{
    width:fit-content;
    height: fit-content;
    margin: 0 auto;
}
.event .event-info{
    width: 100%;
    border-radius: 24px;
    background-color: #f5f5f5;

    padding: 20px 5% 20px 5%;

    font-size: 1em;
    line-height: 1.6em;
}
.event .event-info img.author-photo{
    width: 80%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

/** footer **/

.footer{
    width:100%;
    color:#333;
    text-align:center;

    padding: 20px 0 20px 0;

    font-size:1em;
}

/** **/


/* Responsiveness */

@media screen and (min-width: 768px) and (max-width: 1023px){

    .page-title .col-txt{
    }
    .page-title .col-txt img{
        width:95%;
    }

    .book-col a.btn{
        width: 120px;
    }

    .event .event-title{
        margin: 0 auto;
        margin-bottom: -20px;
    }

    .event .event-date .outbox-check{
        margin-top: -20px;
        padding: 20px 0px 10px 0px;

        background-image: linear-gradient(to left, #000 20%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 10px 2px;
        background-repeat: repeat-x;

        background-color: #fffcd6;
    }
    .event img.icon-check{
        width: 60px;
        display: inline-block;
        vertical-align:middle;
    }


    .footer .title-col{
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 767px){

    .page-title .col-pic img{
        width:90%;
        margin-left: 5%;
        margin-bottom: 20px;
    }
    .page-title .col-txt{
        padding-top:10px;
    }
    .page-title .col-txt img{
        width:86%;
        margin-left: 7%;
    }

    .book-col2{
        padding-top: 20px;
    }
    .book-col a.btn{
        width: 120px;
    }

    .event{
        max-width: 100%;
    }
    .event .event-title{
        font-size: 1em;
        margin: 0 auto;
        margin-bottom: -20px;
        padding: 12px 5% 12px 5%;
    }
    .event .event-date .outbox{
        padding-left: 3%;
        padding-right: 3%;
        font-size: 1em;
        letter-spacing: 0px;
    }
    .event .event-info img.author-photo{
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .event .event-info img.author-photo{
        display: block;
        margin:0 auto;
    }

    .event-info h3{
        text-align: center;
    }

    .event .event-date .outbox-check{
        margin-top: -20px;
        padding: 20px 0px 10px 0px;

        background-image: linear-gradient(to left, #000 20%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 10px 2px;
        background-repeat: repeat-x;

        background-color: #fffcd6;
    }
    .event img.icon-check{
        width: 60px;
        display: inline-block;
        vertical-align:middle;
    }

    .footer{
        font-size:0.5em;
    }
    .footer .title-col{
        font-size: 1.5em;
        padding-bottom: 8px;
    }
}
