.title-header {
    padding-left: 50px !important;
}

.image {
    width: 100%;
    height: 100%;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 20px 5px 20px;

    position: relative;
}

.image img {
    border: 5px solid white;
}

.panel-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.panel-holder-vert {
    flex-direction: column;
}

html, body {
    height: 100%;
}

.main {
    margin-bottom: 0 !important;
    /*padding: 20px 5% 20px 5%;*/
    height: 100%;
    /*background-color: rgb(168, 191, 225);*/
    /*background: linear-gradient(90deg, rgb(247, 176, 130) 50%, rgb(168, 191, 225) 50%);*/
}

.col {
    height: 100%;
}
.circled * {
    width: 100%;
}


.col-1 { background-color: rgb(169, 191, 226); }
.col-2 { background: linear-gradient(180deg, rgb(247, 176, 130) 50%, rgb(209, 56, 62) 50%); }
.col-3 { background-color: rgb(250, 149, 150); }


.link {
    color: rgb(209, 56, 62);
    font-weight: bold;
}

.overlay-bg {
    position: relative;
    z-index: 5;
}

.overlay-fg {
    position: relative;
    z-index: 10;
}

.description > p {
    margin: 15px 20px;
}

.bubble {
    position: absolute;
    z-index: 10;
    background-color: white;

    border: 8px solid black;
    font-size: 1.1em;
    color: black;
    padding: 0 50px;
    margin: 20px;
    text-align: justify;
        
    width: 500px;
    height: 500px;
    
    top: 0;
    right: 0;

    flex-direction: column;
    justify-content: center;
}

.float-image {
    position: absolute;
    z-index: 7;

    left: 0;
    top: 0;

    width: 400px;
    height: auto;
}

.float-image-1 {
    top: 300px;
    left: 100px;
    width: 800px;
}

.float-image-2 {
    top: 50px;
    left: 50px;
}

.float-image-3 {
    left: 450px;
    top: 170px;
    width: 100px;
}

@media only screen and (max-width: 992px) {    
}