/* CSS Document */

body {
  font-family: serif;
}

.deep-orange {
	background-color: #292929b3 !important;
}

h3, h2, h5 {
  color: black;
}

.banner {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.4);
}

.nav-wrapper .brand-logo,
.nav-wrapper ul a {
  font-size: 1.3rem !important;
}

nav {
  background-color: black !important;
}

nav ul a,
.brand-logo {
  color: rgb(184, 134, 11) !important;
  font-family: "", ;
  font-size: 2rem !important;
}

i.tiny {
  font-size: 1rem !important;
  color: #04C0AB !important;
  margin-right: 5px;
}

nav .brand-logo i.material-icons {
  margin-right: 5px;
}

/* Side-Nav */

.side-nav {
  background-color: rgba(0, 0, 0, 0.5);
}

.side-nav li a {
  color: rgb(251, 184, 19);
  border-bottom: 1px solid rgba(237, 219, 14, 0.5);
}

.side-nav li i {
  color: #04C0AB !important;
}

i.burger {
  font-size: 2.5rem !important;
  color: rgb(212, 211, 211);
}

@media screen and (max-width: 660px) {
  nav .brand-logo {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 315px) {
  nav .brand-logo {
    font-size: 0.7rem !important;
  }
}

/* Products */

.presentation p {
  color: rgb(24, 24, 24);
}

.presentation .row {
  margin-bottom: 3.5rem;
}

.presentation .l4 img {
  border-radius: 5px;
  border: 5px solid rgb(155, 112, 5);
  padding: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.presentation h2 {
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .presentation h2 {
    text-align: center;
    margin-top: 1.5rem;
  }

  .presentation .l6 img {
    display: none;
  }
}

@media screen and (max-width: 452px) {
  .presentation h2 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }
}

/* Gallery */

#gallery h5 {
  font-weight: bold;
  color: rgb(155, 112, 5);
  padding: 0.5rem;
  background-color: #000000 !important;
  border-radius: 5px;

}

#gallery p {
  font-size: 1.2rem;
  text-align: center;
  color: rgb(6, 201, 175);
  margin-top: 0;
  padding: 0.7rem;
  background-color: #000000;
  border-radius: 0 0 5px 5px;
}

#gallery .z-depth-1-half {
  border-radius: 5px 5px 0 0;
}

#gallery img.responsive-img {
  border-bottom: 2px solid transparent;
}

.materialbox-caption {
  color: rgb(155, 112, 5);
  line-height: 55px;
}

/* About Us */

#specialties .card {
  background-color: #000000;
}

#specialties .card-title {
  color: rgb(6, 201, 175);
}

.card-reveal {
  background-color: black !important;
}

.card-reveal .inside {
  color: rgb(6, 201, 175) !important;
  font-weight: bold;
}

thead {
  border-bottom: 1px solid rgb(155, 112, 5);
}

thead th {
  color: rgb(155, 112, 5);
}

tbody td {
  color: rgb(6, 201, 175) !important;
}

.about .btn {
  color: rgb(155, 112, 5) !important;
}

.about .card-panel {
  box-shadow: none !important;
}

.about .input-field label {
  color: rgb(24, 24, 24);
}

#message,
#email {
  border-bottom-color: black;
}

.social .fa-3x {
  color: black;
  margin: 10px;
  box-shadow: 5px 10px 5px 0px rgba(0, 0, 0, 0.4);
}

.social .fa-3x:hover {
  color: rgb(155, 112, 5);
}

.social p {
  font-size: 1.5rem !important;
  color: black;
}

@media (max-width: 351px) {
  .social .fa-3x {
    margin: 2px;
  }
}

/* Footer */

.info {
  color: rgb(24, 24, 24);
}

.page-footer {
  color: black !important;
}

.footer-copyright {
  color: rgb(155, 112, 5) !important;
}

#back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 3.5rem;
  right: 2px;
  display: block;
  opacity: 0.5;
  color: black;
  border: none;
  outline: none;
  z-index: 1;
}