@charset "UTF-8";
footer section.address{
  background-color:#1a2b3b;
  color:white;
  border-top:2px solid #808080;
}
footer section.address div.siteBoundaries, 
footer section.copyright div.siteBoundaries{
  padding:3rem 0;
}
footer section.address div.siteBoundaries div.column{
  width:33.3333%;
  text-align:center;
  vertical-align:top;
  overflow:hidden;
}
footer section.address div.siteBoundaries div.column h2.title{
  color:white;
  text-transform:uppercase;
  padding-bottom:1.5rem;
  font-size:inherit;
}
footer section.address div.siteBoundaries div.column span{
  display:block;
  line-height:2.25rem;
  white-space:normal;
}
footer section.address div.siteBoundaries div.column.socialMedia a{
  width:5rem;
  height:5rem;
  padding:1rem;
  font-size:3rem;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
  margin:0 0.75rem;
  color:#373435;
  background-color:white;
  transition:all 0.3s;
}
footer section.address div.siteBoundaries div.column.socialMedia a:hover{
  background-color:Gray;
}
footer section.copyright{
  background-color:#182837;
  color:white;
}
footer section.copyright div.siteBoundaries span{
  width:50%;
}
footer section.copyright div.siteBoundaries span.developer{
  text-align:right;
}
/* -- Mobile ---------------------------------------------------------------- */
@media only screen 
  and (max-width:1180px){
  footer section.address div.siteBoundaries, 
  footer section.copyright div.siteBoundaries{
    padding:1.5rem 0;
  }
  footer section.address div.siteBoundaries div.column{
    width:100%;
    display:block;
    padding:3rem 0;
  }
  footer section.copyright div.siteBoundaries span{
    width:100%;
    display:block;
    text-align:center;
    line-height:3rem;
  }
  footer section.copyright div.siteBoundaries span.developer{
    text-align:center;
  }
}
