@font-face {
    font-family: 'montserratbold';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-bold-webfont.woff') format('woff'),
         url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('./fonts/montserrat-medium-webfont.eot');
    src: url('./fonts/montserrat-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-medium-webfont.woff') format('woff'),
         url('./fonts/montserrat-medium-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-medium-webfont.svg#montserratmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemibold';
    src: url('./fonts/montserrat-semibold-webfont.eot');
    src: url('./fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('./fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('./fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main-content{
    width: 633px;
    height: 656px;
    overflow: hidden;
    background: url(../assets/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 170px 28px 0;
}

span{
    margin-left: 8px;
}

.top-container{
    display: flex;
}

.left-content {
    width: 254px;
}

.right-content {
    padding-left: 35px;
    max-height: 318px;
}

.month-container{
    width: 254px;
    height: 58px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.month-event{
    color: #01337C;
    font-family: 'montserratbold';
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.number-container{
    width: 254px;
    height: 255px;
    text-align: center;
    padding-top: 14px;
}

p.day-event{
    color: #FFF;
    font-family: 'montserratmedium';
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.number-event{
    color: #FFF;
    font-family: 'montserratbold'; /*change*/
    font-size: 158px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

p.year-event{
    color: #FFF;
    font-family: 'montserratmedium';
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p.title-event{
    color: #FFF;
    font-family: 'montserratbold';
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.description-contaier{
    width: 290px;
    height: 225px;
    display: flex;
    overflow: hidden;
}

p.description-event{
    color: #FFF;
    font-family: 'montserratmedium';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2em;
    margin-top: 5px;
}

.bottom-container{
    margin-top: 37px;
}

p.main-place{
    color: #FFF;
    font-family: 'montserratsemibold';
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 19px;
}

.hour-container{
    display: flex;
    margin-top: 20px;
    width: 555px;
}

#startHour{
    margin-right: 50px;
}

p.main-hour{
    color: #FFF;
    font-family: 'montserratsemibold';
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 19px;
}

.organizer-container{
    margin-top: 14px;
    display: flex;
}

p.organizer-title{
    color: #FBB900;
    font-family: 'montserratsemibold';
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 19px;
    margin-right: 15px;
}

p.main-organizer{
    color: #FFF;
    font-family: 'montserratsemibold';
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    font-size: 19px;
}

.failsafe {
    width: 633px;
    height: 656px;
    background: url(../assets/failsafe.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}