*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body, html	{margin:0; padding:0;width:100%;height:100%!important; overflow-x: hidden; }


#topsection {
  background-color: #000031;
  font-family: Source Sans Pro;
  font-size: 1.2em;
  font-weight: 100;
  height: 3em;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 99%;
  z-index: 1000;
}

.menu
{
    margin-left: 1.5em;
    text-align: left;
    margin-top: 1em;
    font-size:  2em;
}
 
div.menu_table {
  border-spacing: 1px;
  display: table;
  margin: 0 auto;
  padding: 0;
}
 
div.menu_table_row{
    display: table-row;
}
 
div.menu_table_cell{
    float: left;
    display: table-cell;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
}
 
div.menu_table_cell:hover{
    color:#eee;
    display: table-cell;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    padding: 10px 20px;
    cursor: pointer;
}
 

#hidetopsection{
    position: fixed;
    height: 4em;
    float: left;
    top: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.text {
  font-family: Source Sans Pro;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: justify;
  background-color:#fff;
}

.text h2 {
  color: #000021;
  font-size: 3em;
  font-weight: 100;
  text-align: center;
  line-height: 0.5em;
}

.text h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 0.5em;
}

.footer {
  font-family: Source Sans Pro;
  font-size: 0.7em;
  padding-top: 10%;
  text-align: center;
  bottom: 0;
}