/*css document*/

body {
    background-color: #d3c9c1;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    margin: 0;
}

.container {
    width: 80%;
    margin: auto;
    overflow: auto;
    line-height: 18px;
}

#main-header {
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 20px;
    background-color: #FF7F50;
    color: #ffffff;
}

#navbar {
    background-color: #333;
}

#navbar ul {
    padding: 0;
    list-style: none;
}

#navbar li {
    display: inline;
}

#navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding-right: 15px;
}

#navbar a:hover {
    color: #e69950;
}

#showcase-index {
    background-image: url('../images/index.jpg');
    background-position: center;
    border: 2px solid #FFFFFF;
    min-height: 200px;
}

#showcase-company {
    background-image: url('../images/company.png');
    background-position: center;
    border: 2px solid #FFFFFF;
    min-height: 200px;
}

#showcase-products {
    background-image: url('../images/products.png');
    background-position: center;
    border: 2px solid #FFFFFF;
    min-height: 200px;
}

#showcase-contact {
    background-image: url('../images/contact.png');
    background-position: center;
    border: 2px solid #FFFFFF;
    min-height: 200px;
}

#main-box {
    width: 100%;
    margin: auto;
    padding: 10px;
    min-height: auto;
    background: #262835;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
}

#main-box a {
    color: #ffffff;
    text-decoration: none;
}

#main-box a:hover {
    color: #e69950;
}

#gallery {
    width: 80%;
    margin: auto;
    min-height: auto;
    background: #ffebcd;
    color: #000000;
    font-size: 15px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}


#box-left a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

#box-left a:hover {
    color: #0000FF;
}

#box-right a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

#box-right a:hover {
    color: #0000FF;
}


#box-left {
    width: 49%;
    height: auto;
    float: left;
    background: #c0c0c0;
    text-align: center;
    color: #000000;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

#box-right {
    width: 49%;
    height: auto;
    float: right;
    background: #c0c0c0;
    text-align: left;
    color: #000000;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

#box-ref {
    padding: 20px;
    box-sizing: border-box;
}

#box-ref a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

#box-ref a:hover {
    color: #0000FF;
}

#gallery img {
    width: 160px;
    padding: 10px;
    margin: auto;
    transition: 1s;
}

#gallery img:hover {
    transform: scale(1.1);
}

#main-footer {
    width: 100%;
    height: 70px;
    background: #333;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5em;
    box-sizing: border-box;
}
