/*
 * Klimno
 * Copyright 2019 JaNi
 */

/*
* {
    border-radius: 0 !important;
}
*/

body {
    font-family: 'Raleway', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-family: 'Rouge Script', sans-serif;
}

header {
    position: relative;
}

.header-image {
    height: 100vh;
    min-height: 500px;
    background-image: url('../photos/general/intro2-transparent.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row {
    position: relative;
}

section {
    overflow: hidden;
    position: relative;
    padding: 80px 40px;
}

.image-wheel-center {
    position: absolute;
    width: 50%;
    height: 50%;
    background-image: url('../images/wheel.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.image-anchor-right {
    position: absolute;
    width: 360px;
    height: 600px;
    background-image: url('../images/anchor.png');
    background-position: center;
    right: -150px;
    bottom: 30px;
}

.image-barrels-left {
    position: absolute;
    width: 600px;
    height: 550px;
    background-image: url('../images/barrels.png');
    /*background-size: 300px 500px;*/
    background-position: center;
    left: -160px;
    bottom: 30px;
}

.image-island-right {
    position: absolute;
    width: 900px;
    height: 550px;
    background-image: url('../images/island.png');
    background-position: center;
    right: -200px;
    bottom: 30px;
}

.image-bottle-right {
    position: absolute;
    width: 600px;
    height: 450px;
    background-image: url('../images/bottle.png');
    background-position: center;
    right: -200px;
    top: 30px;
}

.image-map-left {
    position: absolute;
    width: 500px;
    height: 500px;
    background-image: url('../images/map.png');
    background-position: center;
    left: -100px;
    top: 30px;
}

.image-tentacle-fish-left {
    position: absolute;
    width: 450px;
    height: 350px;
    background-image: url('../images/tentacle-fish.png');
    background-position: center;
    left: -200px;
    bottom: 30px;
}

.image-lantern-right {
    position: absolute;
    width: 250px;
    height: 500px;
    background-image: url('../images/lantern.png');
    background-position: center;
    right: -50px;
    top: 30px;
}

ul {
    list-style-image: url('../images/starfish.png');
}

.pointer-link {
    cursor: pointer;
}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    font-weight: 600;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.card {
    background-color: rgba(255, 255, 255, 0.1);
}

#map {
    width: 100%;
    height: 600px;
    background: grey;
}

.btn-xlarge {
    padding: 24px 32px;
    font-size: 28px;
    line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.btn {
    border-radius: 0px;
}