/* body {
    background-image: url("../img/background.png");
    background-size: contain;
    background-repeat: no-repeat
} */
html {
    font-family: raleway, open-sans;
    min-height: 100%
}

body {
    overflow-x: hidden;
}

img.menubox {
    padding-bottom: 0.75rem
}

.header,
#footer {
    background-color: #153d1c;
    color: #fff
}

#topNavbar {
    background: #254a2c;
    background: -moz-linear-gradient(top, #254a2c 0%, #172e1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #254a2c), color-stop(100%, #172e1b));
    background: -webkit-linear-gradient(top, #254a2c 0%, #172e1b 100%);
    background: -o-linear-gradient(top, #254a2c 0%, #172e1b 100%);
    background: -ms-linear-gradient(top, #254a2c 0%, #172e1b 100%);
    background: linear-gradient(to bottom, #254a2c 0%, #172e1b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#254a2c', endColorstr='#172e1b', GradientType=0);
    width: 100%;
}

#topNavbar select {
    display: none;
    width: 100%;
    height: 40px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    text-align: center;
    text-transform: capitalize;
    border: 0;
    /* background: #af1515; */
    color: #fff;

}

#topNavbar ul li {
    display: inline;
    position: relative;
    text-align: center;
    /* width: 100%; */
    border-right: 1px solid #111;
}

#topNavbar ul li:last-child {
    border: none;
}

#topNavbar ul li a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    padding: 0 1em;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color 0.5s linear, background 0.5s linear;
    -moz-transition: color 0.5s linear, background 0.5s linear;
    -ms-transition: color 0.5s linear, background 0.5s linear;
    -o-transition: color 0.5s linear, background 0.5s linear;
    transition: color 0.5s linear, background 0.5s linear;
    font-size: 16px;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: normal;
}

/* Underline From Center */
.hvr-underline-link-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-link-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f3ce00;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-link-from-center:hover:before,
.hvr-underline-link-from-center:focus:before,
.hvr-underline-link-from-center:active:before {
    left: 0;
    right: 0;
}

.address,
.phone {
    font-family: 'Fira Sans', sans-serif;;
    text-align: right
}

.phone {
    font-size: 1.5rem
}

.email {
    text-align: right
}

.titleBackground {
    background: #273c2a;
    background: -moz-linear-gradient(45deg, #273c2a 1%, #273c2a 41%, #1b321f 41%, #1b311f 85%, #f5d526 85%, #f5d526 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #273c2a), color-stop(41%, #273c2a), color-stop(41%, #1b321f), color-stop(85%, #1b311f), color-stop(85%, #f5d526), color-stop(100%, #f5d526));
    background: -webkit-linear-gradient(45deg, #273c2a 1%, #273c2a 41%, #1b321f 41%, #1b311f 85%, #f5d526 85%, #f5d526 100%);
    background: -o-linear-gradient(45deg, #273c2a 1%, #273c2a 41%, #1b321f 41%, #1b311f 85%, #f5d526 85%, #f5d526 100%);
    background: -ms-linear-gradient(45deg, #273c2a 1%, #273c2a 41%, #1b321f 41%, #1b311f 85%, #f5d526 85%, #f5d526 100%);
    background: linear-gradient(45deg, #273c2a 1%, #273c2a 41%, #1b321f 41%, #1b311f 85%, #f5d526 85%, #f5d526 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#273c2a', endColorstr='#f5d526', GradientType=1);
    padding-left: 0.5rem
}

.titleBackground h4 {
    color: #fff;
}

#welcome, #aboutUs, #services, #bespoke, #gallery, #testimonials, #contactUs {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: #f3ce00 solid 2px
}

.quote {
    font-style: italic
}

#footer {

    padding: 0.75rem;

}

#bottomNav {
    width: 100%;
    padding: 10px 0 10px 0;
    background: #153d1c;
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer{
    display: block;
}

.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Beakpoints */

@media only screen and (max-width: 400px) {

    .address,
    .phone {
        text-align: center
    }
}

@media only screen and (min-width: 401px) and (max-width: 800px) {

    .address,
    .phone {
        text-align: right
    }
}
