body {
    background: none;
}

.header {
    /*margin-bottom:20px;*/
}

.festival-title {
    color: #49565e;
}

.festival_desc {
    font-size: 18px;
    margin-top: 40px;
}

.festival-title h2 {
    text-transform: none;
    font-size: 38px;
    line-height: 45px;
    font-weight: bold;
}

.program {
    color: #49565e;
    margin-top: 60px;
    margin-bottom: 40px;
}

.program h2 {
    text-transform: none;
    margin-bottom: 0px;
}

.program .note_free {
    font-size: 18px;
}

.festival_banner_m {
    display:none;
}

.event-cnt {
    margin-bottom: 60px;
}

.event-date {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-location {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}

.festival-conf-person {
    margin-bottom:10px;
}

.event-desc {
    font-size: 18px;
    max-width: 1024px;
}

.conf-link {
    color: #b30429;
    font-weight: bold;
}

.conf-link:hover {
    color: #fa3862;
}

.fb-button-cnt {
    margin-top: 30px;
}

.fa {
  padding: 10px;
  font-size: 15px;
  color: white;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
    color:white;
}

.fa:visited, .fa:active, .fa:link {
    color:white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.logo-cnt {
    text-align: center;
}

.logo-b {
    height: 80px;
}

@media (max-width: 780px){
    .festival_banner {display:none;}
    .festival_banner_m {display:block;}
    
    .festival-title h2 {
        /*display: none;*/
        font-size: 20px;
        line-height: 24px;
    }
    
    .program h2 {
        font-size: 22px;
        font-weight: bold;
    }
    
    .program .note_free {
        font-size: 16px;
    }
    
    .header {
        margin-bottom:10px;
    }
    
    .logo-b {
        height: unset;
        width: 100%;
    }
}