/* 
  This affects all templates. 
  Only update this css file if intending to apply universal styling to all templates
 */

 .foot{
  background-color: rgb(220, 220, 220);
  border-radius: 25px;
  width: 95%;
  position: static;
  bottom: 25px;
  margin-left: 2.5%;
 }
 #quote{
  font-size: 12px;
 }

 #col-left{
  width: 30%;
 }

 #col-right{
  width: 30%;
  position: fixed;
  right: 5%;
 }

 #navbar{
  background-color: rgb(220, 220, 220);
 }
