html * {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  outline: 1px none #f00;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.wrap-width {
  margin: 0 auto;
  max-width: 1200px;
}
.wrap-width#facebook-embed {
  padding-bottom: 40px;
  text-align: center;
}
.wrap-width#facebook-embed .narrow {
  display: none;
}
.bg-container {
  position: relative;
  width: 100%;
}
.bg-container .layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.bg-container .content {
  position: relative;
  top: 0;
  width: 100%;
}
.img-container {
  position: relative;
  width: 100%;
}
.img-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.img-container .layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#header #background {
  background-color: #3d99f5;
}
#header #content {
  overflow: auto;
  color: #fff;
}
#header #content img {
  float: left;
  height: 60px;
  margin: 20px;
  margin-left: 40px;
}
#header #content ul {
  float: right;
  padding-right: 20px;
}
#header #content li {
  font-size: 1.2em;
  float: left;
  list-style-type: none;
  transition: 0.2s all;
  padding: 0px 20px;
}
#header #content li:hover {
  background-color: #208af3;
}
#header #content a {
  display: block;
  position: relative;
  line-height: 100px;
}
#footer #background {
  background-color: #3d99f5;
}
#footer #content {
  color: #fff;
}
#footer #content #columns {
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
}
#footer #content #columns ul {
  flex: 0 1 100%;
  margin-right: 40px;
}
#footer #content #columns ul:last-child {
  margin-right: 0;
}
#footer #content #columns ul:hover li:first-child {
  font-weight: 500;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
}
#footer #content #columns li {
  list-style-type: none;
  padding-bottom: 7px;
  font-size: 0.9em;
}
#footer #content #columns li:first-child {
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
  margin-bottom: 15px;
}
#footer #content #columns li:last-child {
  padding-bottom: 0;
}
#footer #content #columns #menu {
  flex-basis: 45%;
}
#footer #content #columns #details {
  flex-basis: 105%;
}
#footer #content #columns #contact {
  flex-basis: 85%;
}
#footer #content #columns #address {
  flex-basis: 90%;
}
#copyright #background {
  background-color: #0c7ae9;
}
#copyright #content {
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
}
@media screen and (max-width: 1000px) {
  #header #content img {
    height: 50px;
    margin: 15px;
    margin-left: 40px;
  }
  #header #content li {
    font-size: 1.1em;
  }
  #header #content a {
    line-height: 80px;
  }
}
@media screen and (max-width: 800px) {
  #header #content li {
    font-size: 1em;
  }
  #footer #content #columns {
    flex-wrap: wrap;
  }
  #footer #content #columns ul {
    margin-right: 0px;
  }
  #footer #content #columns #menu {
    flex-basis: 40%;
    padding-bottom: 30px;
  }
  #footer #content #columns #details {
    flex-basis: 52%;
  }
  #footer #content #columns #contact {
    flex-basis: 40%;
  }
  #footer #content #columns #address {
    flex-basis: 52%;
  }
  #copyright #content {
    line-height: 20px;
  }
  #copyright #content .two {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #header #content img {
    width: 100%;
    margin: 20px 0px;
  }
  #header #content ul {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  #header #content li {
    font-size: 0.9em;
    width: 25%;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
  }
  #header #content a {
    line-height: 40px;
  }
  #footer #content #columns {
    flex-wrap: wrap;
  }
  #footer #content #columns ul {
    margin-right: 0px;
    padding-bottom: 25px;
  }
  #footer #content #columns #menu {
    flex-basis: 100%;
    padding-bottom: 25px;
  }
  #footer #content #columns #details {
    flex-basis: 100%;
  }
  #footer #content #columns #contact {
    flex-basis: 100%;
  }
  #footer #content #columns #address {
    flex-basis: 100%;
    padding-bottom: 0px;
  }
  #copyright #content {
    font-size: 0.8em;
    line-height: 20px;
  }
  #copyright #content .two {
    display: block;
  }
  .wrap-width#facebook-embed .wide {
    display: none;
  }
  .wrap-width#facebook-embed .narrow {
    display: inline-block;
  }
}
@media screen and (max-width: 400px) {
  #header #content ul {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  #header #content li {
    font-size: 0.9em;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
  }
  #header #content a {
    line-height: 35px;
  }
  #footer #content #columns {
    flex-wrap: wrap;
  }
  #footer #content #columns ul {
    margin-right: 0px;
    padding-bottom: 25px;
  }
  #footer #content #columns #menu {
    flex-basis: 100%;
    padding-bottom: 25px;
  }
  #footer #content #columns #details {
    flex-basis: 100%;
  }
  #footer #content #columns #contact {
    flex-basis: 100%;
  }
  #footer #content #columns #address {
    flex-basis: 100%;
    padding-bottom: 0px;
  }
  #copyright #content {
    font-size: 0.8em;
    line-height: 17px;
  }
  #copyright #content .two {
    display: block;
  }
  #copyright #content .four {
    display: block;
  }
}
#title #background {
  background-image: url("../img/fort_sask_sheep.jpg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
#title #shade {
  background-color: #000;
  opacity: 0.5;
}
#title #content {
  text-align: center;
  color: #fff;
  padding: 40px 0px;
  text-shadow: 2px 2px 5px #000;
}
#title #content h1 {
  font-weight: normal;
  font-size: 3em;
}
#article #background {
  background-image: url("../img/background.jpg");
}
#article #content #text {
  padding: 50px 150px;
  line-height: 1.5em;
}
#article #content h2 {
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
#article #content p {
  text-align: center;
  padding-bottom: 15px;
}
#article #content p:last-child {
  padding-bottom: 0px;
}
#article #content .no-indent {
  text-indent: 0px;
}
#article #content .underline {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  #article #content #text {
    padding: 50px 50px;
  }
}
