/* FROM innofied.com [with pjm comments]
		Resets and overrides [ok]
		Links and type
		Main layout
		Secondary layout structures
		Form elements [useful]
		Miscellaneous [ok]
	Example start of "section" is below:
*/

/* resets and overrides
========= */

/* FROM webdesignledger.com [with pjm comments]
	 * CH01 - Resets [ok]
	 * CH02 - Typography
	 * CH03 - Page Structure
	 * CH04 - Header & Navigation [ok; separate]
	 * CH05 - Content & Media
	 * CH06 - Footer [ok]
	 * CH07 - Miscellaneous [ok]
*/

/* AZULEON CSS sections

	* 0. site colours [not really CSS; just general information about the colours used in the specific website]
	
	* 1. resets and overrides

	* 2. general typography [H1-H6 + P + general links!]

	* 3. general layout

	* 4. header-specific
	* 5. navigation-specific
	* 6. footer-specific
	
	* 7. form elements [input, form buttons, ecc]

	* 8. miscellaneous [body, etc]

*/

/* IN PRACTICE */

/* 0. site colours
==================================== */
/*
STEMNET 2026 COLOURS
[
For colour names, see
(1) http://chir.ag/projects/name-that-color/  OR
(2) http://www.colblindor.com/color-name-hue/
]

"Official colours":

blue:            #09324e
lightblue:       #47667B
yellow:          #dfa539
bordeaux:        #A60B26
green:           #385823


light green:      #6A835A
very light green: #F5F6F3
brown: 				#5A320D           
light brown:      #784311
very light brown: #EFEBE7
yellow:           #FFCC32
blue:             #3B5274

*/


/* 1. resets and overrides
==================================== */

/* Override default uikit default*/
em {
	color: inherit;
}

/*
 * Modifier: `uk-button-form`
 */

.uk-notify.uk-notify-top-center {margin-top:50px;}
.uk-notify-message>.uk-close {visibility: visible;}

/* 2. general typography
==================================== */
body * {
	font-family: 'Raleway', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #09324e;
	font-weight:600;
}

p {
	font-family: 'Raleway', Arial, sans-serif;
	color:#2f2f28;
}

ul > li {
	font-family: 'Raleway', Arial, sans-serif;
	color:#2f2f28;
}
ol >li {
	font-family: 'Raleway', Arial, sans-serif;
	color:#2f2f28;
}

.az_monosp {
	font-family: 'Lekton', 'Monaco', monospace;
	font-size:15px;
	/*font-weight:bold;*/
}

a {
	text-decoration: none;
	color: #dfa539;
	font-weight:bold;
	/*border-bottom:1px dotted #666;*/
	padding: 0 2px 1px 2px;
}
a:hover {
	text-decoration: underline;
	color: #09324e;
}

#az-badge .uk-badge {
	background-color:#D70203; font-size:1.5rem; height: 2.4rem; padding: 10px 10px;
}


