


[data-md-color-scheme="terradue"] {
  --md-primary-fg-color:        #00076d;
  --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #00076d;
}


/* enlarge the sidebars and the page */
.md-grid {
	max-width: 71rem;
}
.md-sidebar {
	width: 13rem;
}


.md-header {
	background-image: url('../img/home-top-bg.jpg');
	background-position: 50% 50%;
	background-color: #91560e;
	background-repeat: no-repeat;
	background-size: cover;
}

.md-header__title {
	height: 3.4rem;
}

.md-header__button.md-logo img, .md-header__button.md-logo svg {
	width: 50px;
	height: 50px;
}

.md-footer-meta.md-typeset {
	display: none;
}

/* nav mouseover item color */
.md-nav__link:focus, .md-nav__link:hover {
	color: #91560e;
}

/* nav active item color */
.md-nav__item .md-nav__link--active {
	color: #91560e;
	font-weight: bold;
}

/* links */
.md-typeset a {
	color: #91560e;
	text-decoration: underline;
	-webkit-font-smoothing: auto;
	-moz-font-smoothing: auto;
}

@media screen and (min-width: 60em){
	.md-search__input {
		background-color: rgba(0,0,0,.5);
	}
}


/* FONTS */


@font-face {
	font-family: 'Notes ESA';
	src: url(../fonts/esa/NotesEsaReg.0108671f1f2f697095af.eot);
	src: url(../fonts/esa/NotesEsaReg.0108671f1f2f697095af.eot?#iefix) format('embedded-opentype'), 
		url(../fonts/esa/NotesEsaReg.bc2f4f6ff8eaf48324c4.otf) format("opentype"), 
		url(../fonts/esa/notesesareg-webfont.58f0e15378d39b02780a.woff2) format('woff2'), 
		url(../fonts/esa/notesesareg-webfont.dc908c98d1cd2fc6b7b0.woff) format('woff');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Notes ESA Bold';
	src: url(../fonts/esa/NotesEsaBol.b565a92ebb650adb1bde.eot);
	src: url(../fonts/esa/NotesEsaBol.b565a92ebb650adb1bde.eot?#iefix) format('embedded-opentype'), 
	url(../fonts/esa/NotesEsaBol.6f555f45da244dcb80b4.otf) format("opentype"), 
	url(../fonts/esa/notesesabol-webfont.224bcdb1ebb913e06ec7.woff2) format('woff2'), 
	url(../fonts/esa/notesesabol-webfont.da02f5b068dbb98db3af.woff) format('woff');
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: 'Notes ESA Italic';
	src: url(../fonts/esa/NotesEsaIta.10fe25f1ea687ad39d39.eot);
	src: url(../fonts/esa/NotesEsaIta.10fe25f1ea687ad39d39.eot?#iefix) format('embedded-opentype'), 
	url(NotesEsaIta.3d2eaabc689e887398ab.otf) format("opentype");
	font-weight: 400;
	font-style: italic
}

@font-face {
	font-family: 'Notes ESA Bold Italic';
	src: url(../fonts/esa/NotesEsaBolIta.0de04df42ccb7142fb57.eot);
	src: url(../fonts/esa/NotesEsaBolIta.0de04df42ccb7142fb57.eot?#iefix) format('embedded-opentype'), 
	url(../fonts/esa/NotesEsaBolIta.1d690638a2d24a535ac7.otf) format("opentype");
	font-weight: 700;
	font-style: italic
}

body { font-family: "Notes ESA",Arial,Helvetica,Verdana,sans-serif; }
h1,h2,h3,h4,h5,h6 { font-family: "Notes ESA Bold",Arial,Helvetica,Verdana,sans-serif; }

.md-header__ellipsis {
	font-family: 'Notes ESA Bold';
	font-size: 1.3rem;
	line-height: 3.3rem;
}

/* center all images with src ending with ?style=centered */
 img[src$="style=centered"] {
    display: block;
    margin: auto;
}

img[src$="style=logo"] {
	width: 250px;
    display: block;
    margin: auto;
}