/* @import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@500&family=Montserrat&display=swap');
:root {
    /* 8ecae6 219ebc 023047 ffb703 fb8500 */
    /* https://coolors.co/001219-005f73-0a9396-94d2bd-e9d8a6-ee9b00-ca6702-bb3e03-ae2012-9b2226 */
    --main-bg-color: #ee9b00;
    --main-bg-color-index: #FFD4D4;
    /* radial-gradient( circle farthest-corner at 10% 20%,  rgba(0,152,155,1) 0.1%, rgba(0,94,120,1) 94.2% );  */
    /* #001219; */
    --main-header-color: #e9d8a6;
    --main-footer-color: #e9d8a6;
    --main-fg-color: ;
    --primary-color: #001219;
    --accent-color: #040505;
    --card-font-heading-color: #ca6702;
    --card-font-paragraph-color: #ee9b00;
    --button-border-color: #ee9b00;
    --md-footer-bg-color--dark: #001219;
    --line-color: #645CBB;
    --main-text-colour: #645CBB;
}

#bodybackground {
    /* position: absolute; */
    width: 100%;
    height: 99%;
    background: var(--main-bg-color-index);
    background-size: 400% 400%;
    margin: 0;
    padding: 0;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.body {
    height: 100%;
    width: 100%;
    background-color: var(--main-bg-color-index);
    color: #ca6702;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    /* font-family: 'Work Sans', sans-serif; */
    /* color:#ca6702; */
}

.flex-grow-2 {
    flex-grow: 2;
}

.text-para {
    padding: 1vh;
    margin: 1px;
}

.r-side-color {
    background-color: #FFD4D4;
}

.l-side-color {
    background-color: #AA5656;
}

.border {
    border: #040505;
    border-style: dashed;
}

.title-color {
    color: #645CBB;
}

.title-color-accent {
    color: #FFD4D4;
}

.title-font {
    font-family: 'Karla', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
}

.quotes {
    font-family: 'Courgette';
    font-size: large;
}

.inline-img {
    max-width: 70vw;
    /* height: auto; */
    max-height: 70vw;
    min-height: 40vmin;
    min-width: 40vmin;
}

.tag-button {
    border-radius: 15px;
    background-color: transparent;
    border-color: #AA5656;
    border-style: solid;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 2px;
}

.click-button {
    border-radius: 8px;
    background-color: #645CBB;
    border-color: #AA5656;
    color: #FFD4D4;
    border-style: solid;
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 2px;
    height: 100%;
    font-size: medium;
    font-family: 'Karla', sans-serif;
    text-align: center;
}

h1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    color: var(--main-bg-color);
}


/* Flex Container */

.container-i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
    /* background-image: url(/assets/graphics/svg/welcome.svg); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* perspective: 1000px; */
}

.left-text-header {
    font-family: 'Work Sans', sans-serif;
    padding: 0%;
    padding-bottom: 10px;
    margin: 0%;
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--card-font-heading-color);
}

.container {
    display: flex;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    /* flex-grow: 1; */
}

.flex-item {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.stick-bottom {
    margin-top: auto;
    gap: 3px;
}

.row {
    display: flex;
    flex-direction: column;
}

.column {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.col-left {
    display: flex;
    justify-content: left;
}

.col-right {
    display: flex;
    margin-left: auto;
}

@media (orientation: landscape) {
    .l-col-right {
        display: flex;
        margin-left: auto;
    }
    .l-col {
        display: flex;
        flex-direction: column;
    }
}

@media (orientation: portrait) {
    .p-col-right {
        display: flex;
        margin-left: auto;
    }
    .p-col-left {
        display: flex;
        margin-right: auto;
    }
}

.row-h-center {
    /* Add rows */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* @media (orientation: landscape) {
    .l-row-h-center{
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }
} */

@media (orientation: portrait) {
    .p-col {
        /* Change flex direction to column on portrait mode*/
        display: flex;
        flex-direction: column;
    }
    .p-row {
        /* Change flex direction to row on portrait mode*/
        display: flex;
        flex-direction: row;
    }
}

.hv-center {
    display: flex;
    align-items: center;
    /* Vertical center */
    justify-content: center;
    /* Horizontal center */
}

.h-center {
    display: flex;
    justify-content: center;
}

.v-center {
    display: flex;
    align-items: center;
}

.v-bottom {
    display: flex;
    align-items: flex-end;
}

.v-top {
    display: flex;
    align-items: flex-start;
}

@media (orientation: portrait) {
    .p-h-center {
        align-items: center;
    }
}

.v-center {
    align-items: center;
}

.w-half {
    width: 49%;
    min-width: 100px;
}

@media (orientation: landscape) {
    .l-w-half {
        width: 50%;
        min-width: 100px;
    }
}

.full-vh {
    min-height: 100vh;
}

.h-half {
    height: 49%;
    min-height: 100px;
}

.off-width-2 {
    padding-left: 20%;
    padding-right: 20%;
}

.off-left-1 {
    padding-left: 15%;
}

.off-left-2 {
    padding-left: 20%;
}

.off-right-1 {
    padding-right: 15%;
}

.off-top-1 {
    padding-top: 5%;
}

@media (orientation: portrait) {
    .p-h-half {
        height: 50%;
        min-height: 100px;
    }
    .p-w-half {
        width: 50%;
        min-width: 100px;
    }
    .p-full {
        height: 100vh;
    }
    .p-width-60 {
        width: 60vw;
    }
    .p-height-30 {
        height: 30vh;
    }
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.full {
    width: 100%;
    height: 100%;
}

.h-full-3-4 {
    height: 75%;
}


/* Gap 1: low margin gap */

.g1 {
    margin: 2px;
}


/* Gap 1: low margin gap */

.g2 {
    margin: 4px;
}


/* Gap 1: low margin gap */

.g3 {
    margin: 8px;
}

.block {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.line {
    border: none;
}

.bg-image {
    display: inline-block;
    position: absolute;
    height: 100%;
    /* left: 0px;
    top: 0px; */
    /* z-index: -1; */
}

.bg-image-3 {
    display: inline-block;
    position: absolute;
    height: 75%;
    vertical-align: middle;
    line-height: normal;
    /* left: 0px;
        top: 0px; */
    /* z-index: -1; */
}

.hide-overflow {
    overflow: hidden;
}

.links {
    text-decoration: none;
}

.bg-6 {
    z-index: -5;
}