/*  
    Use this stylesheet to modify the layout of your
    conference.
*/



/* ----------- Styles for the conference header ----------- */


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('https://indico.cern.ch/fonts/Roboto-webfont.eot');
    src: url('https://indico.cern.ch/fonts/Roboto-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://indico.cern.ch/fonts/Roboto-webfont.woff') format('woff'),
         url('https://indico.cern.ch/fonts/Roboto-webfont.ttf') format('truetype'),
         url('https://indico.cern.ch/fonts/Roboto-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    /*    background: #555 url('https://indico.iaa.csic.es/event/13/images/10-NGC1333AdrianPinya.png'); */
    background: url('https://workshops.ice.csic.es/event/8/images/19-STScI-01HQP7A7CJ3VX4B3C4ZNCWXP3P-2.png');
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat repeat;
    background-size: cover;
    color: white; 
}

#outer {
    background: black;
    border: 0px solid #ccc;
}

#outer > li.menuConfTitle > a {
    color: #fef1c9;
}

#outer > li.menuConfTitle:hover > a {
    color: black;
}

#outer > li.menuConfSelected > a {
    color: black;
}

.menuConfSelected {
    background: #fef1c9;
}

.confheader, .confSubTitleBox { background: rgba(0, 0, 0, 0); }

.confTitle {
    background-position: center top;
    background: url('https://workshops.ice.csic.es/event/8/images/27-webpage_banner.jpg');
    background-color: transparent;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 100%;
    height: 500px;
    width: 1000px;
 }

 .confTitle > h1 {
    display: none;
 }

 .confTitle {
    background-position: right top;
    background-color: transparent;
 }
 
 .confBodyBox {
    background-color: black;
    width: 1000px;
    margin-left: -25px;
    margin-top: -14px;
    padding-bottom: 40px;
 }

 .col2 {
    width: 740px;
    margin-top: -260px;
    margin-left: 230px;
    text-align: justify;
 }

 conferenceDetails.description {
    height: 600px;
 }

 .confTitleBox {
    color: white;
    min-height: 90px;
    text-align: left;
    background: rgba(0, 0, 0, 0);
}

.conference-title-link {
    font-size: 36pt;
    display: block;
    padding: 25px 0;
    color: rgb(16, 210, 255);
    text-align: center;
    line-height: 1.5;
    max-width: 1030px;
    width: 102%;
}

.search-box {
    display: none;
}

h1 > span > strong {
    display: none;
}

div.description > p {
    color: rgb(230, 230, 230);
    text-shadow: 1px 1px 2px black;
    text-justify: inter-word;
}

.description > h1 {
    background-color: black;
    height: 0px;
    margin: -16px;
}

#confSectionsBox {
    margin-top: 0px;
}

.confSubTitleBox {
    background: rgba(0, 0, 0, 0);
    border-bottom: none;
    border-top: none;
    padding: 0.5rem 0;
    height: 0px;
    width: auto;
}

.datePlace {
    display: none;
}

.wrapper {
    background: url('/conferenceDisplay.py/getPic?picId=1&confId=235520') repeat;
    background: rgba(0, 0, 0, 0);
}


/*
    The style for the title text.
*/
.conferencetitlelink {
    text-align: center;
    font-size: 6em;
    text-transform: uppercase;
    font-weight: normal;
    padding: 70px 0 5px 0;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4), 0 0 1em rgba(0, 0, 0, 0.4), 0 0 0.2em rgba(0, 0, 0, 0.4);
    font-family: 'RobotoRegular', 'Impact', 'Helvetica', 'Arial', 'Sans';
}

.conferencetitlelink span[itemprop="title"] {
    vertical-align: middle;
}

.infoline.info {
    padding: 10px 10px 10px 0;
    clear: both;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.infoline {
    color: white;
    font-size: 18px;
}

.chairs, .material { display: none; }

.conf_leftMenu { 
    margin-left: -24px;
    margin-top: 30px; 
}

.conference-page header h2 {
    color: #FFFF00;
    /*    color: #cb6d04;*/
    text-shadow: 2px 2px 4px #000000, 0 0 1em rgba(0, 0, 0, 0.4), 0 0 0.2em rgba(0, 0, 0, 0.4);
}