 /*
Theme Name: FAFF
Theme URI: http://faffoundation.org
Description: A private theme for the Filomeno and Alejandra Family Foundation (FAFF) main website.
Author: Alliya Cucueco
Author URI: http://faffoundation.org/
Version: 1.0
Tags: responsive, blue, yellow, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/
/* VARIABLES */
/* GENERAL */
ul {
  padding-left: 0; }

.btn.btn-primary.active {
  background: #159b81; }

.bg-yellow {
  background-color: #f0bc34; }

#content {
  margin-top: 98px; }

.title-banner {
  background-image: url("../img/seagulls.jpg");
  background-size: cover !important;
  min-height: 300px; }
  .title-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(243, 191, 51, 0.5);
    /*background-color: rgba(23, 33, 66, 0.8);*/ }
  .title-banner h1, .title-banner h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
  .title-banner h2 {
    margin-top: 100px;
    font-size: 13px; }

@media only screen and (min-width: 992px) {
  .title-banner {
    min-height: 400px; }

  /*.content-block {
      padding: 20px 0 20px 0;
  }*/ }
/* NAVIGATION */
header {
  width: 100%;
  position: relative;
  z-index: 999; }
  header .brand-img {
    float: none;
    margin: 24px 10px 24px 10px;
    text-align: center;
    max-width: 196px; }
  header .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 30px;
    border: none; }
    header .navbar-toggle .icon-bar {
      background-color: #f0bc34;
      height: 3px; }
  header .navbar-toggle:hover .icon-bar {
    background-color: #3498DB; }
  header .navbar-toggle:focus {
    outline: none; }
  header .navbar-default {
    background-color: #172142;
    border-color: transparent; }
  header .main-nav .nav {
    margin-top: 30px;
    /* Override bootstrap default */ }
    header .main-nav .nav .dropdown-menu {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin: 0;
      border: none;
      text-transform: none;
      min-width: 180px;
      background: #253b80; }
      header .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: white;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
      header .main-nav .nav .dropdown-menu a:hover {
        background: #3498DB;
        color: #fff; }
    header .main-nav .nav .open > a,
    header .main-nav .nav .open > a:hover,
    header .main-nav .nav .open > a:focus {
      background: none; }
    header .main-nav .nav .donate .btn {
      margin-top: 0;
      margin-left: 6px;
      background-color: #f0bc34; }
  header .main-nav .navbar-nav > li a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background: none;
    padding: 10px 12px; }
  header .main-nav .navbar-nav > li.active a {
    color: #f0bc34;
    background-color: transparent; }
  header .main-nav .navbar-nav > li a:hover {
    color: #3498DB; }
  header .main-nav .navbar-nav > li a:focus {
    color: #f0bc34;
    outline: none; }

@media only screen and (min-width: 768px) {
  header .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #253b80; }
    header .main-nav .nav .dropdown-menu a {
      padding: 8px 20px;
      color: #fff;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    header .main-nav .nav .dropdown-menu a:hover {
      background: #193441;
      color: #fff; }
  header .main-nav .nav .dropdown-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3E606F;
    position: absolute;
    right: 35px;
    top: -10px; } }
/* HOME */
#home-banner {
  /*background: url("../img/banner-1.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;*/
  height: 600px; }
  #home-banner img {
    display: block;
    min-width: 100wv;
    min-height: 600px;
    object-fit: cover; }
  #home-banner .carousel-caption {
    bottom: 20%;
    text-align: left; }
    #home-banner .carousel-caption h4 {
      font-size: 44px;
      font-weight: 700; }
    #home-banner .carousel-caption p {
      color: #ffffff;
      font-size: 24px; }
  #home-banner .carousel, #home-banner .carousel-inner, #home-banner .item {
    height: 600px; }

#home-content {
  text-align: center; }
  #home-content p {
    padding: 0 20px; }
  #home-content .services-wrapper {
    margin: 20px 0 0; }
    #home-content .services-wrapper .icon {
      height: 175px;
      width: 175px;
      max-width: 100%;
      border-radius: 50%;
      -o-border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      display: block;
      text-align: center;
      vertical-align: middle;
      position: relative;
      margin: 0 auto 50px; }
      #home-content .services-wrapper .icon span {
        line-height: 175px;
        color: #fff;
        font-size: 55px;
        -o-transition: 300ms ease-out;
        -moz-transition: 300ms ease-out;
        -webkit-transition: 300ms ease-out;
        transition: 300ms ease-out; }
    #home-content .services-wrapper .icon:hover span {
      font-size: 65px; }

/* VOLUNTEER */
#volunteer-banner {
  background-image: url("../img/banner-volunteer.jpg"); }

#volunteer-details {
  text-align: center; }
  #volunteer-details h3 {
    font-size: 32px;
    padding: 32px 0; }

/* PROJECTS */
#projects-banner {
  background-image: url("../img/banner-projects.jpg"); }

#event-slider .carousel-caption {
  position: initial; }
#event-slider img {
  max-height: 300px; }

.content-1-2 h2 {
  margin-top: 6px; }
.content-1-2 a > .row:hover {
  background-color: #EEEEEE; }

.content-1-7 {
  text-align: center;
  padding: 32px 0px 64px 0px;
  background-color: #eee; }
  .content-1-7 h2 {
    margin-bottom: 32px; }
  .content-1-7 .col-md-2 {
    height: 80px;
    line-height: 80px; }
    .content-1-7 .col-md-2 img {
      max-width: 140px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0.4;
      height: auto; }
    .content-1-7 .col-md-2 img:hover {
      opacity: 1; }

footer {
  background-color: #172142 !important; }
  footer .container {
    padding-top: 40px;
    padding-bottom: 10px; }
    footer .container .brand-img {
      width: 180px; }
    footer .container .address-bold-line {
      font-weight: 700;
      margin: 0;
      color: #ffffff; }
    footer .container .address {
      color: #ffffff; }
    footer .container .footer-text {
      border-top: #ecf0f1 1px solid;
      text-align: center;
      margin-top: 10px; }
      footer .container .footer-text p {
        color: #ecf0f1; }

.video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contactpage .fa {
  font-size: 24px; }

.contactpage .row {
  padding: 16px 0; }

.contactpage a {
  color: #333333; }

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