/* =================== 
GLOBAL
=================== */
html {
  position: relative;
  min-height: 100%;
  font-family: 'oswald', sans-serif;
}

body {
  margin-bottom: 180px;  
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

h1 {
font-size: 4em;
font-family: 'Yellowtail', cursive; 

}

h3 {
font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

/*body > .container {
  padding: 60px 15px 0;
}*/

/* =================== 
NAV
=================== */

.navbar-inverse {
  background-color: #121c2e;
  border: none;
  padding-bottom: 20px;
  border-radius: 0;
}

.navbar-nav {
    padding-top: 20px;
}

.logo {
  width: 250px;
}

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

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.active,
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #02a35d;
}

.navbar-inverse .navbar-toggle {
  border:none;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #02a35d;
}

.navbar-toggle {
  transition: background-color 0.2s ease-in-out;
}

/* =================== 
BUTTONS/ICONS
=================== */

.btn-success {
  font-family: 'oswald', sans-serif;
  border-radius: 0;
  border: none;
  background-color: #03a35d;
  transition: background-color 0.2s ease-in-out;
}

.btn-success:hover {
  background-color: #121c2e;
}

.fa {
  color: #03a35d;
}

.fa-file-pdf-o,
.fa-list {
 color: #fff;
}


/* =================== 
CONTENT 
=================== */

.welcome {
  text-align: center;
  padding: 30px 0;
}

h3 {
  color: #02a35d;
  font-size: 1.125em;
}

#welcome-content {
  margin-bottom: 50px;
}

.sidebar {
  margin-top: 50px;
/*  text-align: center;*/
  padding-left: 0;
}

.sidebar-sm-xs {
  margin-top: 20px;
  padding-top: 40px;
  text-align: center;
  border-top: solid 1px grey;
  margin-bottom: 40px;
}

.sidebar img {
/*  margin-right: auto;
  margin-left: auto;*/
  max-width: 250px;
  margin-bottom: 20px;
  padding-left: 0;
}

.sidebar p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid grey;
}

/* =================== 
FONT AWESOME
=================== */

.fa-heart:hover,
.fa-calendar:hover,
.fa-facebook-square:hover {
  color: #fff;
}

.fa-heart,
.fa-calendar,
.fa-facebook-square {
  transition: color 0.3s ease-in-out;
}

/* =================== 
HIGHLIGHT
=================== */

#highlight {
  margin-bottom: 20px;
  text-align: center;
}

#highlight img {
  height: 70px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


/* =================== 
EVENTS
=================== */

#events {
    margin-bottom:200px;
}

.events {
  border: 1px solid #cfcece;
}

.events {
  padding: 15px 2px 8px 2px !important;
  margin-bottom: 20px;
}

.events h3 {
  color: #000;
}

.event-desc {
  display: block;
}

.event-date {
  font-size: 1.7em;
  text-align: center;
  height: 140px;
  line-height: 140px;
}

.events div .col-lg-3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* =================== 
PANEL
=================== */

.panel {
  border-radius: 0;
}

.panel-container {
  padding-left: 0;
}

.panel-heading-text {
  text-align: center;
  font-weight: bold;
}

.panel-default>.panel-heading {
  background-color: #d4d3d3;
}

.panel-default {
  border-color: #d4d3d3;
}

.donate-panel-height {
  min-height: 190px;
}

.shelter-panel {
  text-align: center;
  font-size: 18px;
}

.shelter-panel-heading {
  min-height: 60px;
/*  line-height: 50px;
  vertical-align: middle;*/
  padding-top:25px;
}

/*span {
  display: inline-block;
  vertical-align: middle;
}*/

/* =================== 
FOOTER
=================== */

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
/*  height: 60px;*/
  padding:30px 0; 
  background-color: #141822;
  height: 180px;
}

.footer-nav-copy,
.footer-nav-copy a {
  color: #9c9c9d;
}

.footer-icons {
  color: #4d4e4e;
}

.footer-nav-copy,
.footer-icons {
  font-size: 0.875em;
  text-align: center;
}

.ims {
  text-decoration: underline;
}

/*.ims:hover {
  text-decoration: none;
}
*/
/* =================== 
MEDIA QUERIES
=================== */

@media (max-width: 1200px) {
 .sidebar {
  /*   max-width: 150px;}*/
  margin-right:20px;
  
}

@media (max-width: 992px) {
  .logo {
    width: 250px;
  }
  .navbar-default {
    height: 60px;
  }
  .navbar-nav {
    padding-top: 5px;
  }
  #highlight {
    margin-bottom: 50px;
  }
}

@media (max-width: 525px) {
  .logo {
    width: 200px;
    padding-bottom: 40px;
  }
  .footer {
    height: 240px;
  }
  .events:last-child {
    margin-bottom: 100px;
  }
  .margin-sm-xs {
    margin-bottom:40px;
  }
}

@media (max-width: 445px) {
  .nav li:first-child {
    margin-top: 40px;
  }
}