/* Main */

html {
    background-image: url(background.jpg);
    background-size: 100%;
}

body {
    background: transparent!important;
    overflow-x: hidden;
}

@media screen and (max-width: 1168px) {
    html {
        background-image: url(pattern.png)!important;
        background-size: 200px!important;
    }
}

/* Fonts */

@font-face {
    font-family: 'Playball';
    font-style: normal;
    font-weight: 400;
    src: local('Playball'), local('Playball-Regular'), url(https://fonts.gstatic.com/s/playball/v6/sSjR6AJRrIl2FxjhncYng_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

h1 {
    font-family: 'Playball';
    color: white;
    text-align: center;
    margin: 50px 10px 25px;
    text-shadow: 2px 2px 1px black;
}

/* Selection */

.landing-container {
    width: 100%;
    height: 412px;
    padding-top: 25px;
    position: relative;
}

@media screen and (min-width: 1169px) {
    .second-item {
        background-image: url(second-house.png);
    }
    .first-item {
        background-image: url(first-house.png);
    }
    .house {
        background-size: 574px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1168px) {
    .second-item {
        background-image: url(right-mob-house.png);
    }
    .first-item {
        background-image: url(left-mob-house.png);
    }
    .house {
        background-size: 100%;
    }
}

@media screen and (min-width: 768px) {
    .house:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 1;
        filter: brightness(85%);
    }
}

@media screen and (max-width: 767px) {
    .second-item {
        background-image: url(right-mob-house.png);
    }
    .first-item {
        background-image: url(left-mob-house.png);
    }
    .house {
        width: 100%!important;
        background-size: 100%;
    }
    .landing-container {
        height: 80vw!important;
    }
}

.second-item {
    float: right;
    background-position-x: 0%;
}

.first-item {
    float: left;
    background-position-x: 100%;
}

.house {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.house a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Text area */

@media screen and (min-width: 992px) {
    .info {
        height: 500px;
        position: relative;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .info:after {
        background: white;
        content: "";
        height: 100%;
        width: calc(100% * 1.4);
        left: -20%;
        position: absolute;
        top: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-top-left-radius: 60%;
        border-bottom-left-radius: 60%;
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    .info .text {
        background: white;
        border: 1px solid #ccc;
    }
    .info {
        width: 95%;
        margin:0 auto;
    }
    .maps {
        padding: 0;
    }
}

h2 {
    margin-top: 5px;
}

h2, p {
    font-family: "open sans";
    color: #34495e;
}

.carousel-inner,
.carousel-inner {
    height: 300px;
}

iframe {
    width:100%;
}

.info {
    margin-bottom: 50px;
}

/* Footer */

footer {
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px black;
    font-family: "open sans";
    padding: 15px;
    font-size: 16px;
}