@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body#pie1{
  font-family:'Century Gothic', sans-serif;
}

table#pie3{
	width: 100%;
}

section#container{
  margin: 0px auto;
  max-width: 100%;
  background-color:#02074B;
  overflow: hidden;
  text-align: center;
	
}
div#block{
  background-color: #02074B;
  width: 31.33%;
  height: auto;
  float: left;
  color: aliceblue;
  font-size: 13px;
  text-align: center;
	
}
table#pie3 a{
	color: aliceblue;
	text-decoration: none;
}
@media screen and (max-width:740px){
	div#block{
    background-color: #02074B;
    width: 100%;
	text-align: center;
	}}
 
  
@media screen and (max-width:320px){
	div#block{
     width: 100%;
	   text-align: center;
	}}

