body
{
  background-color: #505050;
  font-family: Calibri, Helvetica, Verdana;
  src: url(/fonts/CALIBRI3.eot);
}

p
{
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.squawk
{
  float: left;
  position: relative;
  background: white;
  width: 65%;
  margin: 200px 10px 10px 10px;
  padding: 20px;
  border: 3px solid black;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.squawktip
{
  float: right;
  position: relative;
  right: -34px;
}

.mindtrick
{
  font-size: 3em;
  font-weight: bold;
  line-height: .8em;
  text-align: center;
  text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

.trooper
{
  clear: both;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

#footer-main 
{
    position: fixed;
    bottom: 0;
    width: 100%;
}
#mobile-menu 
{
    background: hsla(213, 48%, 69%,.8);
}
#footer-main-container 
{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow: hidden;
}
.footer-link 
{
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.footer-link a 
{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

