/*=============================================================
    PAGE BOXED
*/

body{
    background:#f3f4f6 url('/img/patterns/double-bubble-outline.png') repeat fixed;
    /*background-size:300px;*/
}

.page-boxed{
    max-width:1320px;
    min-height:100vh;
    margin:20px auto;
    background:#fff;
    /*position:relative;*/
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.navbar.fixed-top{
    width:min(1320px, calc(100vw - 40px));
    left:50%;
    top:20px;
    transform:translateX(-50%);
}

.fixed-bottom{
    width:min(1320px, calc(100vw - 40px));
    left:50%;
    bottom:20px;
    transform:translateX(-50%);
}

/* Header */
.biplan-header{
    border-top-left-radius:12px;
    border-top-right-radius:12px;
}

/* Footer */
footer{
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
}

main{
    margin-bottom: 0;
}