@media only screen and (max-width: 1700px) {
	.banner-image {
	  /* clip-path: polygon(0 0, 100% 0, 100% 46%, 0% 50%); */
	}
}

@media only screen and (max-width: 1500px) {
	.banner-image {
	  /* clip-path: polygon(0 0, 100% 0, 100% 49%, 0% 53%); */
	}
}

@media only screen and (max-width: 1366px) {
  .banner-image {
    /* clip-path: polygon(0 0, 100% 0, 100% 53%, 0% 57%); */
  }
}

@media only screen and (max-width: 1280px) {
  .banner-image {
    /* clip-path: polygon(0 0, 100% 0, 100% 63%, 0% 67%); */
  }
}

@media only screen and (max-width: 1024px) {
  .banner-image {
    /* clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 69%) */
  }
  .banner-content {
    margin-top: 270px;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #fff;
    margin-left: -15px;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    color: #454545 !important;
    padding: 15px 15px !important;
  }
}

@media only screen and (max-width: 960px) {
	.banner-image {
		/* clip-path: polygon(0 0, 100% 0, 100% 66%, 0% 70%); */
	  }
  .header-top {
    padding: 10px 0;
  }
  .header-top-left {
    text-align: center;
  }
  .header-top-right {
    text-align: center;
  }
  .navbar-brand {
    height: 60px;
  }
  #navbar-collapse-02 {
    background: #fff;
  }
  #logo {
    margin-top: 5px;
  }

  .navbar-brand {
    height: auto;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #fff;
    margin-left: -15px;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    color: #454545 !important;
    padding: 15px 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  #logo {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
	
  .banner-content {
    margin-top: 130px;
  }
  .signature-img {
    width: 60%;
  }
  #logo {
    margin-top: 0;
  }
  #logo img {
    width: 75%;
  }
  .home-container {
    width: 100%;
    padding: 0 30px;
  }
  .goals-section {
    background-image: none;
    background-color: #004276;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-form h2 {
    font-size: 20px;
  }
  .news-section {
    background-image: none;
    background-color: #f4f4f4;
    padding: 30px 0;
  }
  .news-box {
    text-align: center;
    margin-bottom: 15px;
  }
  .news-box img.blog-img {
    float: none;
    margin-bottom: 15px;
  }
  .volunteer-section {
    text-align: center;
  }
  .volunteer-section h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .volunteer-btn {
    text-align: center;
  }
  .contact-form {
    margin-bottom: 30px;
  }
  .contact-form input[type="submit"] {
    width: 100%;
  }
  .footer-section {
    text-align: center;
  }
  .social-btns {
    text-align: center;
  }
  .navbar-fixed-top .navbar-nav > li > a {
    padding: 15px 20px !important;
    color: #454545 !important;
  }
  .navbar-toggle {
    margin-top: 14px;
  }
  .navbar-fixed-top.opaque {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
	.banner-image {
		/* clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 84%) */
	  }
}

@media only screen and (max-width: 480px) {
	.banner-image {
		/* clip-path: polygon(0 0, 100% 0, 100% 89%, 0% 100%) */
	  }
}

@media only screen and (max-width: 375px) {
  .form-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
}
