* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  background-image: url("./imgs/whitewhite.png");
  height: 25vh;
  font-family: 'Raleway', sans-serif;
}
.footsie {
    
  border-top: 0.0625em solid lightgrey;
  bottom: 0;
  color: rgba(255, 255, 255, 0.95);
  height: auto;
  font-size: 1em;
  text-align: center;
  display: flex;
  flex-direction: row;
  cursor: default;
}
.footsie .leftFooter,
.footsie .rightFooter,
.footsie .middleFooter {
  flex: 1;
  padding: 0.2em;
  margin-top:20px;
}
.footsie ul {
  list-style-type: none;
}
.footsie .list {
  padding-top: 0.6em;
}
.footsie .list a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
}
.footsie .google {
  text-decoration: underline;
}
.footsie p {
  padding: 1.25em;
  text-align:left;
}
.footsie span {
  font-size: 1.2em;
  color: #1F384D;
}

.leftFooter ul li a{color:#1F384D;}
.leftFooter ul li a:hover{color:#ffffff;}


