/*
2016 Sneak E Squirrel
Created by William Hord, Shannon Bailey and Eric Martin
*/
body {
  font-family: roboto, sans-serif;
  background-color: #4c2f16;
  color: #eee; }

h1 {
  font-family: Pompiere, sans-serif;
  font-size: 2.5em;
  margin: .125em 0;
  padding: .25em 0;
  background-color: #1c4b18;
  border-radius: .25em;
  text-align: center; }

h2 {
  font-family: Pompiere, sans-serif;
  font-size: 2em;
  margin: 0 0;
  padding: .25em 0; }

h3 {
  font-family: Pompiere, sans-serif;
  font-size: 1.75em;
  margin: .25em 0; }

h4, h5 {
  font-family: Pompiere, sans-serif; }

/*==========> Header <==========*/
#header {
  background-image: url("../assets/duncanClanTartan.png");
  background-repeat: repeat repeat;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px; }

#headerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 70%; }

/*==========> Navbar <==========*/
.navbar {
  background-color: #1c4b18;
  border-radius: 0px;
  margin-bottom: 0px; }

.navbar-static-top div .navbar-collapse {
  border-top: none;
  box-shadow: none; }

.navbar-header {
  height: 50px; }

.navbar-brand {
  padding: 0px; }

#navImg {
  height: 65px;
  position: absolute;
  top: -5px;
  z-index: 1; }

#navHome {
  margin-left: 85px;
  width: 80px; }

.navbar-collapse {
  padding-top: 0px; }

.navbar-static-top .navbar-nav > li > a {
  color: #eee;
  font-family: Pompiere, sans-serif;
  font-size: 28px; }
.navbar-static-top .navbar-nav > li > a:hover, .navbar-static-top .navbar-nav > li > a:active, .navbar-static-top .navbar-nav > li > a:focus {
  background-color: #4c2f16; }

.icon-bar {
  background-color: #eee; }

/*==========> Content section <==========*/
#content {
  padding: 10px 0px; }
  #content a {
    color: #eee;
    text-decoration: underline; }
  #content a:hover {
    color: #aaa; }

#carousel, .carousel-inner {
  height: 50vw;
  max-height: 400px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.carousel-control.left, .carousel-control.right {
  background-image: url(""); }

.carousel-control {
  width: 10%;
  font-size: 30px; }

.carouselImg {
  margin-left: auto;
  margin-right: auto; }

.img-rounded {
  width: 100%; }

.centerText {
  width: 100%;
  text-align: center; }

.rAlignText {
  text-align: right; }

/*==========> Footer <==========*/
#footer {
  background-color: #1c4b18;
  margin-bottom: 0px; }
  #footer a {
    text-decoration: none; }

#footerRight {
  text-align: right; }
  #footerRight a {
    color: #eee;
    text-decoration: none; }
  #footerRight a:hover {
    text-decoration: underline; }

/*==========> Other <==========*/
#faFacebook, #faTwitter, #faInstagram {
  color: #eee; }

#faFacebook:hover {
  color: #3b5998 !important; }

#faTwitter:hover {
  color: #55acee !important; }

#faInstagram:hover {
  color: #3f729b !important; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

/*==========> Media Queries <==========*/
/*Tablet size*/
@media (min-width: 768px) {
  #headerImg {
    width: 60%; } }
/*Small DT*/
@media (min-width: 992px) {
  #headerImg {
    width: 40%; }

  #navImg {
    height: 80px;
    position: absolute;
    top: -15px; } }
/*Large DT*/
@media (min-width: 1200px) {
  #headerImg {
    width: 500px; } }

/*# sourceMappingURL=outline.css.map */
