/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #cecece;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999999;
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.nav {
    padding-left: 12%;
}

.nav > li {
    padding-right: 25px;
    padding-left: 20px;
}

.nav > li > a {
    color: black;
    font: bold 100% Arial, sans-serif;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #f7941d;
}

.header {
    background-image: url('../resources/Header.png');
    background-repeat: no-repeat;
    background-position: absolute;
    background-size: 100% 150%;
    width: 100%;
    padding-bottom: 25%;
}

.logoWrapper {
    padding: 20px 0px 35px 100px;
}

.logo {
    width: 10%;
}

.menu {
    background-image: url('../resources/Menu Bar.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 50px;
}

.slider {
    text-align: center;
    margin-top: -25%;
}

.contact {
    position: fixed;
    right: 0;
    bottom: 0;
}

.about {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-top: 3%;
}

.gallery-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
}

.material {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3%;
}

#sergile {
    margin-left: -25px;
    width: 22%;
}

#docril {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 29%;
}
div#page {
    width: 80%;
    background-color: #cecece;
    margin: 0 auto;
    text-align: left;
    border-color: #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
div#container {
    padding: 20px;
}
#materialWrapper {
    width: 80%;
    margin: auto;
}