.wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
    justify-content: center;
}

.wrapper > * {
  padding: 10px;
  flex: 1 100%;
}

.header {
    font-family: 'Amarante', serif;
    font-size: 50px;
    color: #fff;
    background-color: #49274A;
    padding: 2px;
}

.footer {
	font-family: 'Martel', serif;
	font-size: medium;
	color: #FFF;
	background-color: #49274A;
	font-weight: 100;
	line-height: 25px;
}
.footer a:link {color: #FFFFFF; text-decoration: none;}
.footer a:visited {color: #FFFFFF; text-decoration: none;}
.footer a:hover {color: #FFFFFF; text-decoration: underline;}
.footer a:active {color: #FFFFFF; text-decoration: underline;}

.main {
  text-align: left;
  background: ffff;
  max-width: 850px;
}

.aside-1 {
  background: gold;
}

.aside-2 {
  background: fff;
    max-width: 220px;
}

@media all and (min-width: 600px) {
  .aside { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .main    { flex: 3 0px; }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; }
}

body {
  padding: 2em; 
}

.TopHeader {
    font-family: 'Amarante', serif;
    font-size: 50px;
    color: #fff;
    background-color: #49274A;
    padding: 2px;
}
.nav-link {
    font-family: 'Martel', serif;
    font-size: medium;
    font-weight: 100;
    color: #ffffff;
    background-color: #49274A;
    border: 2px solid #49274a;
    list-style-image: none;
    list-style-type: disc;
    text-decoration: none;
    padding: 2px;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 5px;
    margin-left: 1px;
    text-align: right;
}
.nav-link a:link {color:#ffffff; text-decoration: none;}
.nav-link a:visited {color:#E3E3E3; text-decoration: none;}
.nav-link a:hover {color:#F4DECB; text-decoration: underline;}
.nav-link a:active {color:#ffffff; text-decoration: underline;}
	
.BodyText {
    font-family: 'Open Sans', sans-serif;
	font-size: medium;
	color: #49274A;
	text-align: left;
	font-weight: normal;
}
.BodyText a:link {color:#94618e; text-decoration: none;}
.BodyText a:visited {
    color: #49274A;
    text-decoration: none;
}
.BodyText a:hover {
    color: #49274A;
    text-decoration: underline;
}
.BodyText a:active {
    color: #94618E;
    text-decoration: underline;
}

.SectionHeaders {
    font-family: 'Martel', serif;
    font-size: medium;
    font-weight: 900;
    color: #49274a;
    background-color: #F8EEE7;
    padding: 5px;
    border: thin solid #F4DECB;
	}
.SectionHeaders a:link {
    color: #49274A;
    text-decoration: none;
}
.SectionHeaders a:visited {
    color: #49274A;
    text-decoration: none;
}
.SectionHeaders a:hover {
    color: #94618E;
    text-decoration: underline;
}
.SectionHeaders a:active {
    color: #49274A;
    text-decoration: underline;
}

.Quotes {
    font-family: 'Open Sans', sans-serif;
    font-size: small;
    font-weight: normal;
    color: #49274A;
    background-color: #F8EEE7;
    border: thin dashed #F4DECB;
    text-align: left;
    margin: 5px 5px 5px 10px;
    padding: 5px;
	}

.Quotes a:link {
    color: #94618E;
    text-decoration: none;
}
.Quotes a:visited {
    color: #49274A;
    text-decoration: none;
}
.Quotes a:hover {
    color: #49274A;
    text-decoration: underline;
}
.Quotes a:active {
    color: #94618E;
    text-decoration: underline;
}

.Title {
    font-family: 'Martel', serif;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    background-color: #F8EEE7;
    border: medium solid #F4DECB;
    color: #49274A;
    padding-left: 8px;
    padding-right: 8px;
}
.volume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #C4C4C4;
	text-align: left;
}
.volume a:link {color:#49274A; text-decoration: none;}
.volume a:visited {color:#49274A; text-decoration: none;}
.volume a:hover {color:#94618E; text-decoration: underline;}
.volume a:active {color: #F4DECB; text-decoration: underline;
}

.title-german {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E8E8E8;
	text-align: left;
}
.title-english {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #F8EEE7;
	text-align: left;
}
.HomeSections{
    font-family: 'Open Sans', sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #330000;
    text-align: left;
    margin: 5px 5px 5px 10px;
    padding: 2px;
    list-style-type: circle;
    list-style-image: none;
	}
.HomeSections a:link {
    color: #94618E;
    text-decoration: none;
}
.HomeSections a:visited {
    color: #49274A;
    text-decoration: none;
}
.HomeSections a:hover {
    color: #49274A;
    text-decoration: underline;
}
.HomeSections a:active {
    color: #94618E;
    text-decoration: underline;
}

.WhatNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
	padding: 2px;
	background-color: #FFFFCC;
	text-align: left;
}
.WhatNew a:link {color:#990000; text-decoration: none;}
.WhatNew a:visited {color:#990000; text-decoration: none;}
.WhatNew a:hover {color:#CC0000; text-decoration: underline;}
.WhatNew a:active {color:#CC0000; text-decoration: underline;}

.GATitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	background-color: #49274A;
	text-align: Center;
	}

.GATitles {
	font-family: palatino, georgia, verdana, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: ##49274A;
	text-align: left;
	padding: 0px 0px 0px 25px;
	}
	
.GAPageSections {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #49274A;
    background-color: #F8EEE7;
    padding: 2px;
    border: thin solid #F8EEE7;
    text-align: left;
	}
.Update {
    font-family: 'Open Sans', sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #FFEBD4;
    background-color: #AE0000;
    border: thin dashed #AE0000;
    text-align: left;
    margin: 5px 5px 5px 10px;
    padding: 5px;
	}

.Update a:link {
    color: #FFC583;
    text-decoration: none;
}
.Update a:visited {
    color: #FFEBD4;
    text-decoration: none;
}
.Update a:hover {
    color: #FFC583;
    text-decoration: underline;
}
.Update a:active {
    color: #FFEBD4;
    text-decoration: underline;
}
