
/* GLOBALS */

* {
    margin:0;
    padding:5;
    border:0;
}



body {
  background-image: url('images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  min-height:100vh; 
  position:relative;
}


#wrapper {
    overflow: hidden;
    padding-bottom: 60px; /*makes the footer stay visible*/
    padding-top: 25px;
    padding-right: 25px;
    min-width: 950px;
}

/*#header {
    padding: 10px;
    background-color: #eee;
}*/

#sidebar{
    width: 280px;
    float: left;
    padding: 10px;
}

#content{
     margin-left: 320px;
     font-family: 'Arial';
     background: #fffc;
     padding-top: 10px;
     padding-left: 40px;
     padding-bottom: 20px;
     padding-right: 20px;
}

.clearer {
	clear: both;
}

#footer {
    width: 100%;
    /*border-bottom: 1px solid #000;*/
    text-align: center;
    font-family: 'arial';
    
    margin: auto;
    padding-bottom: 10px;
    padding-top: 0px;
    color: #bbb;
    position:absolute;
    bottom:0;
}




/* Content section  */

h1{
    padding-top: 10px;
    padding-bottom: 10px;
}

h2{
    padding-top: 10px;
    padding-bottom: 0px;
}

h3.h3_main_text{
    padding-top: 20px;
}

h4.h4_main_text{
    padding-top: 20px;
    padding-bottom: 10px;
}


p{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 0px;
}

p.code{
    padding-bottom: 0px;
    padding-top: 0px;
}

p.vita{
    padding-top: 0px;
}


/* program page specials */

table.program{
    width: 100%;
    padding-left: 10px;
}

table.program td{
    vertical-align: baseline;
    padding-top: 10px;
}

table.program td.time{
    width: 15%;
}
table.program td.type{
    width: 17%;
}
table.program td.topic{
    width: 68%;
}

ul.program{
    list-style-type: circle; /* Remove default bullets */
}
ul.program li{
    margin-left: 0em; 
}


ul.nobullet{
    list-style-type: circle; /* Remove default bullets */
    margin-left: 0em;
    margin-top: 2px; 
}
ul.nobullet li{
    margin-top: 1em;
    margin-left: -0em;
}


/* index page specials */

img.grouppic{
    border-radius: 12px;
    width: 70%;
    text-align:center;
}
p.grouppic{
    padding-left: 25px;
    padding-top: 35px;
    padding-bottom: 25px;
}


/* teachers page specials */


ul.contentlist{
    list-style-type: circle; /* Remove default bullets */
}
ul.contentlist li{
    margin-left: 0em; 
}



table.teachers{
    width: 100%;
    padding: 20px;
}

table.teachers td{
    vertical-align: top;
    padding-top: 30px;
}


table.teachers td.portrait{
    width: 100px;
}
table.teachers td.vita{
    text-align: left;
    padding-left: 15px;
}

img.thumbnail{
    border-radius: 8px;
    width: 100px; 
}


/* venue page specials */

img.venue{
    border-radius: 12px;
    width: 500px;
}
p.venuepic{
    padding-left: 25px;
    padding-top: 35px;
    padding-bottom: 25px;
}


/* SIDE BAR */


img.logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 0px;
    padding-bottom: 10px;
}



img.unilogo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 30px;
    margin-top: 0px;
    padding-bottom: 20px;
}



img.cnrs{
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

img.iwr{
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

img.pci{
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}

img.hgs{
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
}



table.logos1{
    width: 85%;
    padding-bottom: 10px;
}



table.logos1 td.one{
}
table.logos1 td.two{
    padding-right: 10px;
}
table.logos1 td.three{
}
table.logos1 td.four{
    padding-right: 10px;
}
table.logos1 td.five{
}
table.logos1 td.six{
}


table.logos2{
    width: 35%;
    padding-bottom: 10px;
}

table.logos2 td.one{
}
table.logos2 td.two{
}


p.cnrs{
    font-family: 'arial';
    color: #fff;
    font-weight: bold;
}




h4.sidebar-title{
    font-family: 'arial';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 20px;
}


h5.sidebar-subtitle{
    font-family: 'arial';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
   
}

a.sidebar-link{
    font-family: 'arial';
    color: 'gray';
    text-decoration: none;
    font-size: 22px;
    font-weight: 900;
}

a.footer{
    font-family: 'arial';
    color: #fff;
    text-decoration: none;
}



a:visited {
    color: #fff;
    text-decoration: none;
}
a:active{
    color: #fff;
    text-decoration: none; 
}
a:link{
    color:  #fff;
    text-decoration: none; 
}

a:hover{
    color: #fff;
    text-decoration: underline; 
}


a.main_text:visited {
    color: #55f;
    text-decoration: none;
}
a.main_text:active{
    color: #55f;
    text-decoration: none; 
}
a.main_text:link{
    color:  #55f;
    text-decoration: none; 
}

a.main_text:hover{
    color: #55f;
    text-decoration: underline; 
}

/* nav bar */




ul.icon{
    list-style-type: none;
}


ul.icon li::before{
    font-family: 'arial';
    content: "";
    float: left;
    width: 23px;
}

ul.icon  li.home{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/house.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.home:hover{
    text-decoration: underline;
}*/

ul.icon  li.program{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/list-check.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
    
}
/*ul.icon  li.program:hover{
    text-decoration: underline;
}*/

ul.icon  li.teachers{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/graduation-cap.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.teachers:hover{
    text-decoration: underline;
}*/

ul.icon  li.venue{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/map.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.venue:hover{
    text-decoration: underline;
}*/

ul.icon  li.practical{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/lightbulb.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.practical:hover{
    text-decoration: underline;
}*/

ul.icon  li.apply{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/pen-to-square.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.apply:hover{
    text-decoration: underline;
}*/

ul.icon  li.links{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/links.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.links:hover{
    text-decoration: underline;
}*/

ul.icon  li.contact{
    margin: 0;
    padding: 8px 0 8px 32px;
    list-style: none;
    background-image: url("navicons/envelope.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    filter: brightness(0) invert(1) brightness(100%) ;
}
/*ul.icon  li.contact:hover{
    text-decoration: underline;
}*/
