@font-face {
  font-family: myFirstFont;
  src: url(../fonts/Bebas-Regular.ttf);
}

body{
  font-family: myFirstFont;
  box-sizing: border-box;
  background-color: black;
}
.header-mobile
{
  background-color: #006814;
}
.header-mobile a 
{
  margin: auto;
  display: inline-block;
  width: 100px;
  margin: auto;
  text-align: center;
  padding: 5px;
}
.header-mobile a img
{
  max-width: 45px;
}
.header
{
  display: none;
}

.header {
  overflow: hidden;
  height: auto;
  background-color: black;
}

/* Style the links inside the navigation bar */
.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 1px 11px;
  text-decoration: none;
  font-size: 17px;
  margin-top: auto;
  margin-bottom: auto;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #5d7843;
  color: white;
}

/* Right-aligned section inside the top navigation */
.header-right {
  	float: right;
}
.header a img 
{
  max-width: 30px;
}
.footer{
  padding-bottom: 20px;
}
.main-searcher{
	background-color: black;
  padding: 5px;
}

.main-searcher img{
  max-width: 250px;
  margin-Left: 15px;
}
.main-searcher input{
  width: 100%;
  height: 40px;
  border: solid 2px black;
}
.recibidor{
  background-image: url(../imgs/Background3.jpg);
  padding: 50px;
  height: 500px;
  background-size:auto;
  background-position: center center;
}
.fast-searcher{
   
  color: white;
  background-color: rgba(40,40,40,0.8);
  padding: 20px;
  margin: 30px;
  border-radius: 25px;
  text-align: center;

}
.fast-searcher input
{
  height: 100%;
}

.footer
{
  background-color: rgba(40,40,40,0.8);
  color: white;
  text-decoration: none;
  margin-top: 20px;
}
.contactenos{
  margin-top: 15px;
}

.contactenos h2{

   font-size: 2.2em;
}

ul.contact {
    list-style: none;
    padding-left: 0;
  }

    ul.contact li {
      position: relative;
      border-top: solid 1px #ddd;
      padding: 1.3em 0 1.3em 7em;
      color: white;
    }

      ul.contact li h3 {
        position: absolute;
        left: 0;
        top: 1.3em;
        text-decoration: none;
        font-weight: 400;
        font-size: 1.6em;
      }

      ul.contact li p {
        color: white;
        font-size: 1.6em;
        margin: 0;
      }

      ul.contact li:first-child {
        padding-top: 0;
        border-top: 0;
      }

        ul.contact li:first-child h3 {
          top: 0;
        }
.mobile-logo
{
  display: block;
  width: 50px;
}
.logo
{
  display: none;
}
.imgsearch
  {
    text-align: center;
    padding: 20px;
  }
  .footer img
{
  max-width: 100px;
}

.glider-prev
{
  display: none;
}
.glider-next
{
  display: none;
}
h1
{
  font-size: 52px;
}

@media(min-width: 500px)
{
  .recibidor{
    background-image: url(../imgs/Background3.jpg);
  }
  .main-searcher
  {
    padding: 20px;
  }
}

@media(min-width: 600px)
{
  .header-mobile
  {
    display: none;
  }
  .header
  {
    display: block;
  }
  .mobile-logo
  {
    display: none;
  }
  .logo
  {
    display: block;
  }
  h1
    {
      font-size: 52px;
    }
}

@media(min-width: 630px)
{
  h1
  {
    font-size: 52px;
  }
  .footer img
  {
    max-width: 130px;
  }
  .glider-prev
  {
    display: block;
  }
  .glider-next
  {
    display: block;
  }
}
  
@media(min-width: 860px)
{
  h1
  {
    font-size: 72px;
  }
  .imgsearch
  {
    padding: 40px;
  }
  .footer img
  {
    max-width: 300px;
  }

  ul.contact li h3 {
    font-size: 1.1em;
  }
  ul.contact li p {

    font-size: 1.1em;

  }
}

.index-search-button
{
  margin-top: 20px;
}

@media(min-width: 992px)
{
  .index-search-button
  {
    margin-top: 0px;
  }
}

g{
  color:#006814;
}
.footer a:hover{
    color: #ffffff;
}
.footer a{
    color: #ffffff;
}

.brand-section
{
  text-align: center; 
  background-color: rgba(40,40,40,0.8);
  border-radius: 20px; 
  padding: 20px;
  max-height: 80px;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}

.brand-holder{
  padding:15px; 
}

.brand-section:hover
{
  max-height: 3850px;
}

.brand-section:onclick
{
  height: 3850px;
}

