/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


/* BASE - ROOTS */

:root {
--red: #ef4036;
--yellow: #eca539;
--blue: #5ea1bb;
--grey: rgba(0, 0, 0, .7);
--lightgrey: rgba(0, 0, 0, .05);
}

.red {color: var(--red);} 
.yellow {color: var(--yellow);}
.blue {color: var(--blue);}
.grey {color: var(--grey);}
.purple {color: var(--purple);}

.bg-red {background-color: var(--red);}

/* BASE - GENERAL  */

body {
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Merriweather', serif;
}

h1,h2,h3,h4,h5 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
 }


.title {
  color: var(--grey) !important;
  line-height: .5em;
  letter-spacing: 1px;
}

.errors {
  font-size: .8em;
  margin-top: 9px;
  color: var(--grey);
}

.featuredimage {
  max-width: 690px;
  min-height: 350px;
  background-clip: border-box;
  background-repeat: no-repeat;
  border: 6px solid white;
}

.list-group-item {
  border: none;
}

footer a {
  font-size: .8em;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--grey);
}

.shadow {
  box-shadow:
  0 2px 4px 0 rgba(0,0,0,0.10);
}

.shadow-md {
  box-shadow:
  0 4px 8px 0 rgba(0,0,0,0.12),
  0 2px 4px 0 rgba(0,0,0,0.08);
}
.shadow-lg {
  box-shadow:
  0 15px 30px 0 rgba(0,0,0,0.11),
  0 5px 15px 0 rgba(0,0,0,0.08);
}
.shadow-inner {
box-shadow:
  inset 0 2px 4px 0 rgba(0,0,0,0.06);
}
.shadow-none {
  box-shadow: none;
}

#donationForm-form button {
  cursor: pointer;
  background-color: var(--red);
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 1.75rem;
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.5;
}

/* THEME RULES */



.nav-link {
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
}

a.caret-icon:before {
  font-family: 'Montserrat';
  content: "• ";
}

.nav-item {
  border-bottom: 3px solid transparent;
}

.nav-item:hover {
  background-color: rgba(0,0,0,.025);
}

.toronto:hover {
  border-bottom: 3px solid var(--yellow);
}

.york:hover {
  border-bottom: 3px solid var(--blue);
}

.newcomers:hover {
  border-bottom: 3px solid var(--red);
}

.streetstohomes:hover {
  border-bottom: 3px solid var(--purple);
}

.trusteeship:hover {
  border-bottom: 3px solid var(--green);
}

.trusteeship img {
  width: 20px !important;
}

.dropdown-menu {
  background-color: transparent;
}

.sub-nav-item {
  font-size: .9em;
}

#nav-search li, #nav-search input, #nav-search button {
  font-size: .8em;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover ;
  border: 6px solid white;
}

.btn {
  border-radius: 0;
  letter-spacing: 1px;
}

.btn:hover {
  border: 1px solid transparent;
}

.btn-primary {
  color: #fff;
  background-color:var(--red);
  border-color: transparent;
  text-transform: uppercase;
}

.border-transparent {
  border: 1px solid transparent !important;
}

.border-top-grey {
  border-top: 6px solid #939597 !important;
}

.border-top-yellow {
  border-top: 6px solid var(--yellow) !important;
}

.border-light-grey {
  border: 1px solid var(--lightgrey);
}

.portfolio-item {
  margin-bottom: 30px;
}

.fa-facebook-f {
  color: #3b5998;
}




/* LAYOUT RULES */

@media (min-width: 992px) {
  body {
    padding-top:0px;
  }

  .nav-item + .nav-item {
    border-left: 1px solid var(--lightgrey);
  }


.nav-link {
  position: relative;
  padding-left: 35px !important;
  vertical-align: middle;
  }

.nav-link img {
  width:30px;
  position: absolute;
  left: 5px;
  top: 45%;
  margin-top: -10px;
  }
}

@media (max-width: 991.98px) { 
    
  .navbar-nav {
      border-bottom: 3px solid var(--grey);
  }

}
