h1
{
  font-family: Palatino,sans-serif;
	font-size: 75px;
}

#logo
{
  width: 300px;
  height:250px;
}


.padded
{
  padding:10px;
}

h2
{
  font-family: Palatino,sans-serif;
  word-wrap: break-word;
  width: 500px;
}
.mapDiv
{
  height: 500px;
  width: 500px;
}

*
{
    font-family: Palatino, sans-serif;
    margin: 0;
    padding: 0;
}

html, body, .Container
{
    height: 100%;
    background-color: #212121;
}

    .Container:before
    {
        content: '';
        height: 100%;
        float: left;
    }

button
{
  margin-top: 13px;
  margin-right: 15px;
  float: right;
  background-color: #003366;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-family: 'Palatino';
  font-size: 20px;
  border: none;
}

/*
Header, left and right style inspired by:
https://jsfiddle.net/avrahamcool/QMsuD/
*/

.Header
{
    margin-bottom: 10px;
    background-color: #696969 ;
    padding: 10px;
}
.Content
{
    position: relative;
    z-index: 1;
}

.Content:after
{
    content: '';
    clear: both;
    display: block;
}

.Wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
}

.Wrapper > div
{
    height: 100%;
}

.LeftContent
{
  background-color: #44576e;
  float: left;
  margin-right: 10px;
}
.RightContent
{

    background-color: #202225;
    overflow: hidden;
}
.RightContent:hover
{
    overflow: auto;
}

figcaption{
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width:650px;
}
