/* Website Colors
    Main Blue:  #7fabd9
    Light Blue: #edeff4
    Dark Blue:  #2c343b
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');

body {
  color: #2c343b;
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}

h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}

h3 {
  color: #000;
  font-size: 3rem;
}

h4 {
  color: #7fabd9;
  font-size: 1.4rem;

}

h5 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
}

h6 {
  color: #000;
  font-size: 2rem;
}

p {
  line-height: 1.6rem;
}

.btn-style-1 {
	background-color: #7fabd9;
	padding: 14px 20px;
	color: #fff !important;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-1:hover {
	background-color: #2c343b;
}

.btn-style-2 {
	background-color: #ffc107;
	padding: 15px 20px;
	color: #fff !important;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-2:hover {
	background-color: #2c343b;
}

.btn-style-3 {
	background-color: #dc3545;
	padding: 11px 20px;
	color: #fff !important;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-3:hover {
	background-color: #2c343b;
}

.btn-style-4 {
	background-color: #343a40;
	padding: 11px 20px;
	color: #fff !important;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-4:hover {
  background-color: #000;
}

.btn-style-5 {
	background-color: #343a40;
	padding: 14px 20px;
	color: #fff !important;
	border: 0px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-style-5:hover {
  background-color: #000;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#loading {
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#status {
	background-image: url("/img/eid.gif");
	background-repeat: no-repeat;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -23px;
}

/* Navbar */
/* Top Navbar */

.top-nav {
  background-color: #2c343b;
  height: 45px;
}

.top-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

.top-nav-link {
  margin-right: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
}

.top-nav-link i {
  margin-right: 8px;
}

.top-nav-link a {
  color: #7fabd9;
  text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .top-nav-links {
    flex-direction: column;
    justify-content: center;
  }
  .top-nav {
    height: 90px;
  }
}

/* Main Navbar */

.main-nav {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.main-nav .navbar .nav-item a {
  margin-right: 25px;
  font-family: 'Roboto', sans-serif;
  color: #7fabd9;
}

.main-nav .navbar .nav-item:nth-last-child(1) a {
  margin-right: 0;
}

.main-nav .navbar .nav-item a:hover {
  color: #2c343b;
}


/* Carousel */

#carouselMain .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}

#carouselMain .carousel-caption {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#carouselMain .carousel-item h5 {
  margin-bottom: 30px;
}


/* About Slider */

#about {
  margin-top: 150px;
}

#about h4 {
  margin-bottom: 40px;
}

#about h6 {
  margin-bottom: 40px;
}

#about .nav {
  border-bottom: 1px solid #e2e2e2;
}

#about .nav a {
  color: #7fabd9;
  font-family: 'Roboto', sans-serif;
}

#about .nav a:hover {
  color: #2c343b;
}

#about .nav .active {
  border-bottom: 3px solid #7fabd9;
}

#about .tab-content {
  margin-top: 20px;
}

#about .read-more {
  margin-top: 40px;
}

#child-carousel {
  margin-top: 30px;
  margin-left: -50px;
}


/* Headings */

#headings {
  margin-top: 150px;
  padding: 150px 0;
  background-color: #edeff4;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 25px;
}

.heading i {
  font-size: 5rem;
  color: #2c343b;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.heading h6 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.heading:hover i {
  color: #7fabd9;
  transform: translate(0, -20px);
}


/* Cards */

#cards {
  margin-top: 150px;
  margin-bottom: 150px;
}

.the-cards {
  margin-top: 20px;
}

.farmer-card {
  background-color: #edeff4;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.farmer-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#cards .card-body img {
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.farmer-card:hover .card-body img {
  transform: scale(1.25) translate(0, 20px);
  box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
}

#cards h6 {
  font-size: 1.3rem;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.farmer-card:hover .card-body h6 {
  color: #7fabd9;
  transform: translate(0, 60px);
}

.farmer-card:hover {
  background-color: #fff;
  border: none;
}


/* Footer */

footer {
  background-color: #2c343b;
  padding: 100px 0 80px 0;
}

footer p {
  color: #7fabd9;
}

.footer-meetings {
  text-align: right;
}

.quick-links p {
  margin: 0 0 5px 0;
}

.quick-links a {
  color:#7fabd9;
  text-decoration: none;
}

.contact-links i {
  margin-right: 10px;
}

.contact-links a {
  color:#7fabd9;
  text-decoration: none;
}

#copyright {
  margin: 0;
  padding: 15px 0 1px 0;
  background-color: #2c343b;
  border-top: 1px solid #3a444d;
}

