/* FPA Web - Personalized Styles */

/****** MATERIALIZE OVERRIDES AND CUSTOMS ******/

/* Grid */


.page-footer {
  background-color: #383D39;
  color: #003510;
}

/* Mobile menu */

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  border-top: 1px solid #ddd;
}

.sidenav .collapsible-body li a {
  padding: 0 23.5px 0 60px;
}


/* Nav */

nav {
  background-color: #005e1d;
}

nav .brand-logo {
  padding: 10px 6px;
}

nav ul li.active a {
  color: #e7b400;
}

/* Tabs */

.tabs {
  background-color: #e7b400;
}

.tabs .indicator {
  height: 3px;
  background-color: #6A5300;
}

.tabs .tab a {
  color: #fff;
  font-size: 1.1rem;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #003510;
  font-weight: 600;
}

.tabs .tab a i {
  padding-top: 12px;
}

.row.container.tab-content-custom {
  margin-top: 0px;
}

.row.tabs-custom {
  margin-bottom: 0px;
}

.row.tabs-custom .col {
  padding: 0px;
}


/* Buttons */

.btn, .btn-large, .btn-small {
  background-color: #005e1d;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #003510;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
  background-color: #fff;
}

.btn-large i {
  font-size: 1.3rem;
}

.btn-second {
  background-color: #FFFFFF;
  color: #005e1d;
  border: 1px solid #005e1d;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
}

.btn-second:hover {
  color: #005e1d;
  background-color: #e7b400;
  border: 0px;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0px rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
}

/* Carousel */

.carousel .indicators .indicator-item {
  border: 1px solid #cccccc;
  box-shadow: 1px 1px #777777;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 300px;
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #003510;
}

.carousel.carousel-slider .carousel-item.carousel-item-1 {
  background-image: url('../img/pic002.png');
}

.carousel.carousel-slider .carousel-item .container.panel {
  margin-top: 30px;
  min-height: 200px;
  padding: 30px;
  border: 2px solid #e7b400;
  border-radius: 10px;
}

/****** FPA CUSTOMS ******/

/* Text */

body {
  font-family: 'Quicksand', sans-serif;
}


@media only screen and (min-width: 0) {
  html {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
h1 {
  margin: 2.6rem 0 1.1rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #003510;
}

h2 {
  margin: 2rem 0 1.1rem 0;
  padding-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #003510;
  border-bottom: 1px solid #dddddd;
}

h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #005e1d;
}

.bold {
  font-weight: bold;
}

.text-large {
  font-size: 1.2rem;
}

.text-xlarge {
  font-size: 1.4rem;
}

.text-xxlarge {
  font-size: 1.8rem;
}

.text-xxxlarge {
  font-size: 6rem;
}

.text-stand-main {
  font-size: 1.2rem;
  font-weight: bold;
  color: #005e1d;
}

.text-stand-light {
  color: #6A5300;
}

hr {
  display: block;
  margin: 30px 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Colors */

.color-main {
  color: #005e1d;
}

.color-second {
  color: #e7b400;
}

.opacity30 {
  opacity: 0.3;
}

/* Links */

a {
  font-weight: 600;
  color: #005e1d;
}

a:hover {
  color: #e7b400;
}

/* Margins & Paddings */

.margin-0 {
  margin: 0px;
}

.padding-0 {
  padding: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

/* lists */

ul.circle, ul.circle:not(.browser-default) {
    padding-left: 10px;
    list-style-type: circle;
}

ul.circle:not(.browser-default)>li {
    list-style-type: circle;
}

/* Images */

.img-fix {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Helpers */

.height-100 {
  height: 100%;
}

.height-200p {
  height: 200px;
}

.height-300p {
  height: 300px;
}

.margin-top-60 {
  margin-top: 60px;
}

.padding-0 {
  padding: 0px;
}


/* Contact Form */
