/*! 
 * ==================================================
 * PHOTO BOOTH v1.0
 * ==================================================
 * Author: David Hauer
 * Contact: hello@davidhauer.cz
 * Github: https://github.com/davidhauer/
 * --------------------------------------------------
 * Copyright 2022 David Hauer (https://davidhauer.cz)
 * Licensed under MIT (!TODO - github.license.link)
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

/* great-vibes-regular - vietnamese_latin-ext_latin */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/great-vibes/great-vibes-v14-vietnamese_latin-ext_latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

/* raleway-regular - vietnamese_latin-ext_latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/raleway/raleway-v28-vietnamese_latin-ext_latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* ----- UPLOADER ----- */

body {
    font-family: 'Raleway', sans-serif;
    color: #444;
    background-color: #faf8f8;
}

#heading {
    font-family: 'Great Vibes', cursive;
    font-size: calc(3rem + 4.5vw);
}

/* ----- SLIDESHOW ----- */

.custom-image-background {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    width: 100%;
    height: 100%;
}

/* ----- STATS ----- */

.custom-gallery-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    width: 100%;
    height: 100%;
}