html, body
{
    height: 100%;
    width: 100%;
    min-width: 800px;
    min-height: 0;
    margin: 0;
    padding: 0;
    background-color: #181716;
}

* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
color: #F7EBE6;
}

.container{
height: 100%;
width: 100%;
display: table;
}

/* Style the top navigation bar */
.header {
  overflow:hidden;
  background-color: #2A2727;
  height: auto;
  padding: 10px;
  position: relative; 
}

.header h2{
  position: absolute;
    bottom: 0px;
    left: 95px;
    margin-bottom: 10px; 
}

.logo{
  display:inline-flex;float:left;
  overflow:visible;
  background-color: #2A2727;
  background-image:url(/media/title-icon.png);
  background-repeat:no-repeat;
  height: 75px;
  width: 75px;
  padding: 5px;
}

.linediv {
background-color: #57504D;
height: 1px;
}

/* Style the top navigation bar */
.topnav {
overflow:hidden;
background-color: #181716;
}

.center {
display: table;
margin-left: auto;
margin-right: auto;
}

.center .cenchild{
display: table;
margin-left: auto;
margin-right: auto;
}

.center p
{
text-align: center;
font-size: 18px;
}

.center h2
{
text-align: center;
}

.center .bigtext p{
font-size: 75px;
margin-bottom: 0;
margin-top: 0;
}

/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
line-height: 27px;
font-size: 18px;
padding: 14px 20px;
text-decoration: none;
}

.topnav .currenttab {
float: left;
display: block;
color: #f2f2f2;
background-color: #2A2727;
text-align: center;
line-height: 27px;
font-size: 18px;
padding: 14px 20px;
text-decoration: none;
}

.topnav img{
float: left;
display: block;
color: #f2f2f2;
text-align: center;
font-size: 18px;
margin-right: 5px;
text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #57504D;
  color: #fff;
  transition: 0.3s;
}

/* Style the content */
.content {
  background-color: #2A2727;
  width: 100%;
  display: table-row; 
  height: 100%; 
}

.content-body{
display: table-cell;
padding: 10px;
}

/* Style the footer */
.footer {
display: table-row;
overflow:hidden;
background-color: #181716;
padding: 5px 8px;
height: 50px;
width: 100%;
}

.twitter-button{
    display:inline-block;
    border:none;
    border-radius:4px;
    background-color: #1DA1F2;
    padding: 5px 8px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    margin: 2px;
    margin-top: 15px;
}
.twitter-button img{
margin-bottom:-4px;
padding-right:2px;
}

.twitter-button a:hover {
  background-color: #81C7EF;
  transition: 0.3s;
}

.fa-button{
    display:inline-block;
    border:none;
    border-radius:4px;
    background-color: #060606;
    padding: 5px 8px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    margin: 2px;
    margin-top: 15px;
}
.fa-button img{
margin-bottom:-4px;
padding-right:2px;
}

.fa-button a:hover {
  background-color: #57504D;
  transition: 0.3s;
}

.footer p{
text-align:center;
color:#57504D;
}