@charset UTF-8;

/* home page CSS Document */
/* section {
max-width: 1680px;
margin-right: 210px;
}
*/

/* Class Elements  */
.HL {
font-weight:700;
font-style:italic;
}
/*.center {
display:block;
margin-left:auto;
margin-right:auto;
width:50%;
} */


/* Single Elements */
#motto {
text-align:center;
font-size:34px;
font-style:italic;
line-height:120%;
margin:20px;
}
#conference {
background-color:#CBA7F3;
width:100%;
height:2980px;
margin:auto;
border-style:solid;
border-color:#FFF;
}
#diverse {
padding:20px;
text-align:center;
color:#C0820A;
font-size:36px;
font-weight:700;
line-height:120%;
background-color:#FDFFD1;
border-radius:6px;
justify-content:center; 
}
#diverse a:hover {
font-weight:710;
}
#hollywood {
padding:20px;
color:#317CA9;
font-size:36px;
font-weight:700;
line-height:120%;
text-align:center;
background-color:#B5E6FF;
border-radius:6px;
justify-content:center;
}
#hollywood a:hover {
font-weight:710;
}
#Indigenous {
display:flex;
flex-direction:row;
flex-wrap: wrap;
padding:20px;
color:#1A1A1A;
font-size:36px;
font-weight:700;
line-height:120%;
text-align:center;
background-color:#90EE90;
border-radius:6px;
}
#Indigenous a:hover {
font-weight:710;
}
#london {
flex-direction: row;
justify-content: center; 
font-size:13pt;
}
#TenOhThree {
flex-direction:column;
justify-content:center;
padding:20px;
text-align:center;
color:#000000;
background-color:#CBA7F3;
border-radius:6px;
}
#TenOhThree-iframe {
position: relative;
top: 0;
left: 0;
bottom: 0;
right: 0;
max-width: 860px;
max-height:400px;
border: none;	
}