/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body > footer > div > div:nth-child(1) > p:nth-child(3) {
    line-height: 59px;
}
body > footer > div > div:nth-child(1) > img {
    margin-left: 34px;
    width: auto;
    height: 63px;
    float: left;
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('pic/1920x400.png') center center no-repeat scroll;
    max-height:400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.service-header {
    height: 400px;
    background: url('pic/1920x400_serv.png') center center no-repeat scroll;
    max-height:400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.koyfonisia-header {
    height: 400px;
    background: url('pic/1920x400_koufonisia.png') center center no-repeat scroll;
    max-height:400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    background-color: #333;
    padding:  50px 0;
    color: #fff;
}

    .google-maps {
        position: relative;
        padding-bottom: 35%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
