﻿/* 	This file contains broad layout and positional rules.  It is the "default" appearance of
the functional pages. */
/* START: TAG Styles */
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
  background-color: #ffffff;
  font-family: Calibri, Candara, Arial, sans-serif;
}
/* END: TAG Styles */
.jumbotronftr {
  padding-top: 60px;
}
.spanner {
  text-align: right;
}
.spannerimg {
  width: 400px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
}
@media (min-width: 768px) {
  .spannerimg {
    width: 800px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
  }
}
/*# sourceMappingURL=site.css.map */