/* Magazine layouts and styles */

.layout-magazine-001 .page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}

.layout-magazine-001 h1 {
    font-size: 50px;
}

.layout-magazine-001 h2 {
    font-size: 30px;
}


.layout-magazine-001_1 {
    position: relative;
}

    .layout-magazine-001_1 .photo-1 {
        height: 50%;
    }

        .layout-magazine-001_1 .photo-1 .photo-content {
            width: 100%;
            height: 100%;
            background-size: cover;
        }

    .layout-magazine-001_1 .photo-1 .photo-caption {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .layout-magazine-001_1 .header-1 {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .layout-magazine-001_1 .content-1 {
        columns: 3;
        padding: 50px;
        font-size: 18px;
    }


.layout-magazine-001_2 {
    position: relative;
    padding: 50px;
}

    .layout-magazine-001_2 .photo-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 30%;
    }

        .layout-magazine-001_2 .photo-1 .photo-content {
            width: 100%;
            height: 100%;
            background-size: cover;
        }

    .layout-magazine-001_2 .photo-1 .photo-caption {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .layout-magazine-001_2 .photo-2 {
        position: absolute;
        bottom: 100px;
        left: 50px;
        width: 60%;
        height: 30%;
    }

        .layout-magazine-001_2 .photo-2 .photo-content {
            width: 100%;
            height: 100%;
            background-size: cover;
        }

    .layout-magazine-001_2 .photo-2 .photo-caption {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .layout-magazine-001_2 .content-1 {
        position: relative;
        display: flow-root;
        height: 100%;
    }

        .layout-magazine-001_2 .content-1 .flow-shape-1 {
            float: right;
            width: 65%;   
            height: 56%;     /* full column height */
            shape-outside: polygon(
                0 0, 100% 0,
                100% 56%, 0 56%  
            );
            shape-margin: 14px;
        }

        .layout-magazine-001_2 .content-1 .flow-shape-2 {
            float: left;
            width: 70%;     /* obstacle width */
            height: 100%;     /* full column height */
            shape-outside: inset(100px 0 0 0);
            shape-margin: 14px;
        }



.style-magazine-spread-tropical {
    background-color: rgb(243, 239, 222);
}


.style-magazine-page-tropical {
    font-weight: 600;
}

    .style-magazine-page-tropical .layout-magazine-001_1 .photo-1 {
        position: relative;
    }

   .style-magazine-page-tropical .layout-magazine-001_1 .photo-1 .photo-caption {
        background-color: #00000055;
        color: #FFF;
        padding: 5px 15px;
    }


    .style-magazine-page-tropical .layout-magazine-001_2 .photo-1 {
        padding: 10px;
        background-color: white;
        transform: rotate(3deg);
        right: -30px;
        top: -30px;
        box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    }

    .style-magazine-page-tropical .layout-magazine-001_2 .photo-1 .photo-caption {
        background-color: #00000055;
        color: #FFF;
        padding: 5px 15px;
        left: 10px;
        bottom: 10px;
    }

    .style-magazine-page-tropical .layout-magazine-001_2 .photo-2 .photo-caption {
        background-color: #00000055;
        color: #FFF;
        padding: 5px 15px;
    }


    .style-magazine-page-tropical h1 {
        font-size: 80px;
        color: orange;
        margin: 0;
    }

    .style-magazine-page-tropical h2 {
        margin: 0;
        font-size: 40px;
    }

    .style-magazine-page-tropical h3 {
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 900;
        color: rgb(31, 51, 139);
    }

    .style-magazine-page-tropical .page-footer {
        background-color: rgb(122, 167, 209);

    }