#copyright p {
  font-size: .9rem;
  color: #fff;
}

#copyright a {
  color:#7fabd9;
  text-decoration: none;
}


/* About Page */

.title {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumbs {
  height: 50px;
  background-color: #edeff4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.breadcrumbs a {
  color:#7fabd9;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color:#2c343b;
}

#stats {
  margin-top: 150px;
  height: 400px;
}

#stats .container .row {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  padding-top: 15px;
}

.stats-item i {
  font-size: 4rem;
  color:#7fabd9;
}

.stats-item h3 {
  color: #fff;
  font-size: 4rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

#faq {
  margin-top: 150px;;
  margin-bottom: 150px;
}

.accordion-button {
  color: #2c343b;
  background-color: #7fabd9;
}


/* Contact Us Page */

#contact {
  margin: 150px 0 150px 0;
}

.contact-title {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact-info {
  background-color: #edeff4;
  padding: 100px 0 80px 0;
}

#contact-info a {
  color:#7fabd9;
  text-decoration: none;
}

#contact-info a:hover {
  color:#2c343b;
}

#map {
  height: 500px;
}


/* Login */

#login {
  margin: 150px 0 150px 0;
}

.login-title {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login a {
  color:#7fabd9;
  text-decoration: none;
}

#login button {
  margin-right: 30px;
}

#login a:hover {
  color:#2c343b;
}


/* Register */

#register {
  margin: 150px 0 150px 0;
}

.register-title {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#register a {
  color:#7fabd9;
  text-decoration: none;
}

#register a:hover {
  color:#2c343b;
}

#register button {
  margin-right: 30px;
}


/* Agendas */

#agenda {
  margin: 150px 0 150px 0;
}

#agenda ul {
  color:#7fabd9;
}

#agenda a {
  color:#7fabd9;
  text-decoration: none;
}

#agenda a:hover {
  color:#2c343b;
}

/* Meetings */

#upload-agenda, #upload-minutes {
  margin: 150px 0 150px 0;
}

/* News */

#news {
  margin: 150px 0 150px 0;
}

.date {
  margin-top: 0;
  font-size: .8rem;
}

.news-image {
  overflow: hidden;
}

.news-image img {
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.news-image:hover img {
  transform: scale(1.1);
}

.signature {
  font-style: italic;
  font-size: .8rem;
}

#news a {
  color:#7fabd9;
  text-decoration: none;
}

#news a:hover {
  color:#2c343b;
}


/* Calendar */

#calendar {
  margin: 150px 0 150px 0;
}

#calendar a {
  color:#7fabd9;
  text-decoration: none;
}

#calendar a:hover {
  color:#2c343b;
}


/* Responsiveness */

@media screen and (max-width: 1199px) {
  .carousel-item {
    height: 250px;
  }

  .carousel-item img {
    height: 250px;
  }

  .carousel-caption h2 {
    font-size: 1.5rem;
  }

  .carousel-caption h5 {
    display: none;
  }

  .heading {
    margin-bottom: 50px;
  }

  .read-more {
    margin-bottom: 50px;
  }

  .the-cards .card {
    margin-top: 50px;
  }

  #stats {
    height: 900px;
  }

  .stats-item {
    margin-top: 50px;
  }

  .footer-meetings {
    text-align: center;
    margin-bottom: 50px;
  }

  .quick-links {
    margin-bottom: 60px;
  }

  .contact-links {
    text-align: center;
  }
}

.blink-me {
  animation: blinker 1s linear infinite;
  transition: all .1s;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}