/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

*{
margin:0;
padding:0;
list-style:none;
text-decoration:none; 
}
.header{
width:100%;
height:70px;
display: block;
background-color:#101010;
 }
.inner_header{
width:60%;
height:100%;
display:block;
margin:0 auto;
background-color:#101010;
 }
.logo_container{
height:100%;
display:table;
float:left;
 }
.logo_container h1{
color:white;
height:100%;
display:table-cell;
vertical-align:middle;
font-family:sans-serif;
font-size:32px;
font-weight:100;
 }
 .logo_container h2{
color:white;
height:100%;
display:table-cell;
vertical-align:middle;
font-family:sans-serif;
font-size:12px;
font-weight:100;
}
.logo_container h1 span{
font-weight:600;
}
.navigation{
height:100%;
float:right;
 }
.navigation a{
height:100%;
display:table;
float:left;
padding:0px 10px;
}
.navigation a li{
display:table-cell;
vertical-align:middle;
height:100%;
color:white;
font-family:sans-serif;
font-size:12px;
}
table{
background-color:white;
text-align:justify; 
font-family:sans-serif;
border-collapse:collapse;
}
body{
background-color:#F5F5F5;
min-height:100vh;
}
.heading{
text-align:justify;
font-weight:bold; 
}
.footer{
width:100%;
height:70px;
display: block;
background-color:#101010;
 }
.inner_footer{
width:97.8%;
text-align:center;
padding:15px;
position:sticky;
top:100%;
bottom:o;
margin:0 auto;
background-color:#101010;
 }
.inner_inner_footer{
width:60%;
text-align:center;
padding:15px;
position:sticky;
top:100%;
bottom:o;
margin:0 auto;
background-color:#101010;
 }