/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700');

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}


.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg-house.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-message > h1 {
    margin: 0;
    font-size: 2.6em;
    text-transform: uppercase;
}

.intro-message > h1 > span {
    background-color: #ecb941;
    padding: 0 20px;
    color: #000;
}

.intro-message  h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 6.5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-message .rounded-box-left {
    width: 100%;
    min-height: 250px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 2px black;
}

.intro-message .rounded-box-left a {
    font-size: 1.2em;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    width: 100%;
}

.intro-message .rounded-box-left ul {
    padding: 0;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.intro-message .rounded-box-left ul li {
    padding: 5px 0;
    font-size: 1.2em;
}

.intro-message .rounded-box-right {
    width: 100%;
    min-height: 250px;
    display: inline-block;
    background-image: url(/img/ingener.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;

    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 2px black;
}

.intro-message .rounded-box-right div.text {
    font-size: 1.2em;
    text-shadow: 0 0 6px white;
}

.intro-message .rounded-box-right div.tel {
    font-size: 1.4em;
    padding: 10px 0;
    font-weight: bold;
    text-shadow: 0 0 6px white;
}

@media (max-width: 767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 2em;
    }

	.intro-message  h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3.5em;
}

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media (max-width: 1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

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

p.copyright {
    margin: 15px 0 0;
}

div.house-catalog-single {
    margin: 15px;
    padding: 10px;
    cursor: pointer;
    border: solid 1px grey;
    background-color: white;
    transition: .3s;
}

div.house-catalog-single:hover {
    border: solid 1px #b5b5b5;
    background-color: #f1f1f1;
    box-shadow: 4px 4px 10px #7b7b7b;
    transition: .3s;
}

#scroll-left {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ecb941;
    border-radius: 20px 5px 5px 20px;
    box-shadow: 3px 3px 10px darkgray;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

#scroll-right {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ecb941;
    border-radius: 5px 20px 20px 5px;
    box-shadow: 3px 3px 10px darkgray;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

#scroll-right>span, #scroll-left>span {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-size: x-large;
}

#scroll-right:hover, #scroll-left:hover {
    box-shadow: 2px 2px 6px darkgray;
}