@charset "utf-8";
/* CSS Document */


body {
    background-color: #EADEBF;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    top: auto;
}

.container-g {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    background-color: #B8A561;
    display: block;
    height: auto;
    content: "";
    border-width: 2px;
    border-color: #E4171B;
    clear: both;
    left: 10%;
    right: 10%;
    opacity: 1;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #D3D5AE;
    border-radius: 0.3rem;
    background-image: url(../images/led_flex.jpg);
}
h3.center {
    text-align: center;
    color: #432B09;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-top: 12px;
}
p.footer {
    text-align: center;
    font-size: 0.8em;
    display: inline;
    color: #57390E;
}
.navbar-dark {
   
}
section.cont {
    width: 100%;
    background-color: #DAAD6C;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    height: auto;
    min-height: 10rem;
    display: block;
    margin-right: 0px;
    padding-right: 1em;
    padding-left: 1em;
}
.display-4a {
    font: 900 normal 4rem nexa-rust-sans-black-2, sans-serif;
    color: #DDC996;
    width: auto;
    max-width: 100%;
    display: inline;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0px;
    margin-top: 0px;
    text-align: center;
    top: 37px;
    margin-bottom: 0px;
}

p.subT {
    color: #F9F4EA;	
}

.mt-0 {
    background-color: #C1C48D;	
}
.col-md-4 {
    background-color: #E4DDA7;
    margin-right: 1px;
    margin-left: 1px;
    min-height: 70px;
    padding-top: 1px;
  }

.w-10 {
    width: 10%;
}
div.gallery {
    margin: 5px;
    border: 1px solid #DCC0C1;
    float: none;
    width: 20%;
    display: inline-block;
    clear: both;
    min-width: 150px;
    max-width: 53%;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
