html {
  background-color:transparent;
  block-size: 1024;
}

p {
  font-family: Lato;
  font-size: 10px;
}

body {
  font-family: Lato;
  font-size: 10px;
  margin: 0;
  block-size: 1024;
  width: 100%;
  background-color:transparent;

}

h {
  font-family: Lato;
  font-size: 10px;
}

div.container {
    font-family: Lato;
  font-size: 10px;
    width: 100%;
    border: 1px solid gray;
      #background-color:white;

}

header {
    padding: 1em;
    color: white;
    width: 1000px;
    height: 124px;
    background: url('Logo_MWM.png');
    #background-color: black;
    font-weight: bold;
    clear: left;
    text-align: center;
    text-valing: bottom;
#    block-size: 1024px;
}



 footer {
    padding: 1em;
    color: white;
    width: 1015px;
    height: 124px;
#    background: url('Logo_JAO.png');
    #background-color: white;
    clear: left;
    text-align: center;
    text-valing: bottom;
#    block-size: 1024px;
}


 nav {
     #background-color: white;
    font-weight: regular;
    font-size: 10px;
    float: left;
    max-width: 160px;
    margin: 1em;
    padding: 0;
    overflow: hidden;
#    position: fixed;
    top: 140px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav ul li {
  margin: 0.5em 0;
}

nav ul a {
    font-family: Lato;
    font-weight: bold;
    text-decoration: none;
}

article {
    margin-left: 180px;
    border-left: 1px solid gray;
    padding: 1em;
    overflow: hidden;
    text-align: justify;
    width: 800px;
    #height:1024px;
    
}
h1 {
  font-family: Lato;
  font-weight: 100;
  font-size: 32px;
  font-weight: bold;
}
h2 {
  font-family: Lato;
  font-weight: 100;
  font-size: 18px;
  font-weight: bold;
}
h3 {
  font-family: Lato;
  font-weight: 100;
  font-size: 14px;
}
h4 {
  font-family: Lato;
  font-weight: 100;
  font-size: 20px;
}
div.body {
  display: block;
  margin: auto;
#  width: ;
  #background-color:white;
  heigth: 1024px;
  width: 95%;
  font-size: 10px;
}

/* unvisited link */

a:link {
    color: #80BED0;
}

/* visited link */
a:visited {
    color: #8285A3;
}

/* mouse over link */
a:hover {
    color: #98ACB9;
}

/* selected link */
a:active {
    color: DarkGrey;
}
hr {
  border: 1px solid grey;
}

table {
  border-collapse: collapse;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
#  width: 90%;
}

table td, table th {
  font-family: Lato;
    border: 1px solid  #80BED0;
    padding: 8px;
    font-size: 10px;
    color:  #98ACB9;
}

table tr:nth-child(even){#background-color: #f2f2f2;}

table tr:hover {#background-color: #ddd;}

table th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  #background-color: #8285A3;
  color: white;
}
div.polaroid {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1em;
  padding: 10px;
  width: 90%;
  #background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img {width: 60%}

div.caption {
  font-size: 14px;
  text-align: justify;
  padding: 10px 20px;
}
div.caption span.caption-label {
  font-style: italic;
}

select {
     font-family: Lato;
  font-size: 10px;
}


div {
    font-family: Lato;
  font-size: 10px;
}


div.testTable{
    width: 30%; display: table; table-layout: auto;
    padding:0;
    margin:0;

}

div.testRow{
    display: table-row; width: 100%; 
white-space: nowrap;
    vertical-align:top;
    padding:0;
    margin:0;
     border: 1px solid black;
}


div.Column{
    display: table-cell; height:100%; min-width: 100%; #background-color: #CCD9FF;    
    vertical-align:top;
    padding: 0.2em;

    border: 0px; 
    margin:0;
}

div.testColumn1{
    display: table-cell; height:100%; min-width: 25%; #background-color: #CCD9FF;    
    vertical-align:top;
    padding: 0.2em;

    border: 0px; 
    margin:0;

}

div.testColumn2{
    display: table-cell; height:100%; min-width: 25%;#background-color: #ECFFE5; 
    vertical-align:top;
    padding: 0.2em;
    border: 0px; 
    margin:0;
    width: 400px;

}
div.testColumn3{
    display: table-cell; height:100%; min-width: 25%;#background-color: #FFEBE5; 
    vertical-align:top;
    padding: 0.2em;

    border: 0px; 
    margin:0;

}

div.testColumn4{
    display: table-cell; height:100%; min-width: 25%;#background-color: #FFFFCC; 
    vertical-align:top;
    padding: 0.2em;

    border: 1px solid black;
    margin:0;
}
