/**************************************************
FONTS
***************************************************/

@font-face {
    font-family: 'jeanlucbold';
    src: url('../fonts/JeanLuc-Bold-webfont.eot');
    src: url('../fonts/JeanLuc-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JeanLuc-Bold-webfont.woff') format('woff'),
    url('../fonts/JeanLuc-Bold-webfont.ttf') format('truetype'),
    url('../fonts/JeanLuc-Bold-webfont.svg#jeanlucbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'jeanlucthin';
    src: url('../fonts/JeanLuc-Thin-webfont.eot');
    src: url('../fonts/JeanLuc-Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JeanLuc-Thin-webfont.woff') format('woff'),
    url('../fonts/JeanLuc-Thin-webfont.ttf') format('truetype'),
    url('../fonts/JeanLuc-Thin-webfont.svg#jeanlucthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**************************************************
MAIN PAGE STYLES
***************************************************/

body
{
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0;
    display: flex;
    flex-direction: row;
}
body::after{
    content:"";
    width: 664px;
    height: 800px;
    position: fixed;
    top: 20px;
    right: 70px;
    z-index: -9999;
    background: url('../images/lovely_days_background.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -safari-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
body.activeContent::after{
    /*opacity: 0.5;*/
}
body.year2012{
    background-image: url('../images/2012/background.jpg');
    background-color: #fd7222;
}
body.year2013{
    background-image: url('../images/2013/background.jpg');
    background-color: #878789;
}
body.year2014{
    background-image: url('../images/2014/background.jpg');
    background-color: #7ebaad;
}
body.year2015{
    background-image: url('../images/2015/background.jpg');
    background-color: #3a3b3f;
}
body.year2016{
    background-image: url('../images/2016/background.jpg');
    background-color: #3a3b3f;
}
body.year2017{
    background-image: url('../images/2017/background.jpg');
    background-color: #3a3b3f;
}
body.year2018{
    background-image: url('../images/2018/background.jpg');
    background-color: #3a3b3f;
}
body.year2019{
    background-image: url('../images/2019/background.jpg');
    background-color: #3a3b3f;
}
body.year2020{
    background-image: url('../images/2020/background.jpg');
    background-color: #3a3b3f;
}
body.year2022{
    background-image: url('../images/2022/background.jpg');
    background-color: #3a3b3f;
}
  body.year2023{
      background-image: url('../images/2023/background.jpg');
      background-color: #3a3b3f;
}
    body.year2024{
    background-image: url('../images/2024/background.jpg');
    background-color: #3a3b3f;
}
      body.year2025{
      background-image: url('../images/2025/background.jpg');
      background-color: #3a3b3f;
}
body.hiddenBackgroundImage{
    background-image: none !important;
}

a{
    cursor: pointer;
}
/**************************************************
NAVIGATION
***************************************************/
.mainMenu
{
    position: fixed;
}
.mainMenu, .subMenu{
    width: 175px;
    margin-top: 25px;
    margin-left: 25px;
    float: left;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}
.mainMenuNode{
    font-family: 'jeanlucthin';
    font-size: 1.8em;
    color: #ffffff;
    line-height: 95%;
}
.subMenuNode{
    font-family: 'jeanlucthin';
    font-size: 1.8em;
    color: #000000;
    line-height: 95%;
}
.subMenuNode.active{
    color: brown;
}
.mainMenuNode.disabled{
    pointer-events: none;
}
.mainMenuNode:not(.disabled):not(.splitAction):hover,
.mainMenuNode.splitAction:not(.disabled) > span:hover
{
    color: #000000;
    cursor: pointer;
}
.subMenuNode:not(.disabled):not(.splitAction):hover,
.subMenuNode.splitAction:not(.disabled) > span:hover
{
    color: #636363;
    cursor: pointer;
}
.mainMenuNode.spaced{
    margin-bottom: 25px;
}
.mainMenuNode.minimised{
    font-size: 0.8em;

}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    padding-bottom: 10px;
}

/**************************************************
CONTENT
***************************************************/

.contentHolder{
    clear: both;
    float: left;
    width: 460px;
    margin-top: 25px;
    margin-left: 250px;
    color: red;
    padding: 25px 50px 25px 50px;
    background-color: #ffffff;
    box-shadow: 12px 12px 0 #000000;

}
.contentHolder:not(.subMenu){
    display: block;
    position: absolute;
    /*height: auto; */
    /* bottom: 0; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 250px;
    /* background-color: green; */
    overflow-y: auto;
}

.contentHolder .title{
    text-transform: uppercase;
    font-size: 1.8em;
    font-family: 'jeanlucbold';
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 50px;
}
.contentHolder .text-content{
     font-size: 100%;
    font-family: 'Arial', sans-serif;
}
.text-content img.lovelyPicture, .contentHolder img{
    max-width: 100%;
}
.contentHolder a{
    color: #000000;
    text-decoration: none;
}
.picture-content{
    text-align: center;
}
.picture-content img.lovelyPicture {
    /* margin: 10px !important; */
    /* display: inline-block; */
    /* position: relative; */
    /* vertical-align: middle; */
    /* box-shadow: 0px 0px 5px #000000; */
    /* min-width: 200px; */
    /* min-height: 140px; */
    /* height: 100%; */
    width: 100%;
    cursor: pointer;
}
.picture-holder {
    float: left;
    width: 200px;
    height: 140px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: black;
}
.extra-info{
    display: none;
}
.extra-info-button:hover{
    cursor: pointer;
    color: black;
}

.viewer-footer{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.viewer-next{
    position: absolute;
    right: 100px;
    height: 60px !important;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    padding: 0;

}
.viewer-next:before{
    font-family: FontAwesome !important;
    content: "\f054" !important;
    color: white !important;
    width:60px !important;
    height: 60px !important;
    /*position: absolute;*/
    top: 0px !important;
    left: 0px !important;
    font-size: 20px !important;
    line-height: 60px !important;
    background-image: none !important;
}
.viewer-prev:before{
    font-family: FontAwesome !important;
    content: "\f053" !important;
    color: white !important;
    width:60px !important;
    height: 60px !important;
    /*position: absolute;*/
    top: 0px !important;
    left: 0px !important;
    font-size: 20px !important;
    line-height: 60px !important;
    background-image: none !important;
}
.viewer-button:before {

    font-family: FontAwesome !important;
    content: "\f00d" !important;
    color: white !important;
    /* width: 60px !important; */
    /* height: 60px !important; */
    position: absolute;
    top: 40px !important;
    left: 32px !important;
    font-size: 20px !important;
    line-height: 60px !important;
    background-image: none !important;
}
.viewer-prev{
    position: absolute;
    left: 100px;
    height: 60px !important;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.viewer-reset, .viewer-one-to-one, .viewer-play{
       display: none;
}
.viewer-close{
    width: 110px !important;
    height: 110px !important;

}

/**************************************************
MOBILE
***************************************************/

@media only screen and (max-width: 1000px) {
    body{
        display: flex;
        flex-direction: column;
    }
     body::after{
         position: fixed;
         left:10%;
         width: 80%;
         height: 525px;
         -webkit-background-size: contain;
         -moz-background-size: contain;
         -o-background-size: contain;
         -safari-background-size: contain;
         background-size: contain;
         clear: both;
     }
     .mainMenu{
         float:left;
         margin-top: 500px;
     }
     body.year2020{
        background-image: url('../images/2020/background-mobile.jpg');
        background-color: #3a3b3f;
        background-size: cover;
    }
  }
