h2, h3 {
    margin: 0 0 10px;
}

#arrow-layer {
    text-align: center; position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
}

.launcher img {
    width: 160px;
    height: 160px;
    float: right;
}

.mobile-dialog-wrapper {
    top: 100px !important;
}

.column-wrapper {
    display: inline-block;
    min-width: 300px;
    max-width: 360px;
    width: 100%;
    text-align: center;
}

.carousel-wrapper {
    position: relative;
    margin: 10px;
    background-image: url('../../img/brownTexture.jpg');
    border: solid 5px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    border-radius: 25px;
}

.carousel-wrapper:focus {
    border-color: rgba(198, 12, 49, 0.8);
}

.carousel-wrapper div.owl-item.active.center .img-area {
    background-color: rgba(255, 255, 255, 0.4);
}

.carousel-wrapper div.owl-item .img-area {
    margin: 0 2px 20px 2px;
    border: solid lightgray 1px;
}

.carousel {
    height: 240px;
    overflow: hidden;
    margin-bottom: 5px;
}

.carousel-item {
    visibility: hidden;
}

.carousel-title {
    text-align: center;
    opacity: 0.6;
}

.carousel-item .title-area {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 2px 0 2px;
}

.carousel-arrow {
    height: 30px;
    margin-top: 65px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    pointer-events: none;
}

.carousel-arrow-left {
    left: 0;
}

.carousel-arrow-right {
    right: 0;
}

.title-area h3 {
    font-size: 12pt;
    font-weight: normal;
    opacity: 0.7;
}

#launcher-wrapper {
    text-align: center;
}

#navi-bar {
    float: none;
    text-align: center;
    margin: 0;
}

.launch-info-box {
    position: relative;
    max-width: 400px;
    display: block;
    padding: 10px 30px 20px;
    margin-bottom: 10px;

    border-radius: 5px;
    background-image: url('../../img/oceanTexture.jpg');
    color: #414141;
    text-align: left;
    font-family: 'Noto Serif', serif;
}

#question {
    display: none;
    position: absolute;
    right: -33px;
    bottom: 0;
}


.lang-chooser-wrap {
    float: right;
}

.lang-chooser {
    display: inline-block;
    background-image: url('../../img/oceanTexture.jpg');
    color: gray;

    margin-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;

    height: 50px;
    line-height: 50px;
    vertical-align: middle;

    font-family: 'Noto Serif', serif;
    font-size: 20px;
}

#language-chooser-wrapper a,
#language-chooser-wrapper a:visited {
    color: gray;
}
#language-chooser-wrapper a.active {
    color: #414141;
}

#language-chooser-wrapper a:hover {
    color: #c5202f;
}

#language-chooser-wrapper a:focus,
#language-chooser-wrapper a.active:focus {
    color: #c5202f;
}

#top-wrapper {
    background-image: url("../../img/brownTexture.jpg")
}

@media all and (min-width: 800px) {
    #top-wrapper {
        background-position: 50% 30%;
        background-image: url('../../img/tausta_laskeutumissivu.jpg');
    }
}

@media all and (min-width: 640px) {
    .lang-chooser-wrap {
        display: inline-block;
    }

    .launch-info-box {
        display: inline-block;
        border-right: #a31603 solid 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #question {
        display: inline-block;
    }
}

@media all and (min-width: 900px) {
    #navi-bar {
        position: absolute;
        top: 0; left: 0; right: 0;
    }
}

.launch-button {
    margin: 10px;
    padding: 10px 0 10px 10px;
    background-color: #000000;
    color: #ffffff;
    width: 320px;
    background-image: url('/img/rakenneboksi_nuoli_oikealle.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: #222 2px 2px 2px;
}
.launch-button:hover {
    background-color: #c60c31;
}

.owl-item{
    cursor: move;
}

.owl-item.center{
    cursor: pointer;
}

.owl-item.active.center .title-area{
    background-image: url('/img/rakenneboksi_nuoli_oikealle.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.launcher-wrapper-block{
    border-radius: 21px;
    position: absolute;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    background-color: #000000;
    z-index: 200;
    opacity: 0.4;
    display: none;
}

.launcher-wrapper-block img {
    position: absolute;
    top: 37%;
    left: 44%;
}
