/*!
 * 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: "Helvetica Neue","Open Sans",Helvetica,Arial,sans-serif;
    background: url('http://www.sites4all.com.gr/bg-beach.jpg') no-repeat center center fixed;
    //background: url('../img/bg-blockchain.jpg') no-repeat center center fixed;
    //background: url('../img/bg-mapblue.jpg') no-repeat center center fixed;
    //background: url('../img/bg-mapdarkblue.jpg') no-repeat center center fixed;
    //background: url('../img/bg-mapgreen.jpg') no-repeat center center fixed;
    //background: url('../img/bg-texturecubesblue.jpg') no-repeat center center fixed;
    //background: url('../img/bg-texturelinesblue.jpg') no-repeat center center fixed;
    //background: url('../img/bg-texturelinesorange.jpg') no-repeat center center fixed;
    //background: url('../img/bg-texturelinesred.jpg') no-repeat center center fixed;
    //background: url('../img/bg-textureorange.jpg') no-repeat center center fixed;
    //background: url('../img/bg-texturered.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue","Josefin Slab",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 3;
}

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

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 20px auto;
    max-width: 328px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: none;
    color: #ffffff;
}

footer .copyright {
    margin: 0;
    padding: 20px 0;
}

ul.icons {
    padding: 20px 0;
    list-style: none;
}

ul.icons li {
    display: inline-block;
    padding: 0 1.25em 0 0;
    font-size: 1.75em;
}

ul.icons li a {
    text-decoration: none;
}

@media screen and (min-width:0px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 40px 0 30px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Helvetica Neue","Josefin Slab",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
a:focus, a:hover {
    color: #23527c;
    //color: darkorange;
    //color: darkred;
    //color: brown;
}
b, strong {
    color: #5f5f5f;
}