/* 3. general layout
==================================== */
/*table.az_programme p { margin-bottom:0; margin-top:10px;}*/
table.az_programme p.pre_coffee {margin-bottom: 1em;}
tr.post_coffee td p, tr.post_coffee td h3 {padding-top: 0.6em;}
p.post_coffee {padding-top: 0.6em;}
/*table.az_programme td.break {padding-bottom:5px; padding-top:0px;}*/
table.az_programme th {border-bottom: 2px solid #1f497d;}
table.az_programme th h2 {margin-bottom:0px; color:#ca9e01;}
table.az_programme p.blue-lecture {margin-bottom:10px;}

#mapid { height: 400px; }

.withAnchor1 {position:relative;}
.withAnchor2 {position:absolute; top:-100px;}

.buttonRegistration {
	background-color: #5A320D;
	color:#fff;
}
.buttonRegistration:hover {
	background-color: #AD9987;
	color:#fff;
}

.button-back {
  background-color: #1f497d;
  color: #ffffff;
}
.button-back:hover,
.button-back:focus {
  background-color: #1f497d;
  color: #ffffff;
}

.Blank {
	color: #fff;
}
.Blue {
	color: #09324e;
}

.Session {
	color:#09324e;
	font-weight:bold;
	font-size: 1.1rem;
}
.plenarySession {
	color:#A60B26;
	font-weight:bold;
	font-size: 1.2rem;
	font-variant:small-caps;
}

.plenarySessionN {
	color:#385823;
	font-weight:bold;
	font-size: 1.2rem;
	font-variant:small-caps;
}

.break {
	font-style:italic;
	font-weight:bold;
	color:#dfa539;
}
.Speaker {
	color:#BD485D;
	font-weight:bold;
}
.SpeakerN {
	color:#385823;
	font-weight:bold;
}
.affiliation {
	font-weight:normal;
	font-style:italic;
}
.chair {
	font-style: italic;
	color: rgb(153,153,153);
	font-weight:bold;
}
.contest {
	color:#4db4e4;
}


/* 4. header-specific
==================================== */

p.headerTitle {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 2.8rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerLocation {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.9rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerTitleM {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 2.4rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerLocationM {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.5rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerTitleS {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}
p.headerLocationS {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.1rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}


/*Internal pages*/
p.headerTitleInt {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 2.5rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerLocationInt {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.6rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerTitleIntM {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 2.3rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerLocationIntM {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.2rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerTitleIntS {
	font-family: 'Montserrat', sans-serif;
	color:#09324e;
	font-weight:700;
	font-size: 1.4rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}

p.headerLocationIntS {
	font-family: 'Roboto', sans-serif;
	color:#dfa539;
	font-weight:600;
	font-size: 1.1rem;
	line-height: 1.2;
	text-transform: none;
	display: block;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;	
}



/* 5. navigation-specific
==================================== */
/* MAIN MENU STYLING */

/* uikit 3 */
/* Start MENU formatting */
#STEMNET-navbar,
#STEMNET-navbar .uk-navbar-container {
	background-color: #09324e;
}

#STEMNET-navbar .uk-navbar-nav > li > a,
#STEMNET-navbar .uk-navbar-item,
#STEMNET-navbar .uk-navbar-toggle {
	font-family:'Roboto';
	font-size: .9rem;
	min-height:40px;
	color:#fff;
	padding:0 15px;
	font-weight:normal;
}
.uk-navbar-nav {
	gap:0px;
}
#STEMNET-navbar .uk-navbar-nav > li a:hover {
	color: #09324e;
	background-color:#fff;
	border-bottom: none;	
}

#STEMNET-navbar ul li li {
	list-style:none;
}

#STEMNET-navbar ul li li a {
	color:#fff;
}

#STEMNET-navbar ul li li a:hover {
	text-decoration:none;
}

#mySTEMNEToffcanvas {
	background-color: #dfa539;
	color: #ffffff;
	text-align:center;
	text-transform:none;
}
#logoutOffcanvas {
	background-color: #d70303;
	color: #09324e;
	text-align:center;
	text-transform:none;
}


/* ukit 2 */
nav#STEMNET_nav {
	background-color:#640f2c !important;
	color:#000;
}
nav#STEMNET_nav a {
	color:white;
	border-bottom:none;
	text-shadow: none;
}

nav#STEMNET_nav li  a {
	font-family: 'Roboto';
	font-size: 14px;
	text-shadow: none;
}

nav#STEMNET_nav li a:focus {
	background-color:white;
	color:#211E56;
}

nav#STEMNET_nav li a:hover {
	background-color:white;
	color:#211E56;
}

li#mySTEMNET a {
	background-color: #dfa539; 
	/*color: #fff !important;*/
	text-transform:none;
}

li#logout a {
	background-color: #D12130;
	color: #ffffff;
	text-shadow: none;
}

/*DROPDOWN MENU*/
#STEMNET-navbar .uk-navbar-dropdown {
	padding-top:7px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:0px;
	background-color:#09324e;
}

#STEMNET-navbar .uk-navbar-dropdown ul {
	margin-bottom:10px;
}

#STEMNET-navbar .uk-navbar-dropdown-nav>li>a {
	/*padding-top:10px;*/
	width:auto;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color: #fff;	
	text-decoration:none;
}

#STEMNET-navbar .uk-navbar-dropdown-nav>li>a:hover {
	color: #C1CCD3;
	background-color: transparent;
	--uk-position-offset: 0px;
}
.uk-navbar-dropdown {
    --uk-position-offset: 0px;
}

#STEMNET-navbar .uk-nav-sub a  {
	color: #949494;
}

#STEMNET-navbar .uk-nav-sub a:hover  {
	color: #BDBDBD;
}

#STEMNET_offCanvasMenu .uk-parent > .uk-nav-sub {
	margin-left: 10px;
}
#uk2Navbar .uk-dropdown-navbar {
	background-color:#385823 !important;
}

#uk2Navbar .uk-dropdown-navbar > .uk-nav-navbar >li>a:hover {
	color: #6A835A;
	background-color: transparent;
}



/* 6. footer-specific
==================================== */
.footer {
	background-color:#2A3137;
}
.footer p {
	color:#ffffff;
}
.footer h3 {
	color:#ffffff;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: white;
	text-decoration: none;
}

/*!!!!!ONLY for UIKIT2 footer!!!!!*/
#STEMNET-footer p {
	font-size:16px;
}


/* 7. form elements
==================================== */


/* 8. miscellaneous
==================================== */
