/*  
    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/BebasNeue-webfont.eot');
    src: url('https://indico.cern.ch/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://indico.cern.ch/fonts/BebasNeue-webfont.woff') format('woff'),
         url('https://indico.cern.ch/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('https://indico.cern.ch/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: #555 url('/conferenceDisplay.py/getPic?picId=6&confId=235520');
    background-position: center bottom;
    background-attachment: fixed;
}

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


*/


/*
    The wrapper of the whole conference page.
*/
.conf {
    max-width: 1000px;
    border: none;
    margin: 0 auto;
}

.confheader {
    background: none;
}

/*
    Wraps around the upper part of the conference header.
*/
.confTitleBox {
    min-height: 90px;
    border-top: none;
    border-bottom: none;
    background: none;
}

/*
    Sets the width of the upper part of the conference header.
    Is set to 950px and centered by default.
*/
.confTitle {
    width: 970px;
    margin: 0 auto; 
}

.confSubTitleContent {
    width: 970px;
    margin: 0 auto;
    font-size: 11pt;
    color: #24425a;
  }

/*
    The box containing the logo. By the default the logo is placed 
    on the left of the conference title.
*/
.confLogoBox {
    float: none;
    display: inline-block;
    padding-bottom: 20px;
}

.confLogoBox img {
    width: 100%;
}

/*
    The style for the title text.
*/
.conferencetitlelink {
    text-align: center;
    font-size: 6em;
    text-transform: uppercase;
    font-weight: normal;
    color: black;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-family: 'BebasNeueRegular', 'Impact', 'Helvetica', 'Arial', 'Sans';
}

.conferencetitlelink span[itemprop="title"] {
    vertical-align: text-bottom;
    color: rgb(6, 6, 78);
}

.conference-title-link {
    font-size: 22pt;
    color: #5b5b5b;
  }

/*
    Styles for the date and place information.
*/
/*
.datePlace {
    font-family: 'BebasNeueRegular', 'Impact', 'Helvetica', 'Arial', 'Sans';
    font-size: larger;
}
*/

.datePlace {
    font-size: 14pt;
  }

/*
    Wrapper around the bottom part of the conference header 

.confSubTitleBox {
    padding: 1em;
    border: 1px solid #999;
    min-height: 45px;
    background: #fafafa;

    background-image: -ms-linear-gradient(top, #f3f3f3, #b7c6c7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#b7c6c7));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #b7c6c7);
    background-image: -o-linear-gradient(top, #f3f3f3, #b7c6c7);
    background-image: -moz-linear-gradient(top, #f3f3f3, #b7c6c7);
    background-image: linear-gradient(top, #f3f3f3, #b7c6c7);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#b7c6c7'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#b7c6c7')";

    width: 100%;
    margin-left: -15px;
}
 */

/*
    The content of the lower part of the header. Is by default
    centered and has a fixed width.

.confSubTitleContent {
    width: 1030px;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 2em;
    color: #3E5D74;
}
*/

/*
    Style for links in the lower part of the header

.confSubTitle a {
    font-family: Verdana;
    font-size: 11pt;
}
*/

/* ----------- Styles for the main content ----------- */

/*
    The wrapper around the menu and the page content.
    By default centered with a fix width.

#confSectionsBox {
    width: 990px;
    background: url('https://indico.cern.ch/conferenceDisplay.py/getPic?picId=2&confId=235520') repeat;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.5), inset 0px 3px 2px rgba(100, 100, 100, 0.1);
    margin: 0 auto;
    padding: 20px;
    border-radius: 0 0 3px 3px;
}
